MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.24k forks source link

[BUG] M701 filament load: nozzle no longer raised during load and unload #21750

Closed Sebazzz closed 3 years ago

Sebazzz commented 3 years ago

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

With ADVANCED_PAUSE_FEATURE, and FILAMENT_LOAD_UNLOAD_GCODES and NOZZLE_PARK_FEATURE with a Z > 0, the Z is not raised when a filament load or unload happens.

Bug Timeline

21564 (fb7bdabb70d77d29c25427b5e4df4a1976d26e63)

Expected behavior

  1. Z is raised
  2. Filament is loaded or unloaded
  3. Z is lowered

Actual behavior

  1. Z is not raised
  2. Filament is loaded or unloaded

Steps to Reproduce

  1. Compile with ADVANCED_PAUSE_FEATURE, FILAMENT_LOAD_UNLOAD_GCODES, NOZZLE_PARK_FEATURE
  2. Run M701

Version of Marlin Firmware

2.0.8

Printer model

Creality CR-6 SE

Electronics

BTT SKR CR6 board; filament sensor (stock)

Add-ons

No response

Your Slicer

No response

Host Software

No response

Additional information & file uploads

Related: #21670

Sebazzz commented 3 years ago

PR #21762 opened.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.