Browse Source

Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
izilzty 2 years ago
parent
commit
f6fcf917ec

+ 1 - 1
resources/definitions/creality_ender3s1plus.def.json

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

+ 2 - 2
resources/definitions/creality_ender3s1pro.def.json

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