Mateusz Brzeziński

Results 9 comments of Mateusz Brzeziński

That might be helpfull for this task: https://github.com/Arksine/moonraker/pull/109

Actually started to working on this plugin, first have some initial implementation for moonraker plugin, but I'm rather backend programmer, so looking for someone who could do fronted part of...

Is it possible to connect PCIe switch to cm4 board, then connect 2 or 3 x pcie to m.2 adapters, and then connect multiple this JMB585 adapters? so I could...

Endpoints examples: ### List all spools GET http://octopi.local:7125/filament/spool/list ### List materials GET http://octopi.local:7125/filament/materials ### Add Spool POST http://octopi.local:7125/filament/spool Content-Type: application/json { "name": "test1", "color_name": "red", "color_code": "#FF0000", "vendor": "eSUN", "total_weight":...

> What about filament expended between jobs? It doesn't seem like this is tracking that and ideally a filament manager will track all actions, not just during a job. @jordanruthe...

> You could create and endpoint to get only spools with more than x meters left. So you don't have to load all spools into the front-end to filter than...

@Arksine > * Does `spool_manager` better describe this module's functionality than `filament_manager`? yes, that makes sense, fixed that > * What fields can be calculated in the request? For example,...

> I was thinking that specific manufacturers may produce materials with slightly different properties. For example, maybe Prusa PLA has a different density than ESun PLA. This information is static...

> Thank you so much for developing this! If there is any possibility to, please add the option to use the filament database across several klipper instances in a local...