Add UM3 profiles for CPE+, PC and TPU

These have been optimised only to remove redundancies, i.e. settings that had the same value as in the higher-order profile.
This commit is contained in:
Ghostkeeper 2017-02-22 16:26:44 +01:00
parent 3ca9ae145e
commit ca553a112d
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
11 changed files with 182 additions and 0 deletions

View File

@ -0,0 +1,21 @@
[general]
version = 2
name = Draft Print
definition = ultimaker3
[metadata]
type = quality
quality_type = draft
material = generic_cpe_plus_ultimaker3_AA_0.4
weight = -2
[values]
cool_fan_speed_max = 80
layer_height = 0.2
machine_nozzle_cool_down_speed = 0.9
speed_print = 50
speed_topbottom = =math.ceil(speed_print * 65 / 50)
speed_wall = =math.ceil(speed_print * 50 / 50)
speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
wall_thickness = 1

View File

@ -0,0 +1,21 @@
[general]
version = 2
name = Fast Print
definition = ultimaker3
[metadata]
type = quality
quality_type = fast
material = generic_cpe_plus_ultimaker3_AA_0.4
weight = -1
[values]
cool_fan_speed_max = 80
cool_min_speed = 6
layer_height = 0.15
machine_nozzle_cool_down_speed = 0.9
speed_print = 45
speed_topbottom = =math.ceil(speed_print * 55 / 45)
speed_wall = =math.ceil(speed_print * 45 / 45)
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)

View File

@ -0,0 +1,15 @@
[general]
version = 2
name = High Quality
definition = ultimaker3
[metadata]
type = quality
quality_type = high
material = generic_cpe_plus_ultimaker3_AA_0.4
weight = 1
[values]
machine_nozzle_heat_up_speed = 1.5
material_print_temperature = =default_material_print_temperature + 2

View File

@ -0,0 +1,17 @@
[general]
version = 2
name = Normal Quality
definition = ultimaker3
[metadata]
type = quality
quality_type = normal
material = generic_cpe_plus_ultimaker3_AA_0.4
weight = 0
[values]
cool_min_speed = 7
layer_height = 0.1
machine_nozzle_heat_up_speed = 1.5
material_print_temperature = =default_material_print_temperature + 5

View File

@ -0,0 +1,16 @@
[general]
version = 2
name = Draft Print
definition = ultimaker3
[metadata]
type = quality
quality_type = draft
material = generic_pc_ultimaker3_AA_0.4
weight = -2
[values]
cool_fan_speed_max = 90
cool_min_speed = 6
layer_height = 0.2

View File

@ -0,0 +1,17 @@
[general]
version = 2
name = Fast Print
definition = ultimaker3
[metadata]
type = quality
quality_type = fast
material = generic_pc_ultimaker3_AA_0.4
weight = -1
[values]
cool_fan_speed_max = 85
cool_min_speed = 7
infill_overlap = =0
layer_height = 0.15

View File

@ -0,0 +1,15 @@
[general]
version = 2
name = High Quality
definition = ultimaker3
[metadata]
type = quality
quality_type = high
material = generic_pc_ultimaker3_AA_0.4
weight = 1
[values]
cool_min_speed = 8
material_print_temperature = =default_material_print_temperature - 10

View File

@ -0,0 +1,15 @@
[general]
version = 2
name = Normal Quality
definition = ultimaker3
[metadata]
type = quality
quality_type = normal
material = generic_pc_ultimaker3_AA_0.4
weight = 0
[values]
layer_height = 0.1
material_print_temperature = =default_material_print_temperature

View File

@ -0,0 +1,14 @@
[general]
version = 2
name = Draft Print
definition = ultimaker3
[metadata]
type = quality
quality_type = draft
material = generic_tpu_ultimaker3_AA_0.4
weight = -2
[values]
layer_height = 0.2

View File

@ -0,0 +1,15 @@
[general]
version = 2
name = Fast Print
definition = ultimaker3
[metadata]
type = quality
quality_type = fast
material = generic_tpu_ultimaker3_AA_0.4
weight = -1
[values]
layer_height = 0.15
retraction_amount = 7

View File

@ -0,0 +1,16 @@
[general]
version = 2
name = Normal Quality
definition = ultimaker3
[metadata]
type = quality
quality_type = normal
material = generic_tpu_ultimaker3_AA_0.4
weight = 0
[values]
material_initial_print_temperature = =material_print_temperature - 10
material_print_temperature = =default_material_print_temperature
material_print_temperature_layer_0 = =default_material_print_temperature