mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
parent
985ce27d38
commit
54f8cb9591
6 changed files with 62 additions and 0 deletions
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
12
resources/profiles/Ratrig/machine/RatRig V-Cast.json
Normal file
12
resources/profiles/Ratrig/machine/RatRig V-Cast.json
Normal 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"
|
||||
}
|
BIN
resources/profiles/Ratrig/ratrig-vcast-bed.stl
Normal file
BIN
resources/profiles/Ratrig/ratrig-vcast-bed.stl
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue