Delta Auto Leveling G32

edited October 2018 in Questions & Answers

Hi,

i've got a problem with the g32 command.

I've wrote a skript which measures the 3 Points in front of my Delta Towers and the middle.

G28;
G1 X-90 Y-50 Z5;
G30;
G1 X90 Y-50 Z5;
G30;
G1 X0 Y100 Z5;
G30;
G1 X0 Y0 Z5;
G30;
G28;

I get the following heights  

Z:5,08

Z:5,06

Z:5,07

Z:5,07 (middle)

When i than start a g32 with the exact same positions in the eeprom Settings (X1 -90,Y1 -50;X2 90,Y2 -50; X3 0,Y3 0)  it measures

z: 5.12

z: 4.83

z: 5.26

Where does the difference come from? I have set no probe Offsets, cause i have fsr and my nozze is the probe.

I can't print with g32 s2 in the start code.


Hope you can help me. Looked all the fw and eeprom  settings, no Offset at all  and measure height is the same  Z5  :-(


Thank You



EDIT:

got it, have to reset the Matrix with m322  calibrate my Printer manually and than use g32

Sign In or Register to comment.