Skip to content

Commit

Permalink
Bug in refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Apr 9, 2024
1 parent 86f3ac7 commit e73ac58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonraker_obico/nozzlecam.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def initialize_layer_change_macro(self, **kwargs):
return

for key, value in kwargs.items():
self.set_macro_variable('_OBICO_LAYER_CHANGE', key, value)
self.moonrakerconn.set_macro_variable('_OBICO_LAYER_CHANGE', key, value)

0 comments on commit e73ac58

Please sign in to comment.