Explorar o código

- updated 2Sided Tool- wip

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
e7c25e9b8a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      flatcamTools/ToolDblSided.py

+ 3 - 1
flatcamTools/ToolDblSided.py

@@ -159,7 +159,7 @@ class DblSidedTool(FlatCAMTool):
         grid_lay1.addWidget(self.param_label, 0, 0, 1, 3)
 
         # ## Axis
-        self.mirax_label = QtWidgets.QLabel('%s:' % _("Axis"))
+        self.mirax_label = QtWidgets.QLabel('%s:' % _("Mirror Axis"))
         self.mirax_label.setToolTip(_("Mirror vertically (X) or horizontally (Y)."))
         self.mirror_axis = RadioSet([{'label': 'X', 'value': 'X'},
                                      {'label': 'Y', 'value': 'Y'}])
@@ -787,6 +787,8 @@ class DblSidedTool(FlatCAMTool):
             self.box_type_label.hide()
             self.box_type_radio.hide()
             self.box_combo.hide()
+
+            self.align_ref_label_val.set_value(self.point_entry.get_value())
         else:
             self.point_entry.hide()
             self.add_point_button.hide()