File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414plugin_name = "OctoPrint-Gcode_ripper"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "0.1.3 "
17+ plugin_version = "0.1.4 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
21- plugin_description = """TODO"" "
21+ plugin_description = "Modify Gcode coordinates using G-Code ripper. "
2222
2323# The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module
2424plugin_author = "PP"
2525
2626# The plugin's author's mail address.
27- plugin_author_email = "shocksofmighty @gmail.com"
27+ plugin_author_email = "transpirationturning @gmail.com"
2828
2929# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
3030plugin_url = "https://github.com/paukstelis/OctoPrint-Gcode_ripper"
You can’t perform that action at this time.
0 commit comments