Connect/Set-up Artisan to/with Cura

I set Cura up today for the Artisan.

Create a new machine with the following settings:



I also installed the cura plugin “printer setting” that i can set the “heat up speed”. Without this setting i got errors when the nozzles switches because they werent pre-heated.

;— Start G-code Begin —
M205 J0.05
M201 X100000 Y100000 Z100 E10000
M204 P1000 T2000 R10000
M900 T0 K0.035
M900 T1 K0.035
M104 S{material_print_temperature_layer_0} ;Set Hotend Temperature
M140 S{material_bed_temperature_layer_0} ;Set Bed Temperature
M109 S{material_print_temperature_layer_0}
M190 S{material_bed_temperature_layer_0}
M107
M107 P1
G28
G0 Z0.5 X0 Y-0.5 F6000
G92 E0
G0 X150 E30 F1200
G92 E0
G1 Z5 F6000
;— Start G-code End —

;— End G-code Begin —
M104 S0
M140 S0
G92 E0
G1 E-2 F3000 ;Retract the filament
G92 E0
G28 Z
G28 X0 Y0
;— End G-code End —

My Cura Profile for 0.2mm: https://we.tl/t-jmmmq002lK

2 Likes