Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise Z befor moving to Z_SAFE_HOMING #1815

Closed
Gummibaer opened this issue Apr 4, 2015 · 12 comments
Closed

Raise Z befor moving to Z_SAFE_HOMING #1815

Gummibaer opened this issue Apr 4, 2015 · 12 comments
Labels
T: Feature Request Features requested by users.

Comments

@Gummibaer
Copy link

Please implement a Z raise for G28 Command
Befor Homing Z -> raise Z -> then moving to Z Safe

@thinkyhead
Copy link
Member

@Gummibaer Currently it's enabled only for systems using auto-bed leveling, but I agree it should be available for all setups.

@thinkyhead thinkyhead added T: Feature Request Features requested by users. On Hold During Bugfix labels Apr 4, 2015
@TechMasterJoe
Copy link

testing that very thing got bored so printed a new control knob and did it at 100mm/s with silc3r
I use Firmware Retraction, Volumetric and advance K =.008
lawl
ndh9tu0ktvms18sg7rsl7dnditw33aayjkzox0dcl5q daqpdu-lylcymetrjgkjieaxib_on1wo_pn_zngpuck
-ctfktsq2m-ehzdyj0kmza8ohlki4rqaju3b1l1potg pomje1e83_bdvhxcaslq5dy2w5iayzmpvvnbxefi6dm
7rwwom2uyr7nmzoittqqrqgj82isvmglrpjolcublpm wexndbdw4g5orszmrxivgvu_zhrqnjyeutupgq6azh8

@Gummibaer
Copy link
Author

@thinkyhead i have auto-bed leveling.
I need to send a G28 before the G29. by G28 crashed the hot end with a Screw.
I use corexy
my solution in slic3r config
G1 Z10 ; raise Z 10mm
G28; homing all axes
G29; auto-bed leveling

@thinkyhead
Copy link
Member

Have you tested the latest code? There was a fix in G28 related to Z raise before homing within the last 20 hours or so. G29 (and maybe G29 E) bed leveling are still wrong, so for the moment auto bed leveling needs to be compensated with a z homing offset, or go back to an earlier Marlin before Z raise was moved into probe_pt()… about 2 weeks ago.

@Gummibaer
Copy link
Author

I have last from 04.04.2015 17:32.
this is a feuture request. Raise Z before homing

@thinkyhead
Copy link
Member

What is your current setting for Z_RAISE_BEFORE_HOMING?

@Gummibaer
Copy link
Author

#define Z_RAISE_BEFORE_HOMING 10
but it dosent work

Homingdirection

#define X_HOME_DIR -1
#define Y_HOME_DIR 1
#define Z_HOME_DIR -1

@thinkyhead
Copy link
Member

@Gummibaer Using a cartesian printer or a Delta? I see, some of your home directions are -1, must be a cartesian!

@Gummibaer
Copy link
Author

Yes its a cartesian. (the printer name is SparkCube)
Y is home direction to MAX

@boelle boelle added this to the Feature Requests Round 6 milestone Jun 29, 2015
@jbrazio
Copy link
Contributor

jbrazio commented Mar 10, 2016

I believe this feature request was implemented with #3107.

@thinkyhead
Copy link
Member

MIN_Z_HEIGHT_FOR_HOMING works for me!

@github-actions
Copy link

github-actions bot commented Apr 9, 2022

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

6 participants