diff --git a/src/Mod/Path/PathScripts/PathProfileGui.py b/src/Mod/Path/PathScripts/PathProfileGui.py index 85efa959d4..0013bca586 100644 --- a/src/Mod/Path/PathScripts/PathProfileGui.py +++ b/src/Mod/Path/PathScripts/PathProfileGui.py @@ -154,21 +154,6 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): self.form.processHoles.hide() self.form.processPerimeter.hide() - side = False - if self.form.useCompensation.isChecked() is True: - if not fullModel: - side = True - - if side: - self.form.cutSide.show() - self.form.cutSideLabel.show() - else: - # Reset cutSide to 'Outside' for full model before hiding cutSide input - if self.form.cutSide.currentText() == 'Inside': - self.selectInComboBox('Outside', self.form.cutSide) - self.form.cutSide.hide() - self.form.cutSideLabel.hide() - def registerSignalHandlers(self, obj): self.form.useCompensation.stateChanged.connect(self.updateVisibility) # Eclass