Update vzbot_base.def.json

remove retraction_hop_enabled false
This commit is contained in:
Christian Kvasny 2022-12-05 13:14:31 +01:00 committed by GitHub
parent 8d46640441
commit fc6db7b020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@
"retraction_speed": { "default_value": 45, "maximum_value_warning": 150 },
"retraction_retract_speed": { "maximum_value_warning": 150 },
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 150 },
"retraction_hop_enabled": { "default_value": false },
"retraction_hop": { "default_value": 0.2 },
"retraction_combing": { "value": "'noskin'" },
"z_seam_type": { "value": "'back'" },