Help with starting print height after modding a qidi tech 1
-
@dakingofhearts2003 said in Help with starting print height after modding a qidi tech 1:
G1 H1 Z205 F360 ; move Z up stopping at the endstop
G90 ; absolute positioning
G92 Z0 ; set Z position to axis maximum (you may want to adjust this)Ok so if you endstop is located at Z min, then your homing move in homeall and homez is going the wrong way.
Should be
G1 H1 Z-205 F360
If G1 Z205 is moving towards the endstop, then your Z axis motor is rotating the wrong way.
When jogging the Z axis does Z+ move the bed and nozzle farther apart and Z- closer together?
-
@Phaedrux i assure you everything is correct i made my own wires and so i had to reverse somethings. If the bed went the wrong way i wouldnf be able to home successfully.
-
@dakingofhearts2003 said in Help with starting print height after modding a qidi tech 1:
Everything homes correctly but it keeps starting the prints about 5 mm above the bed if i can fix that im good.
After you homeall are you able to jog the nozzle down so that Z0 has the nozzle just touching the bed?
-
Hi,
The process you used: Move nozzle to touch bed, G92 Z0 and then M500.
What do you think M500 does in this case?
Frederick
-
-
This is how close it is after homing
-
@dakingofhearts2003 said in Help with starting print height after modding a qidi tech 1:
This is how close it is after homing
You need to determine how far from the bed the nozzle is at that point.
Then you need to adjust the G92 Z0 line to specify the actual Z position at that point, and it is clearly not 0.
Let's say you determine the nozzle is exactly 5mm off the bed.
Then the line should read G92 Z5.
So then moving to Z0 would move down 5mm and should touch the bed.
Frederick
-
@fcwilt i did that and still this is what i get
-
Hi,
So you modified the G29 Z# line in the homez.g file?
And the nozzle is now farther away?
Frederick
-
@dakingofhearts2003 said in Help with starting print height after modding a qidi tech 1:
i assure you everything is correct
And yet your nozzle is 5mm above the bed.