Hi,thanks for your feedback.
I will see.
GeeeTech Color Mixing Software does not change the G Code
Re: GeeeTech Color Mixing Software does not change the G Code
-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!
-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!
Re: GeeeTech Color Mixing Software does not change the G Code
Hi,
Any news on this ?
Any news on this ?
Re: GeeeTech Color Mixing Software does not change the G Code
Hi,from the gcode ,
you change the startcode has adjusted the Z axis.
you can Change to default.
and reslicing.
you change the startcode has adjusted the Z axis.
you can Change to default.
and reslicing.
-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!
-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!
Re: GeeeTech Color Mixing Software does not change the G Code
Hi,
Thanks for the answer.
This is my start GCODE in CUra, which line i need to change ?
Thanks for the answer.
This is my start GCODE in CUra, which line i need to change ?
Code: Select all
; -- START GCODE --
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M140 S{material_bed_temperature}
M104 S{material_print_temperature}
M190 S{material_bed_temperature} ;Wait for bed to reach temp before proceeding
M109 S{material_print_temperature} ;Wait for extruder to reach temp before proceeding
G28 ; Home all axes
G29 L1 ; Load the mesh stored in slot 1 (from G29 S1)
G29 J16 ; No size specified on the J option tells G29 to probe the specified 3 points and tilt the mesh according to what it finds.
G29 T ; View the Z compensation values.
G1 X0 Y0 F6000 ; move X0 Y0
G1 Z1 F1000 ;move up slightly
M117 Purge Extruder ; Shows "Purge Extruder" on the screen
G92 E0 ; reset extruder
G1 Y60.0 Z0.1 E9.0 F1000.0;intro line
G1 Y120.0 E21.5 F1000.0 ;continue line
G92 E0 ;zero the extruded length again
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F80
Re: GeeeTech Color Mixing Software does not change the G Code
Thank you for these in-depth explanations, I had the same issues as the OP and could fix them step by step thanks to that thread.
See you soon on the forums, I hope I'll one day be able to help out other users like this!
See you soon on the forums, I hope I'll one day be able to help out other users like this!