mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00

These have been optimised only to remove redundancies, i.e. settings that had the same value as in the higher-order profile.
21 lines
445 B
INI
21 lines
445 B
INI
[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
|
|
|