Add support for Rat Rig V-Core 4 & V-Core 4 HYBRID (#5660)

* Initial add of RatRig core v4

* Merge branch 'main' into ratrig-v4

* Fix check error

* Add V-Core 4 covers

* Add V-Core 4 to filament

* Initial add for HYBRID profiles

The rest will come tomorrow ;)

* Misc

Add HYBRID profiles
Rename Core V4 to V-Core 4
Add HYBRID cover

* Fix filament

* Merge branch 'main' into ratrig-v4
This commit is contained in:
cochcoder
2024-06-16 13:12:19 +00:00
committed by GitHub
parent 554366d493
commit 7e00444726
66 changed files with 2542 additions and 18 deletions

View File

@@ -8,5 +8,14 @@
"layer_height": "0.24",
"top_surface_line_width": "0.45",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
"top_shell_layers": "4",
"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-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
}