FormerLurker / Octolapse

Stabilized timelapses for Octoprint
GNU Affero General Public License v3.0
634 stars 99 forks source link

M81 Seems to cause Octolapse to 'fail' #702

Open vaderag opened 3 years ago

vaderag commented 3 years ago

Version of Octolapse

Octolapse Version: v0.4.1

Version of OctoPrint

OctoPrint Version: OctoPrint 1.5.3

Diagnostic Logging was Enabled: No

  1. Start print
  2. Octolapse records
  3. Print ends and printer turns off due to gcode and Tuya plugin

What should have happened?

Octolapse gracefully ends the timelapse

What happened instead?

Octolapse pre-prends 'FAILED' to the recording.

Operating System running OctoPrint and Octolapse

OS Name: OctoPi Os Version: OctoPi 0.18.0

Printer model & used firmware incl. version

Printer Model: Creality Ender 3v2 Printer Firmware Version: Jeyers Marlin 1.1.1

Link to the gcode file you were printing when the problem occurred

`G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positionning

G1 X0 Y{machine_depth} ;Present print

;Tell Bed and Hotend to Cool then Wait for them M104 S40 M140 S45 ;bed to 45 M109 R40 M190 R45 ;bed to 45 ;End of tell bed and hotend to cool and wait

M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed

M84 X Y E ;Disable all steppers but Z M81 192.168.1.xx ;power off tuya - added`

Screenshots and/or videos of the problem:

image

FormerLurker commented 3 years ago

Thanks! I will take a look at this ASAP.