Skip to content

Commit

Permalink
Save changes when mesh point is changed #209
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Mar 5, 2021
1 parent ceabb6a commit 9f44d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/lcd/extui/lib/dgus_creality/DGUSScreenHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,8 @@ void DGUSScreenHandler::HandleMeshPoint(DGUS_VP_Variable &var, void *val_ptr) {

UpdateMeshValue(x, y, z);
ExtUI::setMeshPoint({ x, y }, z);

RequestSaveSettings();
}

const uint16_t* DGUSLCD_FindScreenVPMapList(uint8_t screen) {
Expand Down

0 comments on commit 9f44d8d

Please # to comment.