-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Z_Safe_Homing do not home in the middle of the bed #8429
Comments
Ah..... What Slic3r are you using? If it is Slice3r or Cura, you can check a box and tell it to render the object in the center of the bed. How about you post your Gcode file and we look to see where it is telling things to print? Probably it makes sense to turn on the DEBUG stuff. And give it a M111 S32767 prior to doing the home information. The log info will tell us exactly what is going on... |
I don't know what is Slic3r but I am using Cura And here is my Starting Gcode: G21 ;metric values And My ending Gcode: M104 S0 ;extruder heater off |
Starting Gcode in what tool? It will be some flavor of a Slicer... |
I don't know if it will respond to your question. When I start my print, I upload a .stl file on cura (witch is a slicer?) and I start the print with my usb port connection to the arduino. |
Whenever there are homing or leveling issues, we ask everyone to follow a standard procedure to gather more information so that we're not just taking stabs in the dark.
From this we can see exactly what the machine is doing. I look forward to your report! |
That bypsses sa(f)e homing. First home x and y. Then home z where you are. 'G28 X Y Z' should perform a sa(f)e homing. The idea of moving to somewhere with a G28 is wrong! It's ought to home one or more axes. The point where it stops depends on too many options to trust in a special point. When you want to move to a special point use G0 Xx Yy Zz. |
Yes. Cura is the answer to the question. |
Truly. When I first started using Marlin this had me confused. I thought that surely, if you did |
Perfect, I will look at that and I will give you news tonight. Thank you |
Sorry for the delay, I was busy last week. I wasn't sure about what AHardt said. But I change the G28 X0 Y0; G28 Z0 to G28 X Y Z but nothing change )as far as I can see). So I decided to follow the step of thinkyhead. I use Ponterface and this is the response for the M111 S247 code:
Hope you can help me. |
Double-check your configuration and make sure I don't know what you're trying to do with |
I am having the same issue. I just updated to Marlin 1.1.9 and love it. But now for some reason its homing like your were describing. How did you solve the issue. I am wondering if having Z_safe_homing is causing the problem. |
Most likely not. Almost always a beginners MeTo has completely different reasons. For a real answer open a new issue and follow the advises. |
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. |
Hi everyone,
I know that there is another subject (issue #5873) who is kind of the same one but when I red the comments, those could not help me.
I am new in the world of marlin and 3D printing and I have a lot of problem to make my printer works. I have a tronxy P802ma with an arduino mega 2560 with a ramps 1.4.
Bug Report
When I print a calibration cube with cura (I made the configuration of the bed dimension in cura), even if the cube is place in the middle of the plate, the cube print in the back right corner. I think it is because of the Z_Safe_Homing problem.
Here is my actual
Configuration.h
andConfiguration_adv.h
Archive.zip
The text was updated successfully, but these errors were encountered: