mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch 'main' of github.com:goofoo3d/Cura
This commit is contained in:
commit
d25b0d941b
12 changed files with 166 additions and 0 deletions
18
resources/definitions/multicomp_mcpi200.def.json
Normal file
18
resources/definitions/multicomp_mcpi200.def.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Multicomp Pro MCPI-200",
|
||||
"inherits": "goofoo_near",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Woosh",
|
||||
"manufacturer": "Multicomp Pro"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"machine_depth": { "default_value": 200 },
|
||||
"machine_height": { "default_value": 200 },
|
||||
"machine_name": { "default_value": "Multicomp Pro MCPI-200" },
|
||||
"machine_width": { "default_value": 200 }
|
||||
}
|
||||
}
|
18
resources/definitions/renkforce_pro10plus.def.json
Normal file
18
resources/definitions/renkforce_pro10plus.def.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Renkforce Pro 10+",
|
||||
"inherits": "goofoo_near",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Woosh (based on RF100.ini by Conrad Electronic SE)",
|
||||
"manufacturer": "Renkforce"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"machine_depth": { "default_value": 360 },
|
||||
"machine_height": { "default_value": 400 },
|
||||
"machine_name": { "default_value": "Renkforce Pro 10+" },
|
||||
"machine_width": { "default_value": 360 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue