diff --git a/resources/profiles/Ratrig.json b/resources/profiles/Ratrig.json index bec6656b83..e02e4201a7 100644 --- a/resources/profiles/Ratrig.json +++ b/resources/profiles/Ratrig.json @@ -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" } ] } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json new file mode 100644 index 0000000000..5df510239f --- /dev/null +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json new file mode 100644 index 0000000000..d291d34730 --- /dev/null +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast 0.6 nozzle.json @@ -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" +} diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast.json b/resources/profiles/Ratrig/machine/RatRig V-Cast.json new file mode 100644 index 0000000000..f608dc52bc --- /dev/null +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast.json @@ -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" +} diff --git a/resources/profiles/Ratrig/ratrig-vcast-bed.stl b/resources/profiles/Ratrig/ratrig-vcast-bed.stl new file mode 100644 index 0000000000..2cd49fad4c Binary files /dev/null and b/resources/profiles/Ratrig/ratrig-vcast-bed.stl differ diff --git a/resources/web/image/printer/RatRig V-Cast_cover.png b/resources/web/image/printer/RatRig V-Cast_cover.png new file mode 100644 index 0000000000..80a87002c1 Binary files /dev/null and b/resources/web/image/printer/RatRig V-Cast_cover.png differ