Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set BIBO Values to Factory defaults #984

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

photodude
Copy link
Contributor

@photodude photodude commented Oct 24, 2023

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

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.
BIBO printers have a long filament runout distance from the runout sensors to the extruders. The minimum length would be about the length of the Bowden tube selecting 180 as a conservative length to maximize filament use and reduce waste.
@thinkyhead thinkyhead merged commit 6cdb320 into MarlinFirmware:import-2.1.x Nov 14, 2023
1 check passed
@photodude photodude deleted the patch-1 branch November 19, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants