Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10removed commented codeJeffB42
2020-11-10renamed ToolHeatup.go -> ToolButton.go, added CoolDownButton.goJeffB42
2020-11-10changed logging level of tracing from Error to DebugJeffB42
2020-11-10added createAllOffButton()JeffB42
2020-11-10moved order of selectToolStepButton, added coolDownButtonJeffB42
2020-11-10updated tool button order in showTools()JeffB42
2020-11-10renamed tool buttonsJeffB42
2020-11-10removed shouldPrint parameter from createLoadAndPrintButton()JeffB42
2020-11-10moved location of amountToExtrudeStepButtonJeffB42
2020-11-10expanded variable names (renamed 'r' to 'response', etc...)JeffB42
2020-11-10updated commentsJeffB42
2020-11-10renamed 'toolchangerPanel' to 'toolChangerPanel'JeffB42
2020-11-10added debug loggingJeffB42
2020-11-10renamed 'OctoPrintPlugin' to 'OctoPrintPluginIsAvailable'JeffB42
2020-11-10renamed 'Printer' to 'Client' to match the typeJeffB42
2020-09-27added debug/test condition to NetworkPanel, also refactored NetworkPanel and ...JeffB42
2020-09-27added MustLabelWithCssClass() and MustLabelWithCssClasses()JeffB42
2020-09-27added call to PreShow()JeffB42
2020-09-27updated SystemPanel and SystemInformationInfoBox to display screen resolutionJeffB42
2020-09-27updated layout of buttons in HomePanel and MovePanelJeffB42
2020-09-27added PreShow() to CommonPanelJeffB42
2020-09-27added additional margin and padding stylesJeffB42
2020-09-27added PreShow() to IPanelJeffB42
2020-09-17Merge pull request #176 from xunleii/142-invert-xy-axisJeffB42
2020-09-16feat: add invert x & y axis optionsAlexandre Nicolaie
2020-09-15moved location of amountToMoveStepButtonJeffB42
2020-09-13changed the way the panel history and back button navigation is handled, now ...JeffB42
2020-09-13added golang-collections, needed for stack implementationJeffB42
2020-09-13upadated icons, added hotend, nozzle, toolhead imagesJeffB42
2020-09-09added sdNotify('WATCHDOG=1') per OevreFlataeker/daubsi's postJeffB42
2020-09-09renamed variables (eg 'm' to 'this', 'n' to 'settingsResponse', etc...)JeffB42
2020-09-08Added SanityCheckRequiredEnvironmentVariables()JeffB42
2020-09-08changed the polling interval from 2 seconds to 10 secondsJeffB42
2020-09-08moved gtk.go form ui to utils, replaced calls to utils.Logger.Error() with Lo...JeffB42
2020-09-08added line breaksJeffB42
2020-09-08added line breaksJeffB42
2020-09-08renamed History to IncludeHistoryJeffB42
2020-09-08renamed StateRequest to FullStateRequest, and some other refactoringJeffB42
2020-09-08added DoWithLogging (to aid in debugging)JeffB42
2020-09-08added 'Respionse' to API response structures, also added CRs to make the code...JeffB42
2020-09-08added logging to client.goJeffB42
2020-09-08added GetLogLevel()JeffB42
2020-09-08renamed bed level part imagesJeffB42
2020-09-08moved ui_utils.go from ui into utilsJeffB42
2020-09-08changed ui.StylePath to utils.StylePathJeffB42
2020-09-08consolidated code out of files in ui and into uiWidgets, utils, and interfacesJeffB42
2020-09-08moved gtk.go from ui to utilsJeffB42
2020-09-08broke up code and moved into utils directoryJeffB42
2020-09-08updated toolhead and z-offset imagesJeffB42
2020-09-08added dash style, added margin, borer, and padding styles, added font size st...JeffB42