Fix to RatRig profiles (#162)

Fix to RatRig profiles, especially V-Cast
This commit is contained in:
Patrice Côté 2023-01-12 06:45:35 -05:00 committed by GitHub
parent 540aa13e25
commit 43f4288fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 51 additions and 28 deletions

View File

@ -50,6 +50,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -44,6 +44,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -44,6 +44,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -41,6 +41,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -38,6 +38,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -62,6 +62,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -38,6 +38,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -35,6 +35,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -32,6 +32,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -29,6 +29,8 @@
"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-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM006",
"name": "RatRig V-Cast 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,14 +1,15 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM007",
"name": "RatRig V-Cast 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"inherits": "RatRig V-Cast 0.4 nozzle",
"printer_model": "RatRig V-Cast",
"nozzle_diameter": [
"0.6"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"300x0",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM002",
"name": "RatRig V-Core 3 300 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM003",
"name": "RatRig V-Core 3 400 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM004",
"name": "RatRig V-Core 3 500 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM005",
"name": "RatRig V-Minion 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP001",
"name": "0.08mm Extra Fine @RatRig",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP002",
"name": "0.12mm Fine @RatRig",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP003",
"name": "0.15mm Optimal @RatRig",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP005",
"name": "0.20mm Standard @RatRig",
"from": "system",
"inherits": "fdm_process_ratrig_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP006",
"name": "0.24mm Draft @RatRig",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP007",
"name": "0.28mm Extra Draft @RatRig",
"from": "system",
"instantiation": "true",

View File

@ -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"
]
}