mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed rigid3d zhop speed
This commit is contained in:
parent
401f3d0df6
commit
d0411a95fd
1 changed files with 2 additions and 1 deletions
|
|
@ -146,7 +146,8 @@
|
||||||
"adaptive_layer_height_variation_step": { "value": 0.04 },
|
"adaptive_layer_height_variation_step": { "value": 0.04 },
|
||||||
|
|
||||||
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
|
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
|
||||||
"wall_thickness": {"value": "line_width * 2" }
|
"wall_thickness": {"value": "line_width * 2" },
|
||||||
|
"speed_z_hop": {"default_value": 8}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue