Fixed wrong tool change at the starting G-Code for the multicolor Geeetech printers #1103

Closed
opened 2026-04-05 16:50:01 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @axtox on 1/11/2026

Description

There was a bug with Geeetech printer profile when printing other than first filament - the purge line and the initial skirt were always printed with the first filament no matter if the initial filament for the part is different.

  • Added the Tooling g-code instruction (T[n]) using variable initial_no_support_extruder which is used in the other profiles
  • Changed the temperature variables for M109, M190, M104 and M140 according to the initial filament like Bamboo Lab profile does
  • Fixed problem with colon symbol in the comment section in the starting g-code

Screenshots/Recordings/Graphs

Example of a bad colon symbol interpretation in the Orca itself:
image

Tests

Tested on the Geeetech A10M printer by changing the profile starting g-code

*Originally created by @axtox on 1/11/2026* # Description There was a bug with Geeetech printer profile when printing other than first filament - the purge line and the initial skirt were always printed with the first filament no matter if the initial filament for the part is different. - Added the Tooling g-code instruction (`T[n]`) using variable `initial_no_support_extruder` which is used in the other profiles - Changed the temperature variables for M109, M190, M104 and M140 according to the initial filament like Bamboo Lab profile does - Fixed problem with colon symbol in the comment section in the starting g-code # Screenshots/Recordings/Graphs Example of a bad colon symbol interpretation in the Orca itself: <img width="753" height="229" alt="image" src="https://github.com/user-attachments/assets/1de5c62d-ef39-49b1-acc6-2c54847ee30d" /> ## Tests Tested on the Geeetech A10M printer by changing the profile starting g-code
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1103