Second layer jump
-
@Phaedrux Of course Drag chain mount.gcode This one still has the Babystep reset at Layer 2 and it appears that I still need to do that.
-
Sorry, can you show again what's in start1, 2, 3.g? I know you've moved your commands over, but I'd still like to see exactly how everything is getting executed.
Also, if you disable Z hop, does the problem change?
Do you have anything in tool change files?
-
@baird1fa said in Second layer jump:
G1 H2 Z-5 F600 ; back off of limit for second pass
Probably unrelated, but in your homez you should remove the H2 from the back off move.
-
@Phaedrux
Start1.g;Call this Gcode after the chamber heaters are set G28 Z G28 X Y ; Home all G1 Z10 F1000 ; Bring up Z G1 X-55 Y-48 F12000 ; Offset for z probe M18 E0:1 ; Disable extruder stepper motors as they ca
start2.g
; Call this after the bed is warmed up G30 ; Probe bed single point and set offset of Z G29 ; Bed mesh probe G1 Z10 F400 ; Lower bed while heating G1 X-30 Y165 F12000 ; move head over purge bucket while heating G1 Z-1 F200 ; Lower head down to purge bucket
Start3.g
; Call This after the bed has been probed G92 E0 ; Set extruder to 0 G1 E10 F120 ; Extrude 10mm of filament into purge G92 E0 ; Reset Extruder count to 0 G1 E-0.5 F500 ; Retract 0.5mm of filament G1 Z0.5 F900 ; Raise nozzle to .5mm over bed
I just copy and pasted these out of my original start script in simplify3D.
-
I think it would be a good idea to specify G91 relative moves for the Z moves in your macros, unless the intention is really to move to that absolute location.
Also, if you disable Z hop, does the problem change?
Do you have anything in tool change files?
-
@Phaedrux my intention is to actually move 1mm below the bed surface as there is a purge bucket there which is why I'm in absolute mode.
I have not tried to disable the Z-hop but that would be a good next step.
I do not have anything in my tool change files.
-
@baird1fa said in Second layer jump:
G1 H1 Z585 F1000 ; move Z up until the endstop is triggered
When you home with the z endstop, where is the nozzle in relation to the bed? I see your M208 minima is -10, so when it goes that move it will set the position as -10.
I guess it doesn't really matter since you're doing a G30 in start2 anyway.
Another random thing to try, is that if you have empty tool change files present, just delete them entirely.
-
@Phaedrux The Z actually zeros at the maximum so there is a very large space between the print head and the bed. I will look at deleting those files. I'm out of the office now for the holidays so I'll pick this up again in week or two.
-
@Phaedrux Sorry it has been awhile, I don't think I ever did delete those tool change files, but the second layer jump seems to have been resolved.
-
I'm having this same issue with my printer. The second layer is definitely printing well above were it is suppose to.
-
@warbunnies Please start a new thread if you'd like to trouble shoot it.