mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 20:46:01 +08:00
Hide alignment combo on arrange dialog if XL has wipe tower
fixes SPE-1787
This commit is contained in:
parent
e5a067f9ae
commit
3455c8cc1a
@ -1301,7 +1301,7 @@ PrinterTechnology GLCanvas3D::current_printer_technology() const
|
||||
|
||||
bool GLCanvas3D::is_arrange_alignment_enabled() const
|
||||
{
|
||||
return m_config ? is_XL_printer(*m_config) : false;
|
||||
return m_config ? is_XL_printer(*m_config) && !this->get_wipe_tower_info() : false;
|
||||
}
|
||||
|
||||
GLCanvas3D::GLCanvas3D(wxGLCanvas *canvas, Bed3D &bed)
|
||||
|
Loading…
x
Reference in New Issue
Block a user