Add RatRig V-Cast printer (#152)

Add RatRig V-Cast printer
This commit is contained in:
Patrice Côté 2023-01-10 09:28:22 -05:00 committed by GitHub
parent 985ce27d38
commit 54f8cb9591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 0 deletions

View File

@ -23,6 +23,10 @@
{
"name": "RatRig V-Minion",
"sub_path": "machine/RatRig V-Minion.json"
},
{
"name": "RatRig V-Cast",
"sub_path": "machine/RatRig V-Cast.json"
}
],
"process_list": [
@ -165,6 +169,14 @@
{
"name": "RatRig V-Minion",
"sub_path": "machine/RatRig V-Minion 0.4 nozzle.json"
},
{
"name": "RatRig V-Cast 0.4 nozzle",
"sub_path": "machine/RatRig V-Cast 0.4 nozzle.json"
},
{
"name": "RatRig V-Cast 0.6 nozzle",
"sub_path": "machine/RatRig V-Cast 0.6 nozzle.json"
}
]
}

View File

@ -0,0 +1,19 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "RatRig V-Cast 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "RatRig V-Cast",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View File

@ -0,0 +1,19 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "RatRig V-Cast 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "RatRig V-Cast",
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "RatRig V-Cast",
"model_id": "V-Cast",
"nozzle_diameter": "0.4;0.6",
"machine_tech": "FFF",
"family": "RatRig_V-Cast",
"bed_model": "ratrig-vcast-bed.stl",
"bed_texture": "ratrig_logo.svg",
"hotend_model": "hotend.stl",
"default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF"
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB