color print question
i noticed the colorprint only seems to work with slic3r gcode. if i were to use cura, can i take the gcode that enables the color print and just stick it in cura where i want?
heres the gcode block in slic3r...
M106 S216.75
G1 E-1.50000 F2400.00000
G1 X126.674 Y94.615 F6000.000
G1 E1.50000 F2400.00000
M106 S255
G1 X123.297 Y91.239 E0.02514 F1500.000
G1 X123.279 Y90.971 E0.00142
G1 X126.448 Y94.140 E0.02360
M106 S216.75
G1 E-1.50000 F2400.00000
G1 Z2.350 F6000.000
G1 X103.948 Y118.776 F6000.000
M600
(i think)
cura's gcode is set up a bit differently tho. can i do this and will the printer still do the same thing?
G0 F9000 X76.175 Y81.549
G1 F900 X77.080 Y82.454 E1732.65774
G0 F9000 X77.172 Y81.980
G1 F900 X76.509 Y81.317 E1732.67333
G0 F9000 X76.844 Y81.087
G1 F900 X77.321 Y81.281 E1732.68318
G1 X77.204 Y80.881 E1732.69011 ;last line in layer 20
;COLORPRINT START
M106 S216.75
G1 E-1.50000 F2400.00000
G1 X126.674 Y94.615 F6000.000
G1 E1.50000 F2400.00000
M106 S255
G1 X123.297 Y91.239 E0.02514 F1500.000
G1 X123.279 Y90.971 E0.00142
G1 X126.448 Y94.140 E0.02360
M106 S216.75
G1 E-1.50000 F2400.00000
G1 Z2.350 F6000.000
G1 X103.948 Y118.776 F6000.000 ;COLORPRINT
;LAYER:21
G1 F2400 E1728.19011;CURA
G0 F9000 X93.274 Y109.553 Z2.400 ;CURA
M600 ;COLORPRINT
;TYPE:WALL-INNER
Re: color print question
Hi Bill
Yes, you can do that. I just add one line: M600 and the colour change routines are implemented.
Peter
Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…
Re: color print question
Awesome! Thank you!