Add direct adaptive bed mesh support (#4212)

* Add direct adaptive bed mesh support

* fix Linux build error

* update tooltip
This commit is contained in:
SoftFever 2024-02-24 20:44:00 +08:00 committed by GitHub
parent ab2aaefe42
commit 2c279c5648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 74 additions and 3 deletions

View file

@ -1156,7 +1156,11 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "sparse_infill_speed"
|| opt_key == "inner_wall_speed"
|| opt_key == "internal_solid_infill_speed"
|| opt_key == "top_surface_speed") {
|| opt_key == "top_surface_speed"
|| opt_key == "bed_mesh_min"
|| opt_key == "bed_mesh_max"
|| opt_key == "adaptive_bed_mesh_margin"
|| opt_key == "bed_mesh_probe_distance") {
invalidated |= m_print->invalidate_step(psGCodeExport);
} else if (
opt_key == "flush_into_infill"