mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
support_material_synchronize_layers configuration value
for synchronization of object layers with print layers.
This commit is contained in:
parent
1a1eaa0810
commit
556204fddc
4 changed files with 13 additions and 2 deletions
|
@ -160,6 +160,7 @@ class PrintObjectConfig : public virtual StaticPrintConfig
|
|||
ConfigOptionEnum<SupportMaterialPattern> support_material_pattern;
|
||||
ConfigOptionFloat support_material_spacing;
|
||||
ConfigOptionFloat support_material_speed;
|
||||
ConfigOptionBool support_material_synchronize_layers;
|
||||
ConfigOptionInt support_material_threshold;
|
||||
ConfigOptionBool support_material_with_sheath;
|
||||
ConfigOptionFloat xy_size_compensation;
|
||||
|
@ -194,6 +195,7 @@ class PrintObjectConfig : public virtual StaticPrintConfig
|
|||
OPT_PTR(support_material_pattern);
|
||||
OPT_PTR(support_material_spacing);
|
||||
OPT_PTR(support_material_speed);
|
||||
OPT_PTR(support_material_synchronize_layers);
|
||||
OPT_PTR(support_material_threshold);
|
||||
OPT_PTR(support_material_with_sheath);
|
||||
OPT_PTR(xy_size_compensation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue