GeeeTech Color Mixing Software does not change the G Code

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

Re: GeeeTech Color Mixing Software does not change the G Code

Post by William » Mon Jan 06, 2020 10:00 am

:D Hi,thanks for your feedback.
I will see.
-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!

k20human
Posts: 5
Joined: Sun Jan 05, 2020 2:46 am

Re: GeeeTech Color Mixing Software does not change the G Code

Post by k20human » Tue Jan 14, 2020 10:43 pm

Hi,

Any news on this ? :)

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

Re: GeeeTech Color Mixing Software does not change the G Code

Post by William » Thu Jan 16, 2020 9:44 am

:D Hi,from the gcode ,
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!

k20human
Posts: 5
Joined: Sun Jan 05, 2020 2:46 am

Re: GeeeTech Color Mixing Software does not change the G Code

Post by k20human » Fri Jan 24, 2020 2:30 am

Hi,

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

McP80
Posts: 1
Joined: Tue Jun 30, 2020 11:43 pm

Re: GeeeTech Color Mixing Software does not change the G Code

Post by McP80 » Wed Jul 01, 2020 12:58 am

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!

Post Reply