mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00

This reverts commit 9432252de4
. It was assuming the wrong default speed_print value of 60. It's not always 60. We need to find a different solution or modify the script.
Reverts the fix for issue CURA-5342.
21 lines
342 B
INI
21 lines
342 B
INI
[general]
|
|
version = 4
|
|
name = Low Quality
|
|
definition = fdmprinter
|
|
|
|
[metadata]
|
|
setting_version = 4
|
|
type = quality
|
|
quality_type = fast
|
|
weight = -1
|
|
global_quality = True
|
|
|
|
[values]
|
|
infill_sparse_density = 10
|
|
layer_height = 0.15
|
|
cool_min_layer_time = 3
|
|
speed_wall_0 = 40
|
|
speed_wall_x = 80
|
|
speed_infill = 100
|
|
wall_thickness = 1
|
|
speed_topbottom = 30
|