MarlinFirmware / MarlinDocumentation

Marlin Firmware Documentation Project
https://marlinfw.org
GNU General Public License v3.0
366 stars 764 forks source link

misc improvements on homing and feedrate #543

Open petaflot opened 5 months ago

petaflot commented 5 months ago

because G34 does G28 before it does anything else, and therefore an additional G28 is not needed. see also HOME_AFTER_G34

thisiskeithb commented 5 months ago

because G34 does G28 before it does anything else, and therefore an additional G28 is not needed. see also HOME_AFTER_G34

You changed the codes: line in G028.md to include G34, but it should only be G28.

petaflot commented 5 months ago

my bad. this should be better