committed by
GitHub
parent
85f285ce58
commit
97c4ed21e3
@@ -69,7 +69,7 @@ class API(octoprint.plugin.SimpleApiPlugin):
|
|||||||
("E%(newESteps)s " % data if "newESteps" in data else "") +
|
("E%(newESteps)s " % data if "newESteps" in data else "") +
|
||||||
("X%(newXSteps)s " % data if "newXSteps" in data else "") +
|
("X%(newXSteps)s " % data if "newXSteps" in data else "") +
|
||||||
("Y%(newYSteps)s " % data if "newYSteps" in data else "") +
|
("Y%(newYSteps)s " % data if "newYSteps" in data else "") +
|
||||||
("Z%(newYSteps)s " % data if "newZSteps" in data else ""))
|
("Z%(newZSteps)s " % data if "newZSteps" in data else ""))
|
||||||
|
|
||||||
#save data to EEPROM and cool-down
|
#save data to EEPROM and cool-down
|
||||||
self._printer.commands([steps, "M500"] + stopHeater)
|
self._printer.commands([steps, "M500"] + stopHeater)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ plugin_package = "octoprint_CalibrationTools"
|
|||||||
plugin_name = "OctoPrint-CalibrationTools"
|
plugin_name = "OctoPrint-CalibrationTools"
|
||||||
|
|
||||||
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
|
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
|
||||||
plugin_version = "1.0.3"
|
plugin_version = "1.0.4"
|
||||||
|
|
||||||
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
|
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
|
||||||
# module
|
# module
|
||||||
|
|||||||
Reference in New Issue
Block a user