mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Removed obsolete Dwarf parametes from FFF Print settings.
This commit is contained in:
parent
c7ba650097
commit
1224491cd4
2 changed files with 0 additions and 47 deletions
|
@ -798,12 +798,6 @@ public:
|
|||
ConfigOptionFloats wiping_volumes_matrix;
|
||||
ConfigOptionFloats wiping_volumes_extruders;
|
||||
ConfigOptionFloat z_offset;
|
||||
ConfigOptionFloat bed_size_x;
|
||||
ConfigOptionFloat bed_size_y;
|
||||
ConfigOptionInt pixel_width;
|
||||
ConfigOptionInt pixel_height;
|
||||
ConfigOptionFloat exp_time;
|
||||
ConfigOptionFloat exp_time_first;
|
||||
|
||||
protected:
|
||||
PrintConfig(int) : MachineEnvelopeConfig(1), GCodeConfig(1) {}
|
||||
|
@ -876,12 +870,6 @@ protected:
|
|||
OPT_PTR(wiping_volumes_matrix);
|
||||
OPT_PTR(wiping_volumes_extruders);
|
||||
OPT_PTR(z_offset);
|
||||
OPT_PTR(bed_size_x);
|
||||
OPT_PTR(bed_size_y);
|
||||
OPT_PTR(pixel_width);
|
||||
OPT_PTR(pixel_height);
|
||||
OPT_PTR(exp_time);
|
||||
OPT_PTR(exp_time_first);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue