mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:05:55 +08:00
Update resources/definitions/blocks_base.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
12285e9325
commit
bb4b0c41de
@ -54,7 +54,7 @@
|
||||
"value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5"
|
||||
},
|
||||
"speed_layer_0": { "value": 20.0 },
|
||||
"speed_print_layer_0": { "value": "speed_layer_0" },
|
||||
|
||||
"speed_travel_layer_0": {
|
||||
"value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user