mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Changed ultimaker3 def so relations are retained.
This commit is contained in:
parent
84759e5808
commit
be2a802aa2
3 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@
|
||||||
"retraction_min_travel": { "value": "5" },
|
"retraction_min_travel": { "value": "5" },
|
||||||
"retraction_prime_speed": { "value": "15" },
|
"retraction_prime_speed": { "value": "15" },
|
||||||
"skin_overlap": { "value": "10" },
|
"skin_overlap": { "value": "10" },
|
||||||
"speed_layer_0": { "value": "20" },
|
"speed_layer_0": { "value": "speed_print * 30 / 70" },
|
||||||
"speed_prime_tower": { "value": "speed_topbottom" },
|
"speed_prime_tower": { "value": "speed_topbottom" },
|
||||||
"speed_print": { "value": "35" },
|
"speed_print": { "value": "35" },
|
||||||
"speed_support": { "value": "speed_wall_0" },
|
"speed_support": { "value": "speed_wall_0" },
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ retraction_min_travel = =line_width * 2
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 15
|
skin_overlap = 15
|
||||||
speed_print = 70
|
speed_print = 70
|
||||||
speed_layer_0 = =speed_print * 30 / 70
|
|
||||||
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
||||||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||||
support_angle = 60
|
support_angle = 60
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ cool_fan_speed_max = =cool_fan_speed
|
||||||
machine_nozzle_heat_up_speed = 1.5
|
machine_nozzle_heat_up_speed = 1.5
|
||||||
material_print_temperature = 215
|
material_print_temperature = 215
|
||||||
retraction_extrusion_window = =retraction_amount
|
retraction_extrusion_window = =retraction_amount
|
||||||
|
speed_layer_0 = 20
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
support_bottom_height = =layer_height * 2
|
support_bottom_height = =layer_height * 2
|
||||||
support_bottom_stair_step_height = =layer_height
|
support_bottom_stair_step_height = =layer_height
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue