- fixed issue #281 by making generation of a convex shape for the freeform cutout in Tool Cutout a choice rather than the default

- fixed bug in Tool Cutout, now in manual cutout mode the gap size reflect the value set
This commit is contained in:
Marius Stanciu
2019-03-31 21:52:27 +03:00
parent 79e5cce6f1
commit ecd6472220
4 changed files with 43 additions and 7 deletions

View File

@@ -465,6 +465,7 @@ class App(QtCore.QObject):
"tools_cutoutmargin": self.ui.tools_defaults_form.tools_cutout_group.cutout_margin_entry,
"tools_cutoutgapsize": self.ui.tools_defaults_form.tools_cutout_group.cutout_gap_entry,
"tools_gaps_ff": self.ui.tools_defaults_form.tools_cutout_group.gaps_combo,
"tools_cutout_convexshape": self.ui.tools_defaults_form.tools_cutout_group.convex_box,
# Paint Area Tool
"tools_painttooldia": self.ui.tools_defaults_form.tools_paint_group.painttooldia_entry,
@@ -766,6 +767,7 @@ class App(QtCore.QObject):
"tools_cutoutmargin": 0.00393701,
"tools_cutoutgapsize": 0.005905512,
"tools_gaps_ff": "8",
"tools_cutout_convexshape": False,
"tools_painttooldia": 0.07,
"tools_paintoverlap": 0.15,