mriscoc / Ender3V2S1

This is optimized firmware for Ender3 V2/S1 3D printers.
Other
2.57k stars 357 forks source link

[BUG] Pause (M25) parks twice #1333

Open evilDave opened 1 month ago

evilDave commented 1 month ago

Did you test with a precompiled firmware?

No, but I will test it now!

Bug Description

When pausing due to an M25 gcode, the printer parks, then after you hit continue it goes back to the last location and parks again, you hit continue a second time and it will go back to the last location and keep printing from there.

The same does not happen if you hit park from the screen.

similar: https://github.com/mriscoc/Ender3V2S1/issues/743

(like that other issue, I was also having a problem with positioning after the pause - y shift - however that has been fixed by changing the park position to be not right on the edge of the printable area)

Bug Timeline

now, however I have never pause a print via gcode before

Expected behavior

Expected to park one time and then resume printing

Actual behavior

Parked, moved back to location and parked again, then resumed

Steps to Reproduce

  1. Add an M25 command to a gcode file
  2. when the pause happens, hit continue
  3. the printer will start to resume, then park again
  4. hit continue again
  5. the printer will actually resume printing

Version of Professional Firmware

2.1.3

Printer model

Ender 3 v2 neo

Electronics

422

LCD/Controller

tjc

Other add-ons

none

Bed Leveling

UBL Bilinear mesh

Your Slicer

Other (explain below)

Host Software

OctoPrint

Additional information & file uploads

Orca Slicer (this could be made an option of the issue template)

evilDave commented 1 month ago

M600 does not exhibit the same behaviour - but I don't want a filament unload and load in this case.

M25 is what orca slicer inserts if you tell it to add a pause before a layer - perhaps there is a better pause to add? It seem like M25 is supposed to be for an SD card print anyway? I'll try other print commands...