Mandate all probe cycles ignore feed overrides.
- For repeatability reasons, all G38.x probe cycles ignore feed rate overrides and move at their programmed speed. - The mandate can be removed with a new config.h option. - Updated the documentation to reflect the change.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
"Z","Homing force origin","Enabled"
|
||||
"H","Homing single axis commands","Enabled"
|
||||
"L","Two limit switches on axis","Enabled"
|
||||
"A","Allow feed rate overrides in probe cycles","Enabled"
|
||||
"R","Classic compatibility mode","Enabled"
|
||||
"*","Restore all EEPROM command","Disabled"
|
||||
"$","Restore EEPROM `$` settings command","Disabled"
|
||||
|
|
@ -1,3 +1,14 @@
|
||||
----------------
|
||||
Date: 2016-10-25
|
||||
Author: chamnit
|
||||
Subject: Resolved parking accessory handling issue.
|
||||
|
||||
- Yikes. Totally borked the last parking “fix”. Testing shows that all
|
||||
accessories are now properly handled when retracting and restoring. It
|
||||
was caused by not accounting for the planner re-factoring correctly in
|
||||
the parking code.
|
||||
|
||||
|
||||
----------------
|
||||
Date: 2016-10-24
|
||||
Author: Sonny Jeon
|
||||
|
@ -311,6 +311,7 @@ Feedback messages provide non-critical information on what Grbl is doing, what i
|
||||
| **`Z`** | Homing force origin enabled |
|
||||
| **`H`** | Homing single axis enabled |
|
||||
| **`L`** | Two limit switches on axis enabled |
|
||||
| **`A`** | Allow feed rate overrides in probe cycles |
|
||||
| **`R`** | Classic compatiblity mode enabled |
|
||||
| **`*`** | Restore all EEPROM disabled |
|
||||
| **`$`** | Restore EEPROM `$` settings disabled |
|
||||
|
Reference in New Issue
Block a user