I just ran into this problem with OrcaSlicer 2.4.0 beta.
They have updated their Elegoo profiles in this commit: OrcaSlicer/OrcaSlicer@5b071d5
This broke all my filament and process profiles (the risk of running a beta), because the profile ids changed.
A quick fix is to manually edit your machine profile and your process profiles.
I changed my user/default/machine/Elegoo\ Neptune\ 4\ Plus\ \(0.4\ nozzle\)-OpenNept4une.json (I have a Neptune 4 Plus)
- "inherits": "Elegoo Neptune 4 Plus (0.4 nozzle)",
+ "inherits": "Elegoo Neptune 4 Plus 0.4 nozzle",
And my user/default/*.json files like this:
- "inherits": "0.20mm Standard @Elegoo Neptune4 Plus (0.4 nozzle)",
+ "inherits": "0.20mm Standard @Elegoo N4Plus 0.4 nozzle",
``
I just ran into this problem with OrcaSlicer 2.4.0 beta.
They have updated their Elegoo profiles in this commit: OrcaSlicer/OrcaSlicer@5b071d5
This broke all my filament and process profiles (the risk of running a beta), because the profile ids changed.
A quick fix is to manually edit your machine profile and your process profiles.
I changed my
user/default/machine/Elegoo\ Neptune\ 4\ Plus\ \(0.4\ nozzle\)-OpenNept4une.json(I have a Neptune 4 Plus)And my
user/default/*.jsonfiles like this: