mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
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:
parent
3ca9ae145e
commit
ca553a112d
11 changed files with 182 additions and 0 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue