mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove absolute value warnings by moving some values to the machine definition
This commit is contained in:
parent
b4698d9ec2
commit
7adc904cf1
4 changed files with 23 additions and 29 deletions
|
@ -11,14 +11,6 @@ quality_type = high
|
|||
[values]
|
||||
infill_sparse_density = 70
|
||||
layer_height = 0.05
|
||||
layer_height_0 = 0.1
|
||||
top_bottom_thickness = 0.4
|
||||
wall_thickness = 0.4
|
||||
speed_layer_0 = 5
|
||||
speed_print = 150
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = 150
|
||||
speed_travel = 300
|
||||
speed_travel_layer_0 = 300
|
||||
speed_wall = 150
|
||||
speed_wall_x = 150
|
||||
|
|
|
@ -11,14 +11,6 @@ quality_type = extra_high
|
|||
[values]
|
||||
infill_sparse_density = 70
|
||||
layer_height = 0.025
|
||||
layer_height_0 = 0.1
|
||||
top_bottom_thickness = 0.4
|
||||
wall_thickness = 0.4
|
||||
speed_layer_0 = 5
|
||||
speed_print = 200
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = 200
|
||||
speed_travel = 300
|
||||
speed_travel_layer_0 = 300
|
||||
speed_wall = 200
|
||||
speed_wall_x = 200
|
||||
|
|
|
@ -11,14 +11,6 @@ quality_type = normal
|
|||
[values]
|
||||
infill_sparse_density = 70
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
top_bottom_thickness = 0.4
|
||||
wall_thickness = 0.4
|
||||
speed_layer_0 = 5
|
||||
speed_print = 100
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = 100
|
||||
speed_travel = 300
|
||||
speed_travel_layer_0 = 300
|
||||
speed_wall = 100
|
||||
speed_wall_x = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue