mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: fix some rendering issues
1. increase the logo's resolution 2. set the logo's height to 0.02 3. fix a clip issue when shell preview Change-Id: Ibd2491c2d4cc38ab10a2627f0024712d0a6a09b2
This commit is contained in:
parent
77afdc6467
commit
461eaa13aa
2 changed files with 3 additions and 3 deletions
|
@ -1070,7 +1070,6 @@ void GCodeViewer::reset()
|
|||
}
|
||||
m_paths_bounding_box = BoundingBoxf3();
|
||||
m_max_bounding_box = BoundingBoxf3();
|
||||
m_shell_bounding_box = BoundingBoxf3();
|
||||
m_max_print_height = 0.0f;
|
||||
m_tools.m_tool_colors = std::vector<Color>();
|
||||
m_tools.m_tool_visibles = std::vector<bool>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue