1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

GCode tool marker set as visible by default

This commit is contained in:
enricoturri1966
2020-11-03 09:27:18 +01:00
parent eff95bcdb2
commit f94e94f53e
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ public:
Transform3f m_world_transform;
float m_z_offset{ 0.5f };
std::array<float, 4> m_color{ 1.0f, 1.0f, 1.0f, 0.5f };
bool m_visible{ false };
bool m_visible{ true };
public:
void init();