Duet3D / DuetSoftwareFramework

Software framework for the next-generation Duet3D platform based on .NET
GNU General Public License v3.0
61 stars 28 forks source link

[Bug]: M32 breaks job state #206

Closed fragrama17 closed 3 weeks ago

fragrama17 commented 3 weeks ago

Duet Forum Discussion Thread

https://forum.duet3d.com/topic/36750/bug-m32-breaks-job-state

Which Duet products are you using?

Firmware Version

3.5.3

Duet Web Control Version

3.5.3

Are you using a Single Board Computer (RaspberryPi) with your Duet?

Please upload the results of sending M122 in the gcode console.

M122 Report

Please upload the content of your config.g file.

Config.g

Please upload the content of any other releveant macro files.

No response

Details specific to your printer.

No response

Links to additional info.

No response

What happened?

Expected result M32 code fails because a file is already being printed

Observed result M32 prints correct error message but sets new file for printing instead of doing nothing

Steps to reproduce

  1. pause current file
  2. run M32 "new-file.g"