mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
added head variants
changed category definition
This commit is contained in:
parent
8829f64991
commit
0685df789c
6 changed files with 81 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "FABtotum",
|
||||
"manufacturer": "FABtotum",
|
||||
"category": "FABtotum",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "fabtotum_platform.stl",
|
||||
"icon": "fabtotum_platform.png",
|
||||
|
|
16
resources/variants/fabtotum_hyb35.inst.cfg
Normal file
16
resources/variants/fabtotum_hyb35.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Hybrid 0.35 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.35
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_lite04.inst.cfg
Normal file
16
resources/variants/fabtotum_lite04.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Lite 0.4 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_lite06.inst.cfg
Normal file
16
resources/variants/fabtotum_lite06.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Lite 0.6 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro04.inst.cfg
Normal file
16
resources/variants/fabtotum_pro04.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Pro 0.4 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro06.inst.cfg
Normal file
16
resources/variants/fabtotum_pro06.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Pro 0.6 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
Loading…
Add table
Add a link
Reference in a new issue