mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 07:56:32 +08:00
15 lines
322 B
INI
15 lines
322 B
INI
[general]
|
|
version = 2
|
|
name = Extra Coarse Quality
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = Extra coarse
|
|
global_quality = True
|
|
weight = -3
|
|
|
|
[values]
|
|
layer_height = 0.4
|
|
layer_height_0 = =(0.8 * min(extruderValues('machine_nozzle_size'))) if min(extruderValues('machine_nozzle_size')) < 0.4 else 0.4
|