Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
izilzty 2022-12-01 21:14:37 +08:00 committed by GitHub
parent 19ede5091c
commit f6fcf917ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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" },

View file

@ -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 },