mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-24 10:31:58 -06:00
Add z offset to pressure advance calibration (line and pattern) (#4434)
This commit is contained in:
parent
b38133fd90
commit
1dc9caf19d
2 changed files with 6 additions and 4 deletions
|
@ -268,6 +268,7 @@ private:
|
|||
void _refresh_writer(bool is_bbl_machine, const Model &model, const Vec3d &origin);
|
||||
|
||||
double height_first_layer() const { return m_config.option<ConfigOptionFloat>("initial_layer_print_height")->value; };
|
||||
double height_z_offset() const { return m_config.option<ConfigOptionFloat>("z_offset")->value; };
|
||||
double height_layer() const { return m_config.option<ConfigOptionFloat>("layer_height")->value; };
|
||||
const int get_num_patterns() const { return std::ceil((m_params.end - m_params.start) / m_params.step + 1); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue