mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 17:44:46 -07: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:
parent
506ab3ed14
commit
1663dab6ff
7 changed files with 7 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue