1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

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
+1 -1
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() {