mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-12 02:42:58 -07:00
Because Cura 4.1 is going to have a version upgrade to change the stack files. Contributes to issue CURA-5848.
16 lines
295 B
INI
16 lines
295 B
INI
[general]
|
|
version = 4
|
|
name = Extra Fine
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
setting_version = 6
|
|
type = quality
|
|
quality_type = high
|
|
weight = 1
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.06
|
|
speed_topbottom = =math.ceil(speed_print * 15 / 60)
|
|
speed_infill = =math.ceil(speed_print * 80 / 60)
|