This website requires JavaScript.
Explore
Help
Register
Sign In
bissen21
/
Marlin_Firmware
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
11,852
Commits
1
Branch
4
Tags
7ce13a6ec102eb32d15bcc70a532ad367a8c034f
Commit Graph
3 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Tobias Frost
and
Scott Lahteine
7ce13a6ec1
Fix a print_job_timer compile error (
#13304
)
2019-03-05 06:39:15 -06:00
Tobias Frost
and
Scott Lahteine
6df51201ae
Include EXTENSIBLE_UI in single LCD sanity check (
#13306
)
2019-03-05 06:33:36 -06:00
Tobias Frost
and
Scott Lahteine
57afd0ab37
Fix range check bug in FileList::seek() (
#13286
)
...
When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.
2019-03-02 16:43:08 -06:00