Update Marlin.cpp includes, defines
This commit is contained in:
parent
c88d9ae282
commit
1ef95013f0
2 changed files with 2 additions and 14 deletions
|
|
@ -42,7 +42,7 @@ bool GCodeParser::volumetric_enabled;
|
|||
#endif
|
||||
|
||||
#if ENABLED(TEMPERATURE_UNITS_SUPPORT)
|
||||
TempUnit GCodeParser::input_temp_units;
|
||||
TempUnit GCodeParser::input_temp_units = TEMPUNIT_C;
|
||||
#endif
|
||||
|
||||
char *GCodeParser::command_ptr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue