MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

Set BIBO Values to Factory defaults #984

Closed photodude closed 7 months ago

photodude commented 8 months ago

Description

Max Z travel is 160mm not 186mm This could damage the printer if not corrected

Z acceleration should be 100 not 300 Maximum xy Jerk is 10 not 7 Maximum Z jerk is 0.3 not 0.65

Correcting these values to match factory firmware.

Add FILAMENT_RUNOUT_DISTANCE_MM 180

Benefits

Max Z travel is 160mm not 186mm This could damage the printer or result in faulty prints if not corrected.

implements FILAMENT_RUNOUT_DISTANCE_MM 180 to reduce filament waste.

Related Issues

Bug fix from code review