mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user