WIP: translations #69
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):translations"
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?
added some missing translations and references.
note that non-English translations were ai-generated and may have issues.
Replace equal-split with poll-based per-slot accumulation using loaded_slot from multiColorBox/report: - _spoolman_attribute_tick(activity_map): called each poll cycle after both print/report and multiColorBox/report are processed. Attributes the supplies_usage delta to whichever slot is currently loaded. Skips attribution during loading/unloading transitions (tool changes + purges) so filament consumed during a slot swap is not charged to the wrong spool. - _spoolman_unreported(): returns {slot_idx: mm} not yet sent to Spoolman. Uses per-slot data when available, falls back to equal split for single-extruder/no-AMS setups where _ams_loaded_slot stays -1 throughout the print. - _spoolman_report(): shared fire-and-forget sender used by both notify_end and sync_midprint, eliminating duplicated loop logic. Per-slot state (_spoolman_slot_usage, _spoolman_slot_reported, _spoolman_last_usage) is reset at print start and when spool assignments change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>Closing due to recent updates causing conflicts. Will update
Pull request closed