mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX: modify the insert depth value of wipe tower
jira: none Change-Id: I60b453e688b5bd592b6e276621fc9e8ca68c8789 (cherry picked from commit 7345b0034fa0044afe9d5375c5dc4953eafa5322)
This commit is contained in:
@@ -1327,7 +1327,7 @@ WipeTower::ToolChangeResult WipeTower::construct_block_tcr(WipeTowerWriter &writ
|
|||||||
|
|
||||||
// BBS
|
// BBS
|
||||||
const std::map<float, float> WipeTower::min_depth_per_height = {
|
const std::map<float, float> WipeTower::min_depth_per_height = {
|
||||||
{5.f,5.f}, {100.f, 20.f}, {180.f, 40.f}, {250.f, 50.f}, {350.f, 60.f}
|
{5.f,5.f}, {100.f, 20.f}, {250.f, 40.f}, {350.f, 60.f}
|
||||||
};
|
};
|
||||||
|
|
||||||
float WipeTower::get_limit_depth_by_height(float max_height)
|
float WipeTower::get_limit_depth_by_height(float max_height)
|
||||||
|
|||||||
Reference in New Issue
Block a user