Skip to content

Commit

Permalink
Don't display M421 values for UBL at startup
Browse files Browse the repository at this point in the history
It takes 20 seconds to display the mesh values at startup...   If we are going to display this information at startup, we should find a more terse way to do it.   Perhaps displaying an entire row of the mesh at a time makes sense?
  • Loading branch information
Roxy-3D authored Jul 17, 2018
1 parent fbc3fdb commit 58775cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/configuration_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2219,9 +2219,9 @@ void MarlinSettings::reset() {
SERIAL_ECHOPAIR("EEPROM can hold ", calc_num_meshes());
SERIAL_ECHOLNPGM(" meshes.\n");
}

ubl.report_current_mesh();

// ubl.report_current_mesh(PORTVAR_SOLO); // This is too verbose for large mesh's. A better (more terse)
// solution needs to be found.
#elif ENABLED(AUTO_BED_LEVELING_BILINEAR)

if (leveling_is_valid()) {
Expand Down

0 comments on commit 58775cc

Please sign in to comment.