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:
Duarte Bragadesto 2022-12-16 12:25:48 +00:00 committed by GitHub
parent 35ecb7c3a9
commit 9b3bd349db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@
"jerk_travel": { "value": "jerk_print" },
"jerk_travel_layer_0": { "value": "jerk_travel" },
"speed_print": { "value": 60.0 },
"speed_wall": { "value": "speed_print / 2" },
"speed_travel": {
"value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5"