Skip to content

Add an Dashboard Panel for ACE ProΒ #2265

@DerDoubleD

Description

@DerDoubleD

Requested feature:

View ACE Pro temperature
ACE Pro filament management
ACE Pro configuration
Start drying process

Image

Solves the following problem:

Very Nice to have!
You no longer need the Next-Slicer

Additional information:

**Get information about the box**
curl -X POST -H "Content-Type: application/json" -d '{}' http://192.168.xxx.xxx:7125/printer/filament_hub/info

**Get values about the box**
curl -X POST -H "Content-Type: application/json" -d '{}' http://192.168.xxx.xxx:7125/printer/objects/query?filament_hub

**Get information on consumables**
curl -X POST -H "Content-Type: application/json" -d '{"id": 0, "index": 0}' http://192.168.xxx.xxx:7125/printer/filament_hub/filament_info
curl -X POST -H "Content-Type: application/json" -d '{"id": 0, "index": 1}' http://192.168.xxx.xxx:7125/printer/filament_hub/filament_info
curl -X POST -H "Content-Type: application/json" -d '{"id": 0, "index": 2}' http://192.168.xxx.xxx:7125/printer/filament_hub/filament_info
curl -X POST -H "Content-Type: application/json" -d '{"id": 0, "index": 3}' http://192.168.xxx.xxx:7125/printer/filament_hub/filament_info

**Turn on drying-function**
curl -X POST -H "Content-Type: application/json" -d '{"id": 0, "temp": 60, "fan_speed": 50.0, "duration": 2}' http://192.168.xxx.xxx:7125/printer/filament_hub/start_drying

**Stop drying function**
curl -X POST -H "Content-Type: application/json" -d '{"id": 0}' http://192.168.xxx.xxx:7125/printer/filament_hub/stop_drying

**Get Feed box configuration**
curl -X POST -H "Content-Type: application/json" -d '{}' http://192.168.xxx.xxx:7125/printer/filament_hub/get_config

**Set Feed box configuration**
curl -X POST -H "Content-Type: application/json" -d '{"auto_refill": 0, "flush_multiplier": 0.5, "flush_multiplier_editable": 0.9, "flush_volume_max": 801, "flush_volume_min": 105, "runout_detect": 1}' http://192.168.xxx.xxx:7125/printer/filament_hub/set_config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions