mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix to RatRig profiles (#162)
Fix to RatRig profiles, especially V-Cast
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP001",
|
||||
"name": "0.08mm Extra Fine @RatRig",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP002",
|
||||
"name": "0.12mm Fine @RatRig",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP003",
|
||||
"name": "0.15mm Optimal @RatRig",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP005",
|
||||
"name": "0.20mm Standard @RatRig",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_ratrig_common",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP006",
|
||||
"name": "0.24mm Draft @RatRig",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "GP007",
|
||||
"name": "0.28mm Extra Draft @RatRig",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -103,10 +103,12 @@
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle"
|
||||
"RatRig V-Core 3 200 0.4 nozzle",
|
||||
"RatRig V-Core 3 300 0.4 nozzle",
|
||||
"RatRig V-Core 3 400 0.4 nozzle",
|
||||
"RatRig V-Core 3 500 0.4 nozzle",
|
||||
"RatRig V-Minion 0.4 nozzle",
|
||||
"RatRig V-Cast 0.4 nozzle",
|
||||
"RatRig V-Cast 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user