Tech ENABLE_Z_OFFSET_CORRECTION - Correction of toolpaths zs when z offset is set

(cherry picked from commit 537ae6bec3bb5347665e294d02cba4a889221445)
This commit is contained in:
enricoturri1966 2022-01-18 15:53:59 +01:00 committed by SoftFever
parent 6023f79be3
commit f1c884acf8
2 changed files with 12 additions and 2 deletions

View file

@ -657,6 +657,7 @@ namespace Slic3r {
float m_forced_height; // mm
float m_mm3_per_mm;
float m_fan_speed; // percentage
float m_z_offset; // mm
ExtrusionRole m_extrusion_role;
unsigned char m_extruder_id;
unsigned char m_last_extruder_id;