TheNEStOnline / Multi-Extrusion-post-processing-scripts-for-Slic3r

useful postprocessing scripts for Slic3r, mostly adding dual extrusion features
5 stars 3 forks source link

Print appears to stop but instead is doing something strange #11

Open mrpoppagiorgio opened 6 years ago

mrpoppagiorgio commented 6 years ago

I followed the instructions to get this script working, and when it slices it looks great. However when I get to the first layer that involves the 2nd extruder/nozzle, extruder one is reversing incredibly slowly halfway up the teflon tube for about 10 minutes, then launches back to the nozzle and continues to print. Extruder two does not seem to be printing. Here is my code in end g-code:

M104 S0 ; turn off temperature
G28 X0  ; home X axis
M84     ; disable motors
; WIPE TOWER PARAMS
; Not Implemented:
; forceToolChanges = false
;
; Implemented:
; extrusionWidthMultiplier = 1.2
; toolChangeRetractionLength = 150,150
; useAutoPlacement = 1
; wipeTowerX = 20
; wipeTowerY = 20
; wipeTowerSize = 15
; wipeTowerInfillNoChange = 10
; useYSplitChange = 0
; ySplitFirstRetractionSpeed = 2
; ySplitFirstRetract = 11
; ySplitUnretract = 7
; ySplitSlowRetractionSpeed = 150
; ySplitSlowRetract = 0
; ySplitLarstRetractionSpeed = 150
; ySplitUnRetractAfterToolChangeSpeed = 40

any suggestions for what could be happening?