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:
chamnit
2016-10-25 20:03:30 -06:00
parent a6f6431515
commit 3854d200bb
6 changed files with 26 additions and 0 deletions

View File

@ -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 OPT: Code Build-Option Description State
7 Z Homing force origin Enabled
8 H Homing single axis commands Enabled
9 L Two limit switches on axis Enabled
10 A Allow feed rate overrides in probe cycles Enabled
11 R Classic compatibility mode Enabled
12 * Restore all EEPROM command Disabled
13 $ Restore EEPROM `$` settings command Disabled