Cura/resources/definitions/renkforce_pro7dual.def.json
goofoo3d d6bc4067f9
Add some Renkforce Machines (#12598)
Add goofoo, renkforce printf

Co-authored-by: laiqiqi <laiqiqi886@163.com>
2022-09-16 10:14:03 +02:00

24 lines
No EOL
794 B
JSON
Executable file

{
"name": "Renkforce Pro7 Dual",
"version": 2,
"inherits": "goofoo_far",
"overrides": {
"machine_name": { "default_value": "Renkforce Pro7 Dual" },
"machine_width": { "default_value": 360 },
"machine_depth": { "default_value": 250 },
"machine_height": { "default_value": 200 },
"machine_head_with_fans_polygon":{"default_value":[[0, 0], [0, 0], [0, 0], [0, 0]]},
"machine_extruder_count": {
"default_value": 2
}
},
"metadata": {
"machine_extruder_trains": {
"0": "renkforce_pro7dual_1st",
"1": "renkforce_pro7dual_2nd"
},
"author": "Woosh (based on RF100.ini by Conrad Electronic SE)",
"manufacturer": "Renkforce",
"visible": true
}
}