1

Topic: Press no longer centering correctly to start print (auto-leveling?)

I had my press working for a while, but got busy with other things and it sat dormant.

Got it out, printed a few things with success,  and then something went wrong.

First issue was a shorted thermistor, which I've gotten sorted.

The second issue seems to be an issue during the auto-leveling,
where it is only using the left ~75% of the bed, and then grinds on the X-axis when it goes to retract the Z-probe.


If I cleanly reboot the printer, connect with repitier host - all 3 axis home like I would expect, and I can jog all 3 axis with what I would expect.

If I babysit the print, and pull the head toward the center of the X-axis before it lays down the first layer - I can make it through the full print without issue.


I feel like I'm missing something....

2

Re: Press no longer centering correctly to start print (auto-leveling?)

I've stepped through, and it is definatley something happening wrong when G29 executes.

3

Re: Press no longer centering correctly to start print (auto-leveling?)

Not the busiest forum, I know....
Any suggestions?

I'm doubtful to think that it is the X-axis motor or wiring - as it works perfectly for every command other than G29.
I'm even able to get successful prints, so long as I carefully supervise the  print start and manully assist during the G29 command.

4 (edited by Tin Falcon 2018-12-15 23:32:05)

Re: Press no longer centering correctly to start print (auto-leveling?)

Not the busiest forum, I know....
Any suggestions?

Things are a bit slow around here lately.
Check your settings in RH and your slicer especially the stating g code settings  is suspect your problem may be there.
Auto bed leveling can be problematic but is convenient when it works.
Are you running  a G28 home before your  g 29 ? 

This link may help.
http://marlinfw.org/docs/gcode/G029-mbl.html
You should alway home before any other commands ether manually or automated.
Happy printing

Soliddoodle 4 stock w glass bed------Folger Tech Prusa 2020 upgraded to and titan /aero extruder mirror bed
FT5 with titan/ E3D Aero------MP mini select w glass bed
MP Utimate maker pro-W bondtech extruder
Marlin/Repetier Host/ Slic3r and Cura

5

Re: Press no longer centering correctly to start print (auto-leveling?)

Tin Falcon wrote:

Things are a bit slow around here lately.
Check your settings in RH and your slicer especially the stating g code settings  is suspect your problem may be there.
Auto bed leveling can be problematic but is convenient when it works.
Are you running  a G28 home before your  g 29 ? 

This link may help.
http://marlinfw.org/docs/gcode/G029-mbl.html
You should alway home before any other commands ether manually or automated.
Happy printing

I had been running:

M100
G21
G90
G28 X0 Y0
G1 Z15 F4800
G1 Y5 F4800
G1 X5 F4800
G29

In terms of that guide - so much has changed since the solidoodle came out....
How plausible is it to flash to a more current version of Marlin?
The Z-Probe on the press seems like it was pretty unique (in terms of deployment/retraction).

6 (edited by carl_m1968 2018-12-16 00:51:56)

Re: Press no longer centering correctly to start print (auto-leveling?)

This line,

G1 Z15 F4800

Is moving your Z to a 15mm height difference from the original home position.

What you need to be sure of though is that your host, and the slicer have the exact same settings in the start gcode.

The slicer will override the host start gcode since it is executed after the host gcode is executed.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

7

Re: Press no longer centering correctly to start print (auto-leveling?)

Figured out what was happening.

There was wiring issue with the X-Endstop.
It would intermittantly trip while the Y-Axis was moving.

At times, nowhere near where it should trip.

I was able to validate using M119.

Replaced the wire - and G29 is now working again.

Next step will be to figure out a better replacement wire - as I think that a properly crimped wire will last longer than my cobbled together one.  Just need to sort out what the original ends were.