-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm trying to get my Elegoo Centauri Carbon printer working with the app, but unfortunately, it's not natively supported yet. I've been trying to import profiles from OrcaSlicer (v2.3.0), which now officially supports it thanks to Elegoo's contributions
Here's what I've tried so far:
-
I tried exporting my customized profiles directly from OrcaSlicer and importing them, but no luck.
-
I noticed that Slice Beam doesn't seem to handle
inherits
well in profiles. So, I wrote a Python script to "flatten" the JSON hierarchy of the default OrcaSlicer profile. This script removed allinherits
dependencies. -
Then, I created a new orca_profile "bundle"
-
I tried importing manually created Elegoo Centauri Carbon 0.4 nozzle ALL.orca_printer.zip, but unfortunately, it didn't work.
-
I even tried a simplified version Elegoo Centauri Carbon 0.4 nozzle PLA.orca_printer.zip (with just one filament and one process), but still no joy.
I suspect there might be some error in how I'm structuring the orca_profile bundle for Slice Beam, or perhaps there's some undocumented format requirement. But the generic Java OutOfBoundException
messages aren't giving me any useful clues for debugging -.-"
It would be awesome if Slice Beam could directly include support for the Elegoo Centauri Carbon printer in a future release. That would make life much easier for everyone!