mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-03 12:55:12 +08:00
Changed color of preliminary wipe tower block
This commit is contained in:
parent
f694600054
commit
2fe26bfac7
@ -658,8 +658,8 @@ int GLVolumeCollection::load_wipe_tower_preview(
|
||||
|
||||
// In case we don't know precise dimensions of the wipe tower yet, we'll draw the box with different color with one side jagged:
|
||||
if (size_unknown) {
|
||||
color[0] = 1.f;
|
||||
color[1] = 0.f;
|
||||
color[0] = 0.9f;
|
||||
color[1] = 0.6f;
|
||||
|
||||
depth = std::max(depth, 10.f); // Too narrow tower would interfere with the teeth. The estimate is not precise anyway.
|
||||
float min_width = 30.f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user