fix wrong inheritance for idex profiles (#12009)

The IDEX profiles for Ratrig v-core 4.0 printers where only working for the 0.4 mm nozzle. I suppose these changes should fix it. I only asked copilot about it, so not tested if that is the reason why I cannot select a second filament with the bigger nozzle profiles.
This commit is contained in:
Finn Bosholm 2026-02-08 16:46:17 +01:00 committed by GitHub
parent 506ab3ed14
commit 1663dab6ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",

View file

@ -1,7 +1,7 @@
{
"type": "process",
"name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8",
"inherits": "fdm_process_ratrig_common",
"inherits": "fdm_process_ratrig_idex",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",