Bed going down after autoleveling
Hi. I installed LJ18 sensor to extruder platform, turn on autolevel in firmware, set offsets.
Run gcodes:
G28 X Y
G32 S2
G28 X Y
And bed going down at ~8 mm after calibrating
I change z-probe distance settings, but didnt help
Or with numbers I need put to eeprom?
Sheme: at ~4mm near table sensor triggered
Run gcodes:
G28 X Y
G32 S2
G28 X Y
And bed going down at ~8 mm after calibrating
I change z-probe distance settings, but didnt help
Or with numbers I need put to eeprom?
Sheme: at ~4mm near table sensor triggered
Comments
Code for leveling is in BedLeveling.cpp in function bool runBedLeveling(int s)
As you might see there is no extra Z move programmed. At start it runs activate script and afterwards deactive probe script, which you have defined. That could of course contain z moves. As a Test run G30 at a point where activating z probe is possible. It will return z height and also run start/end script and "normally" ends up at exactly teh same position it started. Also gives you an idea if z probe height in eeprom is set right as it returns a measured z whcih you can compare with e.g. a metal block or feeler gauge.
I need move Z to 0 after G32?
But where the extra move comes form is hard to say remotely, therefor my hints on where to lock what is going on.
What is your start and end gcode for z probe in configuration? As I said that would be a good point that it changes.
Then try again after z homing. I guess this makes a difference, also not sure what exactly.
Under 'mechanics' endstop section,
choose homing order X Y preheat then Z (this lets you then choose the X Y coords to goto to home Z)
Just under the homing order, select pre raise Z axis= always and set pre raise distance to 5 .
XY Homing pos. for Z are preset to 99999 99999 change these to the centre of your bed.
got 13:41:51.126: Error:Activating z-probe would lead to forbidden xy position: 60.000000, -55.00
I removed z probe offsets, looks like helping
So your minimum reachable probe points will be X0 Y55
Your P1 and P2 both have Y at 0 so the printer is trying to move the nozzle -55 off the front of the bed.
Try setting
P1 20 65
P2 170 65
P3 20 190
Allso i would turn off 'allways check endstops' to eliminate any crosstalk on the endstop wires.
But now got error with triggering sensor before leveling starts