mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00

- Fixed duplicated quality_type and name for qualities "Fast" and "Fine" - Moved global settings to separate global quality files - Fix abax_pri3 definition file: has_machine_quality = true - MAYBE FIXME: Normal and Fast have the same layer height. Don't know if that's intended. They are kept as before.
21 lines
373 B
INI
21 lines
373 B
INI
[general]
|
|
version = 2
|
|
name = Fast
|
|
definition = abax_pri3
|
|
|
|
[metadata]
|
|
setting_version = 4
|
|
type = quality
|
|
quality_type = fast
|
|
weight = -1
|
|
material = generic_pla
|
|
|
|
[values]
|
|
wall_thickness = 1.05
|
|
top_bottom_thickness = 0.8
|
|
infill_sparse_density = 20
|
|
speed_print = 80
|
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
|
speed_topbottom = 20
|
|
cool_min_layer_time = 5
|
|
cool_min_speed = 10
|