mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
17 lines
295 B
INI
17 lines
295 B
INI
[general]
|
|
version = 4
|
|
name = Extra Fine
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
setting_version = 9
|
|
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)
|