Notifications
Clear all

Dual Extrusion  

  RSS
Brody Richardson
(@brody-richardson)
Active Member
Dual Extrusion

So ive been used to using Cura that has dual extrusion down pat however I loaded my Jg maker into Prusa and have been trying to set up dual extrusion and it feels like its impossible.

Im trying to change the extruder that prints the purge line and nothing I change will change it to E2. I've put int the T1 command and get nothing. There is no way to change the default extruder either, like cura. When I change the Extruders to 2 under multiple extruder tab it does nothing.

What do I need to change in the start code in order to get extruder 2 to purge line and not e1?

 

G90 ; use absolute coordinatesM83 ; extruder relative mode; set extruder(s) and bed temperatureM104 T0 S[first_layer_temperature_0] ; set nozzle tempM104 T1 S[first_layer_temperature_1] ; set nozzle tempM140 S[first_layer_bed_temperature] ; set bed temp

; wait for temperatures to stabiliseM109 T0 S[first_layer_temperature_0] ; wait for nozzle tempM109 T1 S[first_layer_temperature_1] ; wait for nozzle tempM190 S[first_layer_bed_temperature] ; wait for bed tempG28 W ; home all without mesh bed levelG80 ; mesh bed leveling{if filament_settings_id[initial_tool]=~/.*Prusament PA11.*/}G1 Z0.3 F720G1 Y-3 F1000 ; go outside print areaG92 E1G1 X60 E9 F1000 ; intro lineG1 X100 E9 F1000 ; intro line{else}G1 Z0.2 F720G1 Y-3 F1000 ; go outside print areaG92 E0G1 T1 X60 E9 F1000 ; intro lineG1 T1 X100 E12.5 F1000 ; intro line{endif}G92 E0M221 S{if layer_height<0.075}100{else}95{endif}

Opublikowany : 31/01/2023 11:37 pm
Diem
 Diem
(@diem)
Illustrious Member

Try switching the order of the parts in the print tree - right hand pane - and as long as it fits the internal logic the printing order will change.

Cheerio,

Opublikowany : 31/01/2023 11:58 pm
Share: