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

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