Delta Rostock 301 Mixes
Delta Rostock 301 Mixes
Hello, is possible define the mix ratios under g-codes?
Re: Delta Rostock 301 Mixes
Yes
extract from the gcode instruction:
M160: Number of mixed materials
Example
M160 S4
This command has been superseded by the tool definition command M563 (see below).
Set the number of materials, N, that the current extruder can handle to the number specified. The default is 1.
When N >= 2, then the E field that controls extrusion requires N values separated by colons ":" after it like this:
M160 S4
G1 X90.6 Y13.8 E2.24:2.24:2.24:15.89
G1 X70.6 E0:0:0:42.4
G1 E42.4:0:0:0
The second line moves straight to the point (90.6, 13.8) extruding a total of 22.4mm of filament. The mix ratio for the move is 0.1:0.1:0.1:0.7.
The third line moves back 20mm in X extruding 42.4mm of filament.
The fourth line has no physical effect.
M163: Set weight of mixed material
Parameters
Snnn extruder number
Pnnn weight
Set weight for this mixing extruder drive.
See Repetier Color Mixing for more informations.
M164: Store weights
Parameters
Snnn virtual extruder number
Pnnn store to eeprom (P0 = no, P1 = yes)
Store weights as virtual extruder S.
M165: Set multiple mix weights
Parameters A B C D H I
A[factor] Mix factor for extruder stepper 1
B[factor] Mix factor for extruder stepper 2
C[factor] Mix factor for extruder stepper 3
D[factor] Mix factor for extruder stepper 4
H[factor] Mix factor for extruder stepper 5
I[factor] Mix factor for extruder stepper 6
Set multiple mix factors for a mixing extruder.
Factors that are left out will be set to 0.
All factors together must add up to 1.0.
;-D
However, I do not know if the printer supports these codes ...
extract from the gcode instruction:
M160: Number of mixed materials
Example
M160 S4
This command has been superseded by the tool definition command M563 (see below).
Set the number of materials, N, that the current extruder can handle to the number specified. The default is 1.
When N >= 2, then the E field that controls extrusion requires N values separated by colons ":" after it like this:
M160 S4
G1 X90.6 Y13.8 E2.24:2.24:2.24:15.89
G1 X70.6 E0:0:0:42.4
G1 E42.4:0:0:0
The second line moves straight to the point (90.6, 13.8) extruding a total of 22.4mm of filament. The mix ratio for the move is 0.1:0.1:0.1:0.7.
The third line moves back 20mm in X extruding 42.4mm of filament.
The fourth line has no physical effect.
M163: Set weight of mixed material
Parameters
Snnn extruder number
Pnnn weight
Set weight for this mixing extruder drive.
See Repetier Color Mixing for more informations.
M164: Store weights
Parameters
Snnn virtual extruder number
Pnnn store to eeprom (P0 = no, P1 = yes)
Store weights as virtual extruder S.
M165: Set multiple mix weights
Parameters A B C D H I
A[factor] Mix factor for extruder stepper 1
B[factor] Mix factor for extruder stepper 2
C[factor] Mix factor for extruder stepper 3
D[factor] Mix factor for extruder stepper 4
H[factor] Mix factor for extruder stepper 5
I[factor] Mix factor for extruder stepper 6
Set multiple mix factors for a mixing extruder.
Factors that are left out will be set to 0.
All factors together must add up to 1.0.
;-D
However, I do not know if the printer supports these codes ...
Re: Delta Rostock 301 Mixes
but this work really?
I think I've tried it and it has not worked for me, maybe I'm wrong about something.
I'll try again to see what and say something
I think I've tried it and it has not worked for me, maybe I'm wrong about something.
I'll try again to see what and say something