Skip to content

BIBO printer profile improvements and Marlin 2/BLTouch support #14474

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

Merged
merged 4 commits into from
Apr 23, 2025

Conversation

photodude
Copy link
Contributor

Clean up the printer profiles

  • If the setting is common leave it in the common profile and let inherits add it to the other profiles
  • Remove M105 reporting as this often stalls printers

Add Marlin 2 with BLTouch profiles
(same printers different firmware and added BLTouch)

  • Ditto (duplication) printing in Marlin 2 uses M605 not M420.

Implement some general print profile improvements.

  • support_material_xy_spacing needs to be slightly larger (+1%) to ensure more consistent clean removal
  • Implement some other best practices like arachne, monotonic, supportcubic, organic

photodude and others added 4 commits April 20, 2025 12:29
If the setting is common leave it in the *common* profile and let inherits add it to the other profiles

Add a *marlin2* printer option for future printer inherits options
- Allow for custom configurations with Marlin 2 and BLTouch
- Carries over the removed M105 from start gcode which occasionally blocks printing
- Ditto (duplication) printing in Marlin 2 uses M605 not M420. M420 was used stock shaqfoo fork ditto printing firmware and has different behavior in Marlin 2. Proper use of M605 is needed for marlin 2
Implement some general printer improvements.
- support_material_xy_spacing needs to be slightly larger (+1%) to ensure more consistent clean removal
- Implement some other best practices like arachne, monotonic, supportcubic, organic
best practices in profiles, etc
rtyr added a commit to prusa3d/PrusaSlicer-settings-non-prusa-fff that referenced this pull request Apr 23, 2025
@rtyr
Copy link
Collaborator

rtyr commented Apr 23, 2025

Please use this repo for future updates. https://github.com/prusa3d/PrusaSlicer-settings-non-prusa-fff

@rtyr rtyr merged commit e70983a into prusa3d:master Apr 23, 2025
@photodude
Copy link
Contributor Author

Please use this repo for future updates. https://github.com/prusa3d/PrusaSlicer-settings-non-prusa-fff

Thank you, I will try to remember that. Shall I do the same for #14473

@photodude photodude deleted the patch-2 branch April 25, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants