- finished the UI for adding a new parameter that is used in conjunction with the laser preprocessors: laser minimum power parameter which should help in doing a full power up/down cycle (should prolong the lifetime for the laser diode)

- fixed some UI issues for the Milling and Drilling plugins when using a `laser` preprocessor
This commit is contained in:
Marius Stanciu
2022-01-30 19:03:20 +02:00
committed by Marius
parent 16af642409
commit dbc2e5c381
8 changed files with 141 additions and 37 deletions

View File

@@ -400,6 +400,7 @@ class FlatCAMDefaults:
"tools_drill_spindlespeed": 0,
"tools_drill_dwell": False,
"tools_drill_dwelltime": 1,
"tools_drill_min_power": 0.0,
"tools_drill_toolchange": False,
"tools_drill_toolchangez": 15,
"tools_drill_preprocessor_list": ['default'],
@@ -446,6 +447,7 @@ class FlatCAMDefaults:
"tools_mill_feedrate": 120,
"tools_mill_feedrate_z": 60,
"tools_mill_min_power": 0.0,
"tools_mill_spindlespeed": 0,
"tools_mill_dwell": False,
"tools_mill_dwelltime": 1,