MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.17k stars 19.21k forks source link

"deltabot homing" reverted "Repetier-Host which sends G28 X0 Y0 Z0" #523

Closed hg42 closed 9 years ago

hg42 commented 11 years ago

Hi,

when looking through the commit history (in my mercurial clone of this repo), I noticed that

https://github.com/ErikZalm/Marlin/commit/01edf22a10a1ab9213f99ec3aa16edc903b9e1b2 "Fix home_all_axis to make QUICK_HOME work with Repetier-Host which sends G28 X0 Y0 Z0 instead of G28. Thanks to Matt Schoenholz for reporting this issue."

was reverted by

https://github.com/ErikZalm/Marlin/commit/caa848f943d03eba117687f34d6b0d5d897a23ad "fix homing for deltas"

btw. I think, it would make even more sense to home all those axes (in parallel) which are explicitly mentioned in the gcode command. E.g. it would be possible to home x and y while leaving z where it is.

MichaelAtOz commented 11 years ago

E.g. it would be possible to home x and y while leaving z where it is.

+1

boelle commented 9 years ago

This one is created about a year ago and there have been a lot of changes, please download the latest copy of marlin and see if the problem is still there. Also you the latest arduino IDE to flash the marlin firmware. If you board files etc only work under old ide upgrade those first so they work under latest IDE.

If you create board files for hardware that are not in the https://github.com/ErikZalm/Marlin/tree/Marlin_v1/ArduinoAddons then please fork marlin and add the files and then create a pull request so that we can get the hardware supported. This will also give an idea what hardware people are using.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.