- 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user