M600 has a delay

Hi,

I am about to produce a 3D print with a color change and with the single extruder. I have added M600 for a color change to the corresponding position in the GCode. Unfortunately, the change is only executed much later than it is programmed. Is anyone familiar with this? How can I rectify the error?

Thanks a lot.

Never heard about a delayed filament change.
Report it at support and provide some pictures:

  • picture of change position in gcode
  • picture of change position on the model
  • Share your gcode

https://snapmaker.formcrafts.com/support-ticket
Or support@snapmaker.com

User like you here, no snapmaker staff.

Please let us know your progress.

Hi Gerrit,
Did you ever get this issue resolved? I am experiencing something similar.
Machine details:

  • A350T - Single extruder
  • Firmware: 1.20.3
  • Slicer - Orca

Extract of GCode showing the M600 code is implement before moving to a substantiationally different location (refer to x and y locations):

G1 X107.217 Y123.986 E.06824
G1 X109.368 Y126.25 E.08757
G1 X110.995 Y127.876 E.06448
; stop printing object New Sheep - Head - v2_5 id:0 copy 0
; printing object New Sheep - Head - v2_2 id:0 copy 0
; stop printing object New Sheep - Head - v2_2 id:0 copy 0
G1 E-2 F2700
M1010 S4 P0; Turn enclosure fan off at end of print
; fillament change
M600
M106 S255
; MANUAL_TOOL_CHANGE T1
M104 S215 ; set nozzle temperature
M1010 S4 P100; Turn enclosure fan on to prevent chamber from overheating
; printing object New Sheep - Head - v2_4 id:0 copy 0
G1 X212.604 Y102.976 F6000
G1 E2 F2700
;TYPE:Inner wall
;WIDTH:0.449999
G1 F4200
G1 X222.999 Y111.188 E.36631
G1 X240.724 Y127.402 E.6642
G1 X256.714 Y145.259 E.66278
G1 X270.542 Y164.634 E.65815

Photo of issue printing and showing the delay after the M600 command(see the black line inside the white eye):

Whilst on Orca Slicer preview and from the GCode that the colour change (M600) was issued a couple of lines earlier. The same occurs when changing the other way

Full GCode file attached below. Model of file linked below:
Black sheep toilet paper holder

New Sheep - Head - v2_0.16mm_8h16m.gcode (5.1 MB)

Hi, no i didnt got it resolved yet. I figured out, that it is about 5 mm of filamentextrusion.
You can put the M600 a little bit earlier and it will work.