Page 2 of 2

Re: Print with a filament

Posted: Sat Mar 21, 2020 10:26 am
by William
Hi,maybe you added a color mixing instruction to the start instruction in cura.
You can re-download cura to set it up.

or delete M163 S0 P0.33
M163 S1 P0.33
M163 S2 P0.34
M164 S4

Re: Print with a filament

Posted: Sat Mar 21, 2020 6:13 pm
by piterpaolo
Actually the code that Cura offers me is the following. I proceeded to remove the commented lines
So I solve the problem of mixing and automatic temperature preset by the slicer
G28
G1 Z15 F300
M107
G90
M82
M104 S215 //remove
M140 S55 //remove
G92 E0
M109 S215 //remove
M107
M163 S0 P0.33 //remove
M163 S1 P0.33 //remove
M163 S2 P0.33 //remove
M164 S4
G0 X10 Y20 F6000
G1 Z0.8
G1 F300 X200 E40
G1 F1200 Z2
G92 E0
G28