Do not show HT90 rods when not printing sequentially

This commit is contained in:
Lukas Matena 2025-02-27 06:30:32 +01:00
parent b3457db567
commit 1950489dae

View File

@ -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();