Skip to content

Commit

Permalink
Removed the dumb gaps, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Peaches491 committed Nov 6, 2020
1 parent 2a2cff4 commit 727d8e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions octoprint_touchtest/templates/touchtest_sidebar.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<button id="touch3" class="btn"
data-bind="click: function() {testPrint(1.0, 1.0)}, enable: movementEnabled()"/>
</div>
<br>
<div class="buttonRow">
<button id="touch4" class="btn icon-arrow-left"
data-bind="click: function() {testPrint(0.0, 0.5)}, enable: movementEnabled()"/>
Expand All @@ -33,7 +32,6 @@
<button id="touch6" class="btn icon-arrow-right"
data-bind="click: function() {testPrint(1.0, 0.5)}, enable: movementEnabled()"/>
</div>
<br>
<div class="buttonRow">
<button id="touch7" class="btn"
data-bind="click: function() {testPrint(0.0, 0.0)}, enable: movementEnabled()"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-Touchtest"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.4"
plugin_version = "0.4.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 727d8e4

Please sign in to comment.