mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 06:49:00 +08:00
Do not show HT90 rods when not printing sequentially
This commit is contained in:
parent
b3457db567
commit
1950489dae
@ -370,7 +370,7 @@ void GCodeViewer::SequentialView::Marker::render()
|
||||
shader->set_uniform("volume_world_matrix", volume_world_matrix);
|
||||
m_model.render();
|
||||
|
||||
if (m_is_ht90)
|
||||
if (m_is_ht90 && ! m_generic_marker)
|
||||
render_ht90_rods(m_world_position.cast<double>(), shader, view_matrix, bed_inst_offset, m_model_ht90_rod);
|
||||
|
||||
shader->stop_using();
|
||||
|
Loading…
x
Reference in New Issue
Block a user