orcaslicer/resources/profiles/Ratrig/process/0.08mm Extra Fine @RatRig.json
cochcoder 7e00444726
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
2024-06-16 21:12:19 +08:00

20 lines
592 B
JSON

{
"type": "process",
"setting_id": "GP001",
"name": "0.08mm Extra Fine @RatRig",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_ratrig_common",
"layer_height": "0.08",
"bottom_shell_layers": "7",
"top_shell_layers": "9",
"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"
]
}