Skip to content

Commit

Permalink
Add TEMPORARY_AUTO_REPORT_OFF to pause autoreports
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored and CZDanol committed Dec 18, 2024
1 parent add06ba commit 8978fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Marlin/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@
uint32_t bitmap[GRID_MAX_POINTS_X] = { 0 };
struct linear_fit_data lsf_results;

SERIAL_ECHOPGM("Extrapolating mesh...");
SERIAL_ECHOLNPGM("Extrapolating mesh...");

const float weight_scaled = weight_factor * _MAX(MESH_X_DIST, MESH_Y_DIST);

Expand Down

0 comments on commit 8978fe1

Please sign in to comment.