mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-23 01:08:54 +08:00
18 lines
297 B
INI
18 lines
297 B
INI
[general]
|
|
definition = fdmprinter
|
|
name = Extra Fine
|
|
version = 4
|
|
|
|
[metadata]
|
|
global_quality = True
|
|
quality_type = high
|
|
setting_version = 23
|
|
type = quality
|
|
weight = 1
|
|
|
|
[values]
|
|
layer_height = 0.06
|
|
speed_infill = =math.ceil(speed_print * 80 / 60)
|
|
speed_topbottom = =math.ceil(speed_print * 15 / 60)
|
|
|