Made the config value support_material_xy_spacing relative

to the external perimeter width.
This commit is contained in:
bubnikv 2017-01-05 09:12:24 +01:00
parent bbdaa44acb
commit 1ba03af2da
3 changed files with 12 additions and 8 deletions

View file

@ -164,7 +164,7 @@ class PrintObjectConfig : public virtual StaticPrintConfig
ConfigOptionBool support_material_synchronize_layers;
ConfigOptionInt support_material_threshold;
ConfigOptionBool support_material_with_sheath;
ConfigOptionFloat support_material_xy_spacing;
ConfigOptionFloatOrPercent support_material_xy_spacing;
ConfigOptionFloat xy_size_compensation;
PrintObjectConfig(bool initialize = true) : StaticPrintConfig() {