mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add some Renkforce Machines (#12598)
Add goofoo, renkforce printf Co-authored-by: laiqiqi <laiqiqi886@163.com>
This commit is contained in:
parent
a1b826c03c
commit
d6bc4067f9
16 changed files with 237 additions and 2 deletions
12
resources/variants/renkforce_cubeone_0.7.inst.cfg
Normal file
12
resources/variants/renkforce_cubeone_0.7.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.7mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_cubeone
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.7
|
12
resources/variants/renkforce_pro6plus_0.4.inst.cfg
Normal file
12
resources/variants/renkforce_pro6plus_0.4.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro6plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/renkforce_pro6plus_0.6.inst.cfg
Normal file
12
resources/variants/renkforce_pro6plus_0.6.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro6plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/renkforce_pro6plus_0.8.inst.cfg
Normal file
12
resources/variants/renkforce_pro6plus_0.8.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro6plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/renkforce_pro6plus_1.0.inst.cfg
Normal file
12
resources/variants/renkforce_pro6plus_1.0.inst.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 1.0mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro6plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
12
resources/variants/renkforce_pro7dual_0.2.inst.cfg
Executable file
12
resources/variants/renkforce_pro7dual_0.2.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro7dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/renkforce_pro7dual_0.4.inst.cfg
Executable file
12
resources/variants/renkforce_pro7dual_0.4.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro7dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/renkforce_pro7dual_0.6.inst.cfg
Executable file
12
resources/variants/renkforce_pro7dual_0.6.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro7dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/renkforce_pro7dual_0.8.inst.cfg
Executable file
12
resources/variants/renkforce_pro7dual_0.8.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro7dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/renkforce_pro7dual_1.0.inst.cfg
Executable file
12
resources/variants/renkforce_pro7dual_1.0.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 1.0mm Nozzle
|
||||
version = 4
|
||||
definition = renkforce_pro7dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
Loading…
Add table
Add a link
Reference in a new issue