Looking for a A30T Cura profile, but without all the color mixing gcode

Post Reply
MOCCOR
Posts: 28
Joined: Tue Feb 23, 2021 7:31 am

Looking for a A30T Cura profile, but without all the color mixing gcode

Post by MOCCOR » Tue Mar 15, 2022 9:26 am

So I can see the EasyPrint Lite gcode from within the program, but I can also see it seems like it wants to mix the print 0.33 0.33 0.33 all the time. Which is not useful to me. Can I have gcode that just allows it to print the one specific filament from the specific extruder, minus all the extra stuff that this has. I tried simply selecting the extruder in Cura using my normal settings but that just results in the hotend/heater turning off soon as it starts the purge line. :

G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T1 ;Switch to the 2nd extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-{retraction_dual_amount}
T0 ;Switch to the first extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}

Post Reply