mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
TRAVEL_EXTRA_XYJERK and GCODE_CASE_INSENSITIVE
This commit is contained in:
parent
9990ab95c9
commit
d92808d3cf
295 changed files with 594 additions and 4 deletions
|
@ -803,6 +803,8 @@
|
|||
#define DEFAULT_YJERK 15.0
|
||||
#define DEFAULT_ZJERK 0.5
|
||||
|
||||
//#define TRAVEL_EXTRA_XYJERK 0.0 // Additional jerk allowance for all travel moves
|
||||
|
||||
//#define LIMITED_JERK_EDITING // Limit edit via M205 or LCD to DEFAULT_aJERK * 2
|
||||
#if ENABLED(LIMITED_JERK_EDITING)
|
||||
#define MAX_JERK_EDIT_VALUES { 20, 20, 0.6, 10 } // ...or, set your own edit limits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue