mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-04 00:32:08 +00:00
last step in fixing the g-code stuff up
This commit is contained in:
committed by
harrierpigeon
parent
79fd847ce3
commit
0342e06d87
@@ -203,6 +203,7 @@ private:
|
||||
//BBS: add shell bounding box
|
||||
BoundingBoxf3 m_shell_bounding_box;
|
||||
float m_max_print_height{ 0.0f };
|
||||
bool m_machine_frame_transform_active{ false };
|
||||
float m_z_offset{ 0.0f };
|
||||
|
||||
ConfigOptionMode m_user_mode;
|
||||
@@ -289,6 +290,7 @@ public:
|
||||
std::vector<int> get_plater_extruder();
|
||||
|
||||
const float get_max_print_height() const { return m_max_print_height; }
|
||||
bool is_machine_frame_transform_active() const { return m_machine_frame_transform_active; }
|
||||
const BoundingBoxf3& get_paths_bounding_box() const { return m_paths_bounding_box; }
|
||||
const BoundingBoxf3& get_max_bounding_box() const { return m_max_bounding_box; }
|
||||
const BoundingBoxf3& get_shell_bounding_box() const { return m_shell_bounding_box; }
|
||||
|
||||
Reference in New Issue
Block a user