mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Update variant profiles to use the right syntax for formulas
Contributes to CURA-1278
This commit is contained in:
parent
43ec037c55
commit
4fc1407c00
8 changed files with 24 additions and 24 deletions
|
@ -11,6 +11,6 @@ type = variant
|
|||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 1.35
|
||||
coasting_volume = 3.22
|
||||
speed_wall = round(speed_print * 4 / 3, 1)
|
||||
speed_wall_0 = 1 if speed_wall < 10 else (speed_wall - 10)
|
||||
speed_topbottom = round(speed_print / 2, 1)
|
||||
speed_wall = =round(speed_print * 4 / 3, 1)
|
||||
speed_wall_0 = =1 if speed_wall < 10 else (speed_wall - 10)
|
||||
speed_topbottom = =round(speed_print / 2, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue