i got a brand new printer.
by moving the head to the x-axis home (with the printer control or repetier - doesn't mather), the printer head moves about 10 mm to the left and then at this new position the new x-home is set!
any suggestions?
PrusaI3 pro C dual - x-home is changing
Re: PrusaI3 pro C dual - x-home is changing
for whatever reason, this issue stopped.
i'm not quite sure, what did the trick, but this is what i did:
- changed the x-min pin to the x-max slot and back
- started using simplify3D
-edited the "after printing"-gcode script to this:
good luck for everyone, who gets the same problem
i'm not quite sure, what did the trick, but this is what i did:
- changed the x-min pin to the x-max slot and back
- started using simplify3D
-edited the "after printing"-gcode script to this:
Code: Select all
; M107 ; Fan Off
M140 S0 ; turn off bed temperature
M104 S0 ; turn off extruder temperature
M84 ; disable motors
G28 X ; home X axis
G1 Y200 Z170 ; move Y to 200 and Z to 170