- CNCJob object - working in generating Voronoi diagram for autolevelling

This commit is contained in:
Marius Stanciu
2020-08-14 02:03:03 +03:00
parent 776034d1b1
commit 298976f32e
3 changed files with 95 additions and 3 deletions

View File

@@ -1966,8 +1966,8 @@ class CNCObjectUI(ObjectUI):
grid0.addWidget(self.al_rows_label, 6, 0)
grid0.addWidget(self.al_rows_entry, 6, 1)
self.al_manual_button = FCButton(_("Add test points"))
grid0.addWidget(self.al_manual_button, 8, 0, 1, 2)
self.al_add_button = FCButton(_("Add test points"))
grid0.addWidget(self.al_add_button, 8, 0, 1, 2)
self.al_controller_label = FCLabel('%s:' % _("Controller"))
self.al_rows_label.setToolTip(