Cura/resources/extruders/ratrig_base_extruder_0.def.json
Nikita Chernukhin f6cc7993e1 Add RatRig printers configurations
Added configurations for the following RatRig printers:

* RatRig V-Core 3 (200mm, 300mm, 400mm and 500mm versions)
* RatRig V-Minion

V-Core 3.1 modification is also supported.

Bed meshes are taken from https://github.com/slic3r/slic3r-profiles with kind permission of the author @HelgeKeck
2024-01-05 16:46:40 +01:00

16 lines
347 B
JSON

{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "ratrig_base",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}