Skip to content

Commit

Permalink
New Version 1.27.1
Browse files Browse the repository at this point in the history
- B #239 wrong default time format
  • Loading branch information
OllisGit committed Oct 15, 2021
1 parent 745b594 commit 9c28584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion octoprint_DisplayLayerProgress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ def get_settings_defaults(self):
printerDisplayOutputInterval = 0,
timeInNavBarPosition = "right",
showTimeInNavBar = False,
currentTimeFormat = "HH:MM",
currentTimeFormat = "HH:mm",
printTimeLeftWithoutSeconds = True,
layerIndicatorLookAheadLimit = 750
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<textarea rows="5" cols="60" style="min-width: 96%" data-bind="enable: settingsViewModel.settings.plugins.DisplayLayerProgress.showOnNavBar, value: settingsViewModel.settings.plugins.DisplayLayerProgress.navBarMessagePattern">'NavBar-Pattern'</textarea>
<label class="checkbox">
Show current time<input type="checkbox" data-bind="checked: settingsViewModel.settings.plugins.DisplayLayerProgress.showTimeInNavBar"></input>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Format <input type="text" name="currentTimeFormat" data-bind="value: settingsViewModel.settings.plugins.DisplayLayerProgress.currentTimeFormat" ></input>&nbsp;&nbsp;see <a target="_newTab" href="https://momentjs.com/">moment.js</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Format <input type="text" name="currentTimeFormat" data-bind="value: settingsViewModel.settings.plugins.DisplayLayerProgress.currentTimeFormat" ></input>&nbsp;&nbsp;see <a target="_newTab" href="https://momentjs.com/docs/#/displaying/format/">moment.js format</a>
</label>
<div >
<input type="radio" name="timePosition" value="left" data-bind="enable: settingsViewModel.settings.plugins.DisplayLayerProgress.showTimeInNavBar, checked: settingsViewModel.settings.plugins.DisplayLayerProgress.timeInNavBarPosition"></input> &nbsp;&nbsp;left side
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 = "DisplayLayerProgress"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.27.0"
plugin_version = "1.27.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 9c28584

Please sign in to comment.