mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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",
|
"type": "process",
|
||||||
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5",
|
"name": "0.20mm Quality @RatRig V-Core 4 IDEX 0.5",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5",
|
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.5",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6",
|
"name": "0.25mm Quality Speed @RatRig V-Core 4 IDEX 0.6",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6",
|
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.6",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8",
|
"name": "0.25mm Speed @RatRig V-Core 4 IDEX 0.8",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8",
|
"name": "0.30mm Big @RatRig V-Core 4 IDEX 0.8",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8",
|
"name": "0.35mm Extra Big @RatRig V-Core 4 IDEX 0.8",
|
||||||
"inherits": "fdm_process_ratrig_common",
|
"inherits": "fdm_process_ratrig_idex",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GP006",
|
"setting_id": "GP006",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|||||||
Reference in New Issue
Block a user