Skip to content

Commit

Permalink
Update bed_mesh.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frylock34 authored Jul 6, 2023
1 parent f6e0066 commit 725bb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klippy/extras/bed_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@ def add_profile(self, prof_name, gcmd):
self.gcode.respond_info(
"Bed Mesh state has been added to profile [%s]\n"
% (prof_name))
self.bedmesh.update_status()

def remove_profile(self, prof_name):
if prof_name in self.profiles:
Expand Down

0 comments on commit 725bb48

Please sign in to comment.