mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Assign FABtotum profiles to 0.4mm nozzle
This is the default (preferred) nozzle for the FABtotum Personal Fabricator. Apparently when these nozzle profiles were added, the existing quality profiles weren't considered. We'll now put them on the nozzle size that the FABtotum printer had before the nozzle profiles were added. There is also the Pro nozzle for FABtotum but I think the Lite is more likely what the profiles were originally made for, since that is the default.
This commit is contained in:
parent
5415ded35d
commit
2ec5ffba0d
12 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_abs
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_abs
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_abs
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_nylon
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_nylon
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_nylon
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
|
|
@ -9,6 +9,7 @@ type = quality
|
|||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Lite 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
|
|
@ -7,6 +7,7 @@ name = Fast Quality
|
|||
type = quality
|
||||
setting_version = 16
|
||||
material = generic_tpu
|
||||
variant = Lite 0.4 mm
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ name = High Quality
|
|||
type = quality
|
||||
setting_version = 16
|
||||
material = generic_tpu
|
||||
variant = Lite 0.4 mm
|
||||
quality_type = high
|
||||
weight = 1
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ name = Normal Quality
|
|||
type = quality
|
||||
setting_version = 16
|
||||
material = generic_tpu
|
||||
variant = Lite 0.4 mm
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue