PrusaOwners / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://www.marlinfw.org/
GNU General Public License v3.0
15 stars 4 forks source link

End G29 with move to 0,0 #18

Open stahlfabrik opened 5 years ago

stahlfabrik commented 5 years ago

To be more compatible with stock Prusa firmware it would be nice to move to 0,0 after mesh bed leveling. Maybe introduce G80 for that that encapsulates g29 together with the moves? Or make it a new option in the config? Think that is better

matthew-humphrey commented 5 years ago

There is already a Z_PROBE_END_SCRIPT feature that can do this. I just tested it, and it is working fine. Will submit a PR.

stahlfabrik commented 5 years ago

It is not that simple. Works when run independently. But not within Slic3r start sequence.

I have an idea about it that I describe in the PR