* 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
21 lines
631 B
JSON
21 lines
631 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP007",
|
|
"name": "0.28mm Extra Draft @RatRig",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_process_ratrig_common",
|
|
"layer_height": "0.28",
|
|
"top_surface_line_width": "0.45",
|
|
"bottom_shell_layers": "3",
|
|
"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"
|
|
]
|
|
}
|