Skip to content

Releases: kantlivelong/OctoPrint-GCodeSystemCommands

1.0.1

27 Apr 20:44
Compare
Choose a tag to compare

Fix settings not displaying properly (#16)

1.0.0

24 Apr 16:21
Compare
Choose a tag to compare
  • Support passing arguments via environment variables.
  • Log stdout/stderr when logging is set to debug
  • Return "undefined" if the gcode command is not defined
  • Hide command_definitions from non-admin users (#1)
  • Minor code refactoring
  • Python 3 compat
  • Use octoprint.comm.protocol.gcode.sending instead of octoprint.comm.protocol.gcode.queuing (Fixes issue w/ command serialization)
  • Performance optimization

0.1.1

14 Mar 16:00
Compare
Choose a tag to compare

Initial release