You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script seems to work fine if Z hop when retracting is set to at least 0.1 in OrcaSlicer.
But if it is set to 0, when checking the preview of the .gcode, the model is flat on Z0.
Can confirm. Was getting very strange gcode files, like first 6 layers printed all at the first 6 layers, then it would jump to the top layer and try to print the whole rest of the model there. Did some digging, found this comment, fixed the problem entirely. Thank you for pointing this out!
For reference: Ender 3 pro, klipper, mainsail, orcaslicer 2.2.0.
I ran the script "as is" and printed wihout any issue on my RatRig Vcore 500 IDEX. The only thing I did was set the fist layer height identical to all other layers (I normally print the first layer at 0.25 and others at 0.2), maybe that did it, have not checked with a 0.25 mm first layer. I also did not review the gcode in the slicer, maybe the slicer simply can't handle it.
Orca Slicer 2.2.0
Klipper
Script seems to work fine if Z hop when retracting is set to at least 0.1 in OrcaSlicer.
But if it is set to 0, when checking the preview of the .gcode, the model is flat on Z0.
z_hop_0.2.gcode.txt
z_hop_0.gcode.txt
z_shift_log.txt
Seems to be a problem when using g-code flavor: Klipper. The layer change and move X/Y on the same line. And setting z-hop is actually fixing it, ex:
;LAYER_CHANGE
;Z:0.6
;HEIGHT:0.2
;BEFORE_LAYER_CHANGE
;0.6
G92 E0
G10 ; retract
;_SET_FAN_SPEED_CHANGING_LAYER
; printing object Cube id:0 copy 0
G1 X118.701 Y119.529 Z.6 F15000
The text was updated successfully, but these errors were encountered: