Skip to content

v1.4.3 stable (Marlin 1.1.9)

Compare
Choose a tag to compare
@davidramiro davidramiro released this 08 Mar 16:25
· 58 commits to master since this release
1a5804f
  • Fixed Z movement on abort:
    • On some occasions, the axis would move downwards into the print
  • Implemented nozzle reheating on timeout via display:
    • Raise nozzle timeout to 10 minutes
    • Use continue button as reheat trigger
    • Manage nozzle_timed_out variable via display
    • Add PausedByNozzleTimeout flag to enter correct routine on display
  • Use realtime delay on filament sensor (3000ms) to prevent false positives:
    • Instead of incrementing a variable on every iteration on the filament sensor trigger loop, we now use a real time macro that ensure better repeatability and is easier to customize.
  • Add audio feedback to M500 and M502 in display menu