Better defaults for retraction and z hop during wipe

Let's use the normal retraction and z hop settings to be safe. Should work fine.
This commit is contained in:
Ghostkeeper 2019-11-03 01:18:35 +01:00
parent 0b6938e9aa
commit e2b8a44e2d
No known key found for this signature in database
GPG Key ID: B47E36CF62F1D06E

View File

@ -7375,6 +7375,7 @@
"description": "Retract the filament when the nozzle is moving over a non-printed area.",
"type": "bool",
"default_value": true,
"value": "retraction_enable",
"enabled": "clean_between_layers",
"settable_per_mesh": false,
"settable_per_extruder": true,
@ -7387,6 +7388,7 @@
"unit": "mm",
"type": "float",
"default_value": 1,
"value": "retraction_amount",
"minimum_value_warning": "-0.0001",
"maximum_value_warning": "10.0",
"enabled": "wipe_retraction_enable and clean_between_layers",
@ -7401,6 +7403,7 @@
"unit": "mm³",
"type": "float",
"default_value": 0,
"value": "retraction_extra_prime_amount",
"minimum_value_warning": "-0.0001",
"maximum_value_warning": "10.0",
"enabled": "wipe_retraction_enable and clean_between_layers",
@ -7414,6 +7417,7 @@
"unit": "mm/s",
"type": "float",
"default_value": 5,
"value": "retraction_speed",
"minimum_value": "0",
"minimum_value_warning": "1",
"maximum_value": "machine_max_feedrate_e",
@ -7435,7 +7439,7 @@
"minimum_value_warning": "1",
"maximum_value_warning": "70",
"enabled": "wipe_retraction_enable and clean_between_layers",
"value": "retraction_speed",
"value": "wipe_retraction_speed",
"settable_per_mesh": false,
"settable_per_extruder": true
},
@ -7451,7 +7455,7 @@
"minimum_value_warning": "1",
"maximum_value_warning": "70",
"enabled": "wipe_retraction_enable and clean_between_layers",
"value": "retraction_speed",
"value": "wipe_retraction_speed",
"settable_per_mesh": false,
"settable_per_extruder": true
}
@ -7476,6 +7480,7 @@
"description": "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.",
"type": "bool",
"default_value": true,
"value": "retraction_hop_enabled",
"enabled": "clean_between_layers",
"settable_per_mesh": false,
"settable_per_extruder": true,
@ -7488,6 +7493,7 @@
"unit": "mm",
"type": "float",
"default_value": 1,
"value": "retraction_hop",
"enabled": "wipe_hop_enable and clean_between_layers",
"settable_per_mesh": false,
"settable_per_extruder": true,
@ -7499,7 +7505,8 @@
"description": "Speed to move the z-axis during the hop.",
"unit": "mm/s",
"type": "float",
"default_value": 100,
"default_value": 10,
"value": "speed_z_hop",
"minimum_value": "0",
"minimum_value_warning": "1",
"enabled": "wipe_hop_enable and clean_between_layers",