- in CNCJob UI Autolevelling - GRBL controller - Control: added a Origin button; changed the UI to have rounded rectangles

- in CNCJob UI Autolevelling - GRBL controller - Control: added feedrate and step size controls and added them in Preferences
This commit is contained in:
Marius Stanciu
2020-08-21 18:08:40 +03:00
parent 35cdf4e4cb
commit 1b31abeb62
7 changed files with 303 additions and 129 deletions

View File

@@ -384,6 +384,9 @@ class FlatCAMDefaults:
"cncjob_al_probe_depth": -1.0,
"cncjob_al_probe_fr": 120,
"cncjob_al_controller": 'MACH3',
"cncjob_al_grbl_jog_step": 5,
"cncjob_al_grbl_jog_fr": 1500,
"cncjob_al_grbl_travelz": 15.0,
# CNC Job (GCode) Editor
"cncjob_prepend": "",