Fails to print if there is no filament on a channel. #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So currently I have filament spools in the {2,3,4} channels, having the first one empty. The channel 1 is detected as PLA on the bridge even though it is empty. This will cause the printer to throw the following error:
Fixed in v0.9.1-beta15.
Root cause: The bridge included all AMS channels in the print mapping at start — even empty ones. The printer then tried to pull filament from an empty channel and aborted with
Channel 1 filament runout – CODE:11855.Fix: Empty slots are now detected via the
statusfield (status=4= empty,status=5= loaded) and skipped when building the print mapping. Only loaded channels are passed to the printer.Bonus: Empty slots are now displayed grayed out in the UI.
Update available: v0.9.1-beta15