mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Fixed compilation on OSX
This commit is contained in:
parent
a4992602ee
commit
f7831240e1
5 changed files with 3 additions and 12 deletions
|
@ -359,7 +359,6 @@ public:
|
|||
ConfigOptionBool use_firmware_retraction;
|
||||
ConfigOptionBool use_relative_e_distances;
|
||||
ConfigOptionBool use_volumetric_e;
|
||||
ConfigOptionBool set_and_wait_temperatures;
|
||||
ConfigOptionBool variable_layer_height;
|
||||
|
||||
GCodeConfig(bool initialize = true) : StaticPrintConfig() {
|
||||
|
@ -404,7 +403,6 @@ public:
|
|||
OPT_PTR(use_firmware_retraction);
|
||||
OPT_PTR(use_relative_e_distances);
|
||||
OPT_PTR(use_volumetric_e);
|
||||
OPT_PTR(set_and_wait_temperatures);
|
||||
OPT_PTR(variable_layer_height);
|
||||
return NULL;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue