Printing of some layers of ooze shield slower than expected.
Posted: Sun Jul 30, 2017 6:59 pm
When printing gcode sliced with Simplify3d V4 for a dual extruder printer, I noticed that some layers of the ooze shield were printing very slowly. After further analysis I noticed that the gcode had the following structure:
Note that both layer 5 and layer 6 are printing at Z=0.600. Layer 5 contains the gcode for the inner and outer perimeter and the solid layer, layer 6 only the ooze shield.
This means that layer 6 (at the same Z level as layer 5, so to all intents and purposes the same layer) finishes very quickly and hence, the cooling speed overrides kick in, unnecessarily slowing down the printing of the ooze shield.
This behavior seems erratic and does not occur on all layers.
Code: Select all
; G-Code generated by Simplify3D(R) Version 4.0.0
; layer 1, Z = 0.200
; ooze shield
; inner perimeter
; outer perimeter
; solid layer
; layer 2, Z = 0.200
; layer 3, Z = 0.400
; layer 4, Z = 0.400
; inner perimeter
; outer perimeter
; solid layer
; ooze shield
; layer 5, Z = 0.600
; inner perimeter
; outer perimeter
; solid layer
; layer 6, Z = 0.600
; ooze shield
G1 X155.942 Y132.830 E0.0026 F720
; layer 7, Z = 0.800
; layer 8, Z = 0.800
; inner perimeter
; outer perimeter
; infill
; ooze shieldThis means that layer 6 (at the same Z level as layer 5, so to all intents and purposes the same layer) finishes very quickly and hence, the cooling speed overrides kick in, unnecessarily slowing down the printing of the ooze shield.
This behavior seems erratic and does not occur on all layers.