mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
19ede5091c
commit
f6fcf917ec
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
"gantry_height": { "value": 25 },
|
||||
|
||||
"speed_print": { "value": 50 },
|
||||
|
||||
"speed_layer_0": { "value": 25 },
|
||||
"speed_travel": { "value": "120.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
"gantry_height": { "value": 25 },
|
||||
|
||||
"speed_print": { "value": 50 },
|
||||
"speed_layer_0": { "value": 20 },
|
||||
|
||||
|
||||
"speed_travel": { "value": "120.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
|
||||
|
||||
"retraction_amount": { "value": 0.8 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue