Update creality_ender3v3ke.def.json

This commit is contained in:
Casper Lamboo 2025-04-29 14:55:47 +02:00 committed by GitHub
parent b9977dacf8
commit a2decd198b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,12 +48,12 @@
"machine_width": { "default_value": 220 }, "machine_width": { "default_value": 220 },
"material_print_temp_wait": { "default_value": false }, "material_print_temp_wait": { "default_value": false },
"retraction_amount": { "default_value": 0.8 }, "retraction_amount": { "default_value": 0.8 },
"retraction_combing": { "default_value": "no_outer_surfaces" }, "retraction_combing": { "value": "'no_outer_surfaces'" },
"retraction_combing_max_distance": { "value": 5.0 }, "retraction_combing_max_distance": { "value": 5.0 },
"retraction_extrusion_window": { "default_value": "retraction_amount" }, "retraction_extrusion_window": { "value": "retraction_amount" },
"retraction_min_travel": { "value": 2.0 }, "retraction_min_travel": { "value": 2.0 },
"retraction_speed": { "default_value": 40 }, "retraction_speed": { "default_value": 40 },
"speed_layer_0": { "value": 100 }, "speed_layer_0": { "value": 100 },
"speed_print": { "value": 300 } "speed_print": { "value": 300 }
} }
} }