GCodeProcessor -> Fixed export of estimated time to gcode filename

This commit is contained in:
enricoturri1966 2020-08-07 15:30:08 +02:00
parent bcd998f9f1
commit 64001c0fe5
6 changed files with 40 additions and 6 deletions

View file

@ -147,6 +147,8 @@ void Bed3D::Axes::set_stem_length(float length)
}
#else
Bed3D::Axes::Axes()
: origin(Vec3d::Zero())
, length(25.0 * Vec3d::Ones())
{
m_quadric = ::gluNewQuadric();
if (m_quadric != nullptr)