Move volumetric flag to GCodeParser
This commit is contained in:
parent
bf7af95db3
commit
63228fc453
7 changed files with 17 additions and 21 deletions
|
|
@ -35,6 +35,8 @@
|
|||
// Must be declared for allocation and to satisfy the linker
|
||||
// Zero values need no initialization.
|
||||
|
||||
bool GCodeParser::volumetric_enabled;
|
||||
|
||||
#if ENABLED(INCH_MODE_SUPPORT)
|
||||
float GCodeParser::linear_unit_factor, GCodeParser::volumetric_unit_factor;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue