Hello,
I have printing problems with my Leapfrog Creatr Dual Extruder. For some reason (when i use the build in settings) my printer tries to print the first layer 'in the air' the liftoff of the extruder is just to high. Because of this the print obviously doesn't stick to the printing bed.
I don't have this problem using other printing programs, such as Repetier. So i think this is software related. I did use the 'bed leveling wizard', but without any succes. Now i've noticed that the starting g-code goes like:
M201 X1000 Y1000 Z500
M202 X1000 Y1000 Z500
M204 S1000
G28 F1200 ; home all axes
T0 ; switch to right extruder
G1 Z0.2 ; raise nozzle
G92 E0 ; zero extruder
G1 E3 F225 ; purge nozzle
G1 Y15 Z0.05 F1200 ; slow wipe
G1 Y20 Z0.25 ; lift
G92 E0 ; zero extruder again
It is lifting the Z 3 times and then zero's it, could this be the problem? (i made no changes to the script)