Print with a filament

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: Print with a filament

Post by William » Sat Mar 21, 2020 10:26 am

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
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

piterpaolo
Posts: 9
Joined: Thu Mar 19, 2020 11:52 pm

Re: Print with a filament

Post by piterpaolo » Sat Mar 21, 2020 6:13 pm

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

Post Reply