Conversation
Avatarsia
pushed a commit
to Avatarsia/BufferPLUS-klipper
that referenced
this pull request
Apr 22, 2026
12 Verbesserungen aus der parallelen LLL_Plus-Variante integriert. Unser Refactor (Helpers, Parametrisierung, Raw-State) bleibt. Kategorie A - Sensor- und Event-Filterung: ss1gohan13#1 Sensor disable waehrend Erstbefuellung, reaktivieren in _initial_follow_end, STOP_BUFFER_FILL, BUFFER_AUTO_ON ss1gohan13#2 runout_gcode ignoriert Events wenn manual_operation==1 Fly3DTeam#3 HALL2/HALL3 Guards erweitert um manual_operation-Check Fly3DTeam#4 HALL1 selektiv: nur _MANUAL_FEED stoppen, LOAD/UNLOAD weiterlaufen lassen. action_respond_info() statt M118 mit Emoji. Guard zusaetzlich. Kategorie B - Toggle-Features: Fly3DTeam#6 variable_feed_burst_enabled (default 0): Triple-Feed-Burst nur aktiv wenn =1. Default = sicher (Dauerlauf-Neustart). Fly3DTeam#8 variable_auto_load_after_follow (default 0): nach Follow-Phase automatisch LOAD_FILAMENT wenn Hotend warm, nur wenn =1. Kategorie C - UNLOAD-Praezision: Fly3DTeam#9 Phase 3a Distanz = load_fast_distance + Follow-Strecke (initial_follow_speed * initial_follow_duration). Fly3DTeam#10 sync_locked=0 und sync_state=0 explizit am UNLOAD-Ende. Kategorie D - Diagnose: Fly3DTeam#11 _STATE_DUMP zeigt sync_locked und sync_state. Fly3DTeam#12 _boot_autostart ueberspringt BUFFER_AUTO_ON wenn initial_lockout==1 (Stromausfall-Edge-Case). Fly3DTeam#13 ENABLE/DISABLE_RUNOUT_SENSOR description nennt runout_pause=1-Abhaengigkeit explizit. Punkt Fly3DTeam#5 (M118 -> action_respond_info flaechig) bewusst uebersprungen - nur HALL1 bekommt das, Rest bleibt M118. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
The signal pin for retracting materials is triggered or the retracting button is pressed for a long time. After the retraction process is completed, the motor stops working. Clicking any button or triggering the forward signal pin will cause the motor to resume operation.
Fix the bug in the instruction for setting the pulse count.