Cura/resources/quality/eryone_thinker/eryone_thinker_extra_fast.inst.cfg
Ghostkeeper d9d90ab4b6
Increment setting_version to 20
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.

Contributes to issue CURA-8466.
2022-03-29 15:03:48 +02:00

29 lines
755 B
INI

[general]
version = 4
name = Extra Fast
definition = eryone_thinker
[metadata]
setting_version = 20
type = quality
quality_type = verydraft
weight = -3
global_quality = True
[values]
acceleration_print = 1500
acceleration_travel = 3000
infill_sparse_density = 10
initial_layer_line_width_factor = 100.0
layer_height = 0.3
skirt_brim_speed = =math.ceil(speed_print * 40 / 50)
speed_print = 100.0
speed_infill = =math.ceil(speed_print * 60 / 50)
speed_topbottom = =math.ceil(speed_print * 40 / 50)
speed_travel = =speed_print if magic_spiralize else 150
speed_layer_0 = =math.ceil(speed_print * 40 / 50)
speed_wall_0 = =math.ceil(speed_print * 40 / 50)
speed_wall_x = =math.ceil(speed_print * 60 / 50)
top_layers = 4
bottom_layers = 2
wall_line_count = 2