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.
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
Z is raised
Filament is loaded or unloaded
Z is lowered
Actual behavior
Z is not raised
Filament is loaded or unloaded
Steps to Reproduce
Compile with ADVANCED_PAUSE_FEATURE, FILAMENT_LOAD_UNLOAD_GCODES, NOZZLE_PARK_FEATURE
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
With
ADVANCED_PAUSE_FEATURE
, andFILAMENT_LOAD_UNLOAD_GCODES
andNOZZLE_PARK_FEATURE
with a Z > 0, the Z is not raised when a filament load or unload happens.Bug Timeline
21564 (fb7bdabb70d77d29c25427b5e4df4a1976d26e63)
Expected behavior
Actual behavior
Steps to Reproduce
ADVANCED_PAUSE_FEATURE
,FILAMENT_LOAD_UNLOAD_GCODES
,NOZZLE_PARK_FEATURE
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