Merge remote-tracking branch 'origin/master' into lh_avoid_crossing_perimeters

This commit is contained in:
Lukáš Hejl 2020-12-01 14:31:22 +01:00
commit f25e5c0ec6
23 changed files with 13175 additions and 97 deletions

View file

@ -323,6 +323,7 @@ private:
// Support for G-Code Processor
float m_last_height{ 0.0f };
float m_last_layer_z{ 0.0f };
float m_max_layer_z{ 0.0f };
#if ENABLE_GCODE_VIEWER_DATA_CHECKING
double m_last_mm3_per_mm;
float m_last_width{ 0.0f };