Docs: loud firmware setup warning for injection (Klipper extrude guards)#7
Open
MGunlogson wants to merge 1 commit into
Open
Docs: loud firmware setup warning for injection (Klipper extrude guards)#7MGunlogson wants to merge 1 commit into
MGunlogson wants to merge 1 commit into
Conversation
Injection extrudes a large volume of filament while the nozzle barely moves, so the effective extrusion cross-section is very high. Klipper's max_extrude_cross_section (and max_extrude_only_distance) will hard-abort the print at the first injection unless raised in printer.cfg, and they can't be set from G-code. Document this prominently: - README: a required-before-printing callout in 'Try it' - RELEASE: Notes - settings: top of the Magma Injection section - how-it-works: Plunge section (also notes the extrusion-paced feedrate) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Injection extrudes a lot of filament while the nozzle barely moves, so Klipper's
max_extrude_cross_section(andmax_extrude_only_distance) hard-abort the print at the first injection unless raised inprinter.cfg— and they can't be set from G-code, so the slicer can't do it for the user.Documents this prominently where people will hit it:
(A matching note is going into the
magma_injection_plungetooltip in the slicer, with the injection-pacing fix.)🤖 Generated with Claude Code