mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Fixed issues raised in #6666
This commit is contained in:
parent
9700b9986b
commit
44ffa97ade
@ -100,7 +100,7 @@
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"skirt_brim_minimal_length": { "default_value": 550 },
|
||||
"retraction_speed": { "default_value": 80, "maximum_value_warning": 130 },
|
||||
"retraction_retract_speed": { "default_value": "retraction_speed", "maximum_value_warning": 130 },
|
||||
"retraction_retract_speed": { "maximum_value_warning": 130 },
|
||||
"retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 130 },
|
||||
"retraction_hop_enabled": { "default_value": true },
|
||||
"retraction_hop": { "default_value": 0.2 },
|
||||
|
@ -1,5 +1,4 @@
|
||||
{
|
||||
"id": "voron2_extruder_0",
|
||||
"version": 2,
|
||||
"name": "Toolhead",
|
||||
"inherits": "fdmextruder",
|
||||
|
Loading…
x
Reference in New Issue
Block a user