- in Geometry Object Properties UI - finished the new feature Simplification and Vertex Points calculation which should greatly reduce the resulting GCode size

This commit is contained in:
Marius Stanciu
2020-11-27 15:16:17 +02:00
committed by Marius
parent fd3f03afba
commit b0ccc15f70
3 changed files with 61 additions and 4 deletions

View File

@@ -3951,7 +3951,7 @@ class AppGeoEditor(QtCore.QObject):
selected_tree_items = self.tw.selectedItems()
def task_job():
with self.app.proc_container.new('%s...' % _("Working")):
with self.app.proc_container.new('%s...' % _("Simplify")):
for sel in selected_tree_items:
for obj_shape in self.storage.get_objects():
try: