Okay now ti seems to keep my manually selected profile informations (besides defaulting to generic like on the ACE Toolhead) but I'm not sure why, will keep testing <img width="261" alt="image.pn…
@viewit Now it kind of works. It doesn't select the profile but it shows the correct Data in the Toolhead overview and the sync works. <img width="257" alt="image.png" src="attachments/48a5417f-…
@viewit
Yeah now I can't manually select the profile anymore
<img width="254" alt="image.png"…
No you understood me wrong, with the fix I provided I was also able to manually assign the filament profile for the ace units and it kept + synced it correctly to Orca Slicer even after a refresh…
Might got it fully working, this is by far no implementation thats solid and just a proof of concept:
Replace my def _parse_combined_rfid_type
with
def _parse_combined_rfid_type(self,…
Funny enough my fix in fixed the manual assignmentissue aswell!
I got it working as it seems!
- This helper inspects both vendor and name fields case-insensitively to identify the vendor, extracts the base material family (PLA, PETG, etc.), and returns any…
I did some ddding with gemini:
The vendor field from the ZIP import was actually completely fine, and I managed to get the automatic matching working locally!
The reason it wasn't working on…
I ran the test with genuine Anycubic filament on the ACE unit, and checking the bridge logs revealed something interesting: the printer rejected setInfo on the genuine Anycubic slot too.
In my…
Thanks for this quick implementation!
I was reading through your implementation details, and I realized there might be one edge case with the (vendor, material family) matching logic: What…
Hey so the error is fixed with nightly .42 and I'm able to switch the profile thanks!
It does still give out within the log (despite its working) so not sure if theres still anything you need…
Awesome! Yeah thats why I just did a Proof of Concept to better show off what I mean. Your way sounds way better and more intuitive. Thanks for taking your time and can't wait to see it!