mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
16 lines
295 B
INI
16 lines
295 B
INI
[general]
|
|
version = 4
|
|
name = Extra Fine
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
setting_version = 7
|
|
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)
|