Skip to content

Commit

Permalink
Merge pull request #15470 from goofoo3d/main
Browse files Browse the repository at this point in the history
 Creat new machine named Renkforce 10+
CURA-10895
  • Loading branch information
MariMakes authored Aug 2, 2023
2 parents 60dba90 + bae1a87 commit 596914c
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resources/definitions/renkforce_pro10plus.def.json
Original file line number Diff line number Diff line change
@@ -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 }
}
}
13 changes: 13 additions & 0 deletions resources/variants/renkforce/renkforce_pro10plus_0.4.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.4mm Nozzle
version = 4

[metadata]
hardware_type = nozzle
setting_version = 22
type = variant

[values]
machine_nozzle_size = 0.4

13 changes: 13 additions & 0 deletions resources/variants/renkforce/renkforce_pro10plus_0.6.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.6mm Nozzle
version = 4

[metadata]
hardware_type = nozzle
setting_version = 22
type = variant

[values]
machine_nozzle_size = 0.6

13 changes: 13 additions & 0 deletions resources/variants/renkforce/renkforce_pro10plus_0.8.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 0.8mm Nozzle
version = 4

[metadata]
hardware_type = nozzle
setting_version = 22
type = variant

[values]
machine_nozzle_size = 0.8

13 changes: 13 additions & 0 deletions resources/variants/renkforce/renkforce_pro10plus_1.0.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[general]
definition = renkforce_pro10plus
name = 1.0mm Nozzle
version = 4

[metadata]
hardware_type = nozzle
setting_version = 22
type = variant

[values]
machine_nozzle_size = 1.0

0 comments on commit 596914c

Please sign in to comment.