• Joined on 2026-07-04
Blaim commented on issue viewit/KX-Bridge-Release#100 2026-08-04 20:09:16 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

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…

Blaim commented on issue viewit/KX-Bridge-Release#101 2026-08-04 19:25:02 +00:00
Automatic Filament Mapping for Custom profiles

@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-…

Blaim commented on issue viewit/KX-Bridge-Release#100 2026-08-04 19:22:42 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

@viewit Yeah now I can't manually select the profile anymore image.png <img width="254" alt="image.png"…

Blaim commented on issue viewit/KX-Bridge-Release#100 2026-08-03 11:38:21 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

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…

Blaim commented on issue viewit/KX-Bridge-Release#101 2026-08-02 23:47:29 +00:00
Automatic Filament Mapping for Custom profiles

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,…
Blaim commented on issue viewit/KX-Bridge-Release#100 2026-08-02 19:02:54 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

Funny enough my fix in fixed the manual assignmentissue aswell!

Blaim commented on issue viewit/KX-Bridge-Release#101 2026-08-02 18:57:36 +00:00
Automatic Filament Mapping for Custom profiles

I got it working as it seems!

  1. 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…
Blaim commented on issue viewit/KX-Bridge-Release#101 2026-08-02 17:36:55 +00:00
Automatic Filament Mapping for Custom profiles

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…

Blaim commented on issue viewit/KX-Bridge-Release#100 2026-08-02 15:42:18 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

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…

Blaim commented on issue viewit/KX-Bridge-Release#101 2026-08-02 15:31:15 +00:00
Automatic Filament Mapping for Custom profiles

Hey, it's named also Geeetech: image.png And as I showed earlier if I manually select it, it writes Geeetech as…

Blaim commented on issue viewit/KX-Bridge-Release#101 2026-07-27 00:52:42 +00:00
Automatic Filament Mapping for Custom profiles

I'm on v0.9.28-nightly45 and it doesn't seem to work sadly

image.png
Blaim commented on issue viewit/KX-Bridge-Release#101 2026-07-27 00:12:19 +00:00
Automatic Filament Mapping for Custom profiles

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…

Blaim opened issue viewit/KX-Bridge-Release#101 2026-07-24 15:34:56 +00:00
Automatic Filament Mapping for Custom profiles
Blaim commented on issue viewit/KX-Bridge-Release#100 2026-07-24 14:58:37 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report

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…

Blaim opened issue viewit/KX-Bridge-Release#100 2026-07-23 19:31:16 +00:00
ACE 2 Pro Unit Profile Assignment Failure: AttributeError on multiColorBox/report
Blaim opened issue viewit/OrcaSlicer-KX#6 2026-07-21 16:57:05 +00:00
Removed filaments remain in slicer after syncing
Blaim opened issue viewit/KX-Bridge-Release#97 2026-07-19 20:21:35 +00:00
[Nightly] Progress bar resizing and tile scrollbars
Blaim opened issue viewit/KX-Bridge-Release#96 2026-07-19 15:12:24 +00:00
Wrong Bed temperature during auto-leveling
Blaim opened issue viewit/KX-Bridge-Release#94 2026-07-18 16:24:31 +00:00
Add multi-select and bulk delete to the GCode browser
Blaim commented on issue viewit/KX-Bridge-Release#89 2026-07-15 16:37:57 +00:00
Reorganize dashboard to maximize horizontal screen space on desktop

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!