filament-change.g
-
Hello,
I'm with RRF3.3beta3 and when I run M600, filament-change.g is called but the print resume between steps of the file instead of at the end of file :G91 ; relative positioning
G1 Z20 F1200 ; lift Z
G90 ; absolute positioning
M291 R"Déchargement de filament" P"Rétraction en cours..." S0 T5
G1 E-100 F900 ; Retract fast
M106 P2 S0 ; led
G4 P200 ; pause
M106 P2 S1 ; led
M291 R"Changement de filament" P"Changez de filament puis pressez OK" S2
M291 R"Changement de filament" P"Chargement en cours" S0 T12
G1 E70 F300 ; Unretract and purge
M116 ; Wait
M106 P2 S0 ; led
G4 P200 ; pause
M106 P2 S1 ; led
M291 R"Changement de filament" P"Filament changé" S2Somebody knows why ?
-
@noisettetbou is this a new issue in RRF 3.3 beta3? Did it work correctly in a previous firmware version?
-
@dc42 I don't know.
Usually I'm in dual extrusion but I've broken a heatbreak, so back to M600 -
@noisettetbou are you running in standalone mode or SBC mode?
-
This does also happen with pause.g when using conditional gcode (if).
It seems messages do also cause issues.I'm on RRF 3.3RC2 with Mini5+ (standalone).
I've already reported the bug here for 3.3b2:
-
@dc42
I'm running in standalone mode with a Duet 2 wifi + Duex5. I haven't got Panel Due.It seems be the same bug that @Argo has mentionned here :
https://forum.duet3d.com/post/228870 -
@noisettetbou @Argo I confirm this is a bug. I'm working on a fix now.
-
@Argo @noisettetbou please try the 3.3RC2+3 firmware binary at https://www.dropbox.com/sh/duc057ejldxhl48/AADiuF-oiz9EmkFX6HCeodxTa?dl=0.
-