--- a/printrun-src/printrun/gui/widgets.py Wed Jan 20 10:17:01 2021 +0100 +++ b/printrun-src/printrun/gui/widgets.py Wed Jan 20 11:37:03 2021 +0100 @@ -1,3 +1,6 @@ +# FILE MODIFIED BY NEOSOFT - MALTE DI DONATO +# Add Lasercut settings panel + # This file is part of the Printrun suite. # # Printrun is free software: you can redistribute it and/or modify @@ -120,7 +123,8 @@ "UI": _("User interface"), "Viewer": _("Viewer"), "Colors": _("Colors"), - "External": _("External commands")} + "External": _("External commands"), + "Laser": "Lasercut options"} class PronterOptionsDialog(wx.Dialog): """Options editor""" @@ -134,7 +138,7 @@ all_settings = pronterface.settings._all_settings() group_list = [] groups = {} - for group in ["Printer", "UI", "Viewer", "Colors", "External"]: + for group in ["Printer", "UI", "Viewer", "Colors", "External", "Laser"]: group_list.append(group) groups[group] = [] for setting in all_settings: