Update Marlin.cpp includes, defines
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user