mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-25 09:50:59 +00:00
feat(orca-agent): integrate OrcaSonar AMS synchronization
- Translate slicer AMS commands to OrcaSonar’s canonical write format - Gate AMS operations using printer capabilities - Refresh capabilities when filament topology becomes available - Apply virtual-slot removals only from full status snapshots - Add synchronization tests and document the integration
This commit is contained in:
@@ -45,7 +45,8 @@ struct DevFilamentDryingPreset;
|
||||
* - color: Hex color string without '#' prefix (e.g., "FF0000")
|
||||
* - cols: Multi-color component list for gradient/multi-color filaments
|
||||
* - ctype: Color type indicator
|
||||
* - is_exists: Whether filament is currently loaded in the tray
|
||||
* - is_exists: Whether the slot is present/configured (the user's layout wins);
|
||||
* not whether filament is loaded, so a configured empty slot stays present
|
||||
*/
|
||||
class DevAmsTray
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user