mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
26 lines
574 B
INI
26 lines
574 B
INI
[general]
|
|
definition = eryone_thinker
|
|
name = Fast
|
|
version = 4
|
|
|
|
[metadata]
|
|
global_quality = True
|
|
quality_type = fast
|
|
setting_version = 22
|
|
type = quality
|
|
weight = -1
|
|
|
|
[values]
|
|
acceleration_print = 1500
|
|
acceleration_travel = 3000
|
|
bottom_layers = 3
|
|
infill_sparse_density = 15
|
|
initial_layer_line_width_factor = 110.0
|
|
layer_height = 0.25
|
|
speed_infill = =math.ceil(speed_print * 80 / 60)
|
|
speed_topbottom = =math.ceil(speed_print * 40 / 60)
|
|
speed_travel = =speed_print if magic_spiralize else 150
|
|
speed_wall_x = =math.ceil(speed_print * 80 / 60)
|
|
top_layers = 5
|
|
wall_line_count = 2
|
|
|