Hallo Jörg,
hab's geändert und heize bereits auf.
Ich hatte dich falsch verstanden, dachte ich soll es jetzt so lassen.
Gerne versuche ich weiter das Beste raus zu holen.
So funktioniert übrigens der Startcode nun doch.
Erst Home aller Achsen, dann auf den Spiegel fahren, dann Aufheizen, dann drucken.
;Colormix
; Cyan
M163 S0 P1
M163 S1 P0
M163 S2 P0
M164 S0
...
...
...
; Brown
M163 S0 P1
M163 S1 P1
M163 S2 P1
M164 S15
G28 ;Home all axes
G1 Z5 F5000 ; lift nozzle
G1 X0 *; move to Position
G1 Y0 *; move to Position
G1 Z0 F5000 ; lift nozzle
;Alternative start code
T0
M190 S[first_layer_bed_temperature]
M109 S[first_layer_temperature]
;G28 ;Home all axes
;G0 X0 Y0 ;Go from X-25 Y-35 to
G91 ;Use relative coordinates
M106 ;Turn on fan
T8
;G0 Z3 E20 F100
G0 Z3 E5 F100
G0 Y20 Z-3 F1000
T4
;G0 Z3 E20 F100
G0 Z3 E5 F100
G0 Y20 Z-3 F1000
T0
;G0 Z3 E20 F100
G0 Z3 E5 F100
G0 Y20 Z-3 F1000
M107 ;Turn off fan
G90 ;Back to absolute coordinates
G92 E0 ;Reset extruder position
Etwas verwundert hat mich, das ich beim Einfarbigen keine
M190 S[first_layer_bed_temperature]
M109 S[first_layer_temperature]
Aufheiz Einträge drin habe, er trotzdem erst Positioniert, dann Aufheizt.
Lasse ich beim Diamond Startcode die beiden Einträge weg, druckt er ohne Aufheizen.
(natürlich auch ohne zu Extrudieren)
Da muss ich nochmal genau gucken was das ist.
Gruß Toby