Scott Lahteine
9e4bd6b3b5
Further repairs to UBL, comments, spacing
7年前
Scott Lahteine
9217e4b8ec
Various UBL cleanups and bug fixes
7年前
Scott Lahteine
fb60aa3736
UBL implementation
7年前
esenapaj
069c6b38dd
Remove unnecessary tabs and spaces
8年前
AnHardt
23e0134596
Repair M100
M100 D was running too long - caused watchdog resets.
M100 I showed more free memory than a Arduino Mega has RAM.
8年前
Scott Lahteine
3e1bbd5e27
Indentation in gcode_M100
8年前
Scott Lahteine
bd491818d6
Reduce storage requirements for strings, make some PGM
8年前
Scott Lahteine
0b3142b45b
Remove redundant declarations from M100 code
8年前
Reid Rankin
16212432c9
G20/21 and M149 support, and code_value() refactor
This is an update of MarlinDev PR #196 .
G20/21: support for switching input units between millimeters and
inches.
M149: support for changing input temperature units.
In support of these changes, code_value() and code_value_short() are
replaced with an array of functions which handle converting to the
proper types and/or units.
8年前
Scott Lahteine
dc19b69697
No casting needed for SERIAL_ECHOPAIR
8年前
esenapaj
f9e1a0ee6c
suppress warnings
8年前
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8年前
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8年前
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9年前
Scott Lahteine
46453905d6
Apply remaining ENABLED/DISABLED conditionals
9年前
Richard Wackerbarth
ae00fad75b
Rename as M100
9年前
Richard Wackerbarth
ed7d45e8f5
Memory watcher
9年前