Been trying for two days to get any dual color print to work on my new Artist D Standard. I am using Idea Maker for the slicer.
Either E1 or E2 at any given time will just stop when it gets to the end of its turn printing its layer and instead of returning to its home position and it will just sit there till the other extruder comes and collides with it.
Last print I did E1 layer 1 printed fine, it moved back to home and a second or two later E2 moves into position and starts its layer all goes well till its done with its layer and instead of moving to home so E1 can do its next layer E1 just crashes into E2 and starts grinding, at which point I quickly turn the printer off.
I am using a Full Control profile I got from the JG Artist FB group and everything seems to be ok with it,except when it comes time to print and the extruders will not home correctly between layers/colors.
Here is my Extruder Switch Code, and the firmware version I am using is Twinkie.2022.2.2.
Any help would be greatly appreciated.
;***Switch***
G91
G0 Z2 F1200
G90
[if {new_extruder}=1] G1 X-62 F{travel_xy_speed}
[if {new_extruder}=0] G1 X373F{travel_xy_speed}
[if {new_extruder}=1] T1
[if {new_extruder}=0] T0
G1 E2 F120
;[if {new_extruder}=1] G0 X363 F1000
;[if {new_extruder}=0] G0 X-52 F1000
G92 E0
G1 E-{extruder_switch_retraction_amount1} F{extruder_switch_retraction_speed2}
Either E1 or E2 at any given time will just stop when it gets to the end of its turn printing its layer and instead of returning to its home position and it will just sit there till the other extruder comes and collides with it.
Last print I did E1 layer 1 printed fine, it moved back to home and a second or two later E2 moves into position and starts its layer all goes well till its done with its layer and instead of moving to home so E1 can do its next layer E1 just crashes into E2 and starts grinding, at which point I quickly turn the printer off.
I am using a Full Control profile I got from the JG Artist FB group and everything seems to be ok with it,except when it comes time to print and the extruders will not home correctly between layers/colors.
Here is my Extruder Switch Code, and the firmware version I am using is Twinkie.2022.2.2.
Any help would be greatly appreciated.
;***Switch***
G91
G0 Z2 F1200
G90
[if {new_extruder}=1] G1 X-62 F{travel_xy_speed}
[if {new_extruder}=0] G1 X373F{travel_xy_speed}
[if {new_extruder}=1] T1
[if {new_extruder}=0] T0
G1 E2 F120
;[if {new_extruder}=1] G0 X363 F1000
;[if {new_extruder}=0] G0 X-52 F1000
G92 E0
G1 E-{extruder_switch_retraction_amount1} F{extruder_switch_retraction_speed2}
Comment