Fix z hop performed after retraction in PA pattern calibration. Fix z hop config value not used (#6245)

* Fix z hop performed after retraction in PA pattern calibration. Fix zhop config value not used

* Updated gathering of z hop value method for consistency
This commit is contained in:
Ioannis Giannakas
2024-08-06 17:27:08 +03:00
committed by GitHub
parent cbda70ae73
commit dcabdb8b77
2 changed files with 18 additions and 19 deletions

View File

@@ -151,7 +151,7 @@ protected:
void delta_scale_bed_ext(BoundingBoxf &bed_ext) const { bed_ext.scale(1.0f / 1.41421f); }
std::string move_to(Vec2d pt, GCodeWriter &writer, std::string comment = std::string());
std::string move_to(Vec2d pt, GCodeWriter &writer, std::string comment = std::string(), double z = 0, double layer_height = -1);
double e_per_mm(double line_width, double layer_height, float nozzle_diameter, float filament_diameter, float print_flow_ratio) const;
double speed_adjust(int speed) const { return speed * 60; };