Fixed compiler warnings

This commit is contained in:
Lukas Matena 2024-10-18 16:00:57 +02:00
parent 49b7fc2d80
commit e57ef80f85
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,7 @@ namespace pt = boost::property_tree;
// 3 : Added volumes' matrices and source data, meshes transformed back to their coordinate system on loading.
// WARNING !! -> the version number has been rolled back to 2
// the next change should use 4
const unsigned int VERSION_AMF = 2;
// const unsigned int VERSION_AMF = 2; Commented-out after we removed AMF export.
const unsigned int VERSION_AMF_COMPATIBLE = 3;
const char* SLIC3RPE_AMF_VERSION = "slic3rpe_amf_version";

View File

@ -284,7 +284,6 @@ private:
float m_wipe_tower_cone_angle = 0.f;
float m_wipe_tower_brim_width = 0.f; // Width of brim (mm) from config
float m_wipe_tower_brim_width_real = 0.f; // Width of brim (mm) after generation
float m_wipe_tower_rotation_angle = 0.f; // Wipe tower rotation angle in degrees (with respect to x axis)
float m_internal_rotation = 0.f;
float m_y_shift = 0.f; // y shift passed to writer
float m_z_pos = 0.f; // Current Z position.