Commit Graph

  • 6fcf80e3e1 Merge branch 'devel' into rc thelastWallE 2021-03-26 23:48:32 +0100
  • 415da30ddf +reload configfile as the settings dialog is opened +Syntax Highlighting for Configfile +Show logfile content on the Performance Graph Dialog +Check parsing of configfile before saving thelastWallE 2021-03-26 23:39:08 +0100
  • 19f2df12ee
    Merge pull request #37 from ollyfg/furtherConfigChecks thelastWallE 2021-03-16 20:24:16 +0100
  • 53614f7d00
    Merge branch 'devel' into furtherConfigChecks thelastWallE 2021-03-16 20:15:43 +0100
  • c1e2cb5ae0 -indentation -css thelastWallE 2021-03-16 19:32:01 +0100
  • bc6302e967 *prepare workspace *bugfixes *testing thelastWallE 2021-03-16 19:06:16 +0100
  • 0190bf3b8d Merge branch 'testingnewversion' into rc thelastWallE 2021-03-14 16:52:32 +0100
  • 1d2fbe94eb -bump version to 0.3.3 -change urls -add prerelease branches system thelastWallE 2021-03-14 00:24:49 +0100
  • ea961767c4 cleaning of rebase thelastWallE 2021-03-12 00:58:12 +0100
  • 6931d37570 Rights on Macros changed thelastWallE 2021-03-05 22:36:32 +0100
  • fc8d74e898 typo in executeMacro for permissions thelastWallE 2021-02-13 15:48:23 +0100
  • 782b9aa91b bugfix of buttonenable and some styling thelastWallE 2021-02-11 23:34:25 +0100
  • b1a380a4bf Update2 thelastWallE 2021-01-21 23:53:51 +0100
  • 297554536c update thelastWallE 2021-01-19 21:19:17 +0100
  • 2984f072ba test1 thelastWallE 2021-01-15 01:35:54 +0100
  • 66c05e258e HSyntax for klipperconfig thelastWallE 2021-01-14 22:39:14 +0100
  • 1b1014f58c Shortcut to printer.cfg with granulary access (#29) thelastWallE 2021-03-11 19:42:05 +0100
  • d6cbf8d867 switch for navbar (#33) thelastWallE 2021-02-09 23:45:17 +0100
  • 778de6517d
    Shortcut to printer.cfg with granulary access (#29) thelastWallE 2021-03-11 19:42:05 +0100
  • 32d08946b9
    switch for navbar (#33) thelastWallE 2021-02-09 23:45:17 +0100
  • f5d533865d
    Fix switching to the tab with a navbar click (#24) Master92 2021-01-06 04:57:49 +0100
  • 728dfef0c8
    Fix opening in binary mode destroys parsing with python 3 (#25) Master92 2021-01-06 04:57:14 +0100
  • 1d8a6cb352
    Implement further config validation Oliver Fawcett-Griffiths 2020-10-04 16:31:10 +1300
  • 71b23c3abe Bump Version to 0.3.2 Alice Grey 2020-09-27 16:48:20 -0500
  • dbf64faee8
    Remove unicode conversion (#11) Alice 2020-09-27 16:46:47 -0500
  • e553a69ff5 Implement Configpath and Logpath Validation Alice Grey 2020-09-07 11:37:01 -0500
  • a2291b1a3d Typo in github config Alice Grey 2020-09-02 13:23:51 -0500
  • a6aaa1157a Bump Version to 0.3.1 Alice Grey 2020-09-02 09:45:33 -0500
  • 3a7d0fa47f
    Merge pull request #5 from AliceGrey/fixConfigRegression Alice 2020-09-02 09:36:03 -0500
  • 3e918afcb6 Fix Config Path Regression Alice Grey 2020-09-01 22:25:29 -0500
  • cedace2f05
    Merge pull request #6 from AliceGrey/testing Alice 2020-09-01 22:30:00 -0500
  • 2d8a6126ca updateStatus on login Alice Grey 2020-08-30 14:30:49 -0500
  • 1b83ceb588 Update Github Check Alice Grey 2020-08-30 10:44:24 -0500
  • 53cb69e416 Rename path to configpath Alice Grey 2020-08-30 10:43:54 -0500
  • 0141b5e130 add log path entry to config Schnello 2019-03-13 12:52:14 +0100
  • a3a4202b00 All strings are unicode in Python 3 Alice Grey 2020-08-29 17:25:20 -0500
  • 89156d51f3 Update to License to all match AGPL Alice Grey 2020-08-29 17:23:22 -0500
  • 35ad58006c Update Version and Plugin info Alice Grey 2020-08-29 16:53:15 -0500
  • 4512f55ee4
    Update README.md Alice 2020-08-29 16:50:35 -0500
  • d50bca8c9e Initial Python2 to Python3 Conversion Alice Grey 2020-08-29 13:13:27 -0500
  • 2f3f231cc7 [fix] Improve readablity of Messages with Themeify Richard Kuhnt 2019-10-15 14:18:54 +0200
  • 31c8afcb9e Convert config file from unicode to string before writing, if necessary. James 2019-02-15 20:46:52 -0600
  • 733b27a496 Updated readme James Leach 2019-02-13 20:28:27 -0600
  • f010173b73 Updated version information in preparation for release James Leach 2019-02-13 11:05:18 -0600
  • 5aa5400c2f Use of .split to create an array of strings which is sent to OctoPrint.control.sendGcode instead of a single string. This allows multiple-line Gcode to be interpreted properly. James Leach 2019-02-13 10:57:21 -0600
  • f00ea284cb Split using RegEx - Cleaner James Leach 2019-02-12 10:03:36 -0600
  • c9e8a2b76c Unable to test currently but this should resolve the issue. James Leach 2019-02-12 07:18:39 -0600
  • 71018f3ab0 this is not working James 2019-02-11 21:40:05 -0600
  • 6c273f423c Potential fix for #19 (and #32): Multiple line Gcode commands must be sent as an array of strings. James Leach 2019-02-11 18:34:59 -0600
  • a9edc04a47 Fix for Issue #31: Send the three GCode commands with one OctoPrintClient.control.sendGcode command by sending an array of strings instead of three separate commands with individual strings. James Leach 2019-02-11 17:43:22 -0600
  • aaf045df55 [fix] Line breaks not honored in log output Martin Muehlhaeuser 2018-08-27 19:39:09 +0000
  • f4907bfc25
    [docs] Update Readme. mmone 2018-08-25 23:19:52 +0200
  • 97770e094e [macro] Improve parameter extraction Martin Muehlhaeuser 2018-08-25 19:16:03 +0000
  • 6ee1c81da9
    [release] Bump version mmone 2018-08-25 17:05:11 +0200
  • 769b8a53ed
    [feature] Parameterized macros (#16) mmone 2018-08-25 16:55:48 +0200
  • 33ae991612 Merge branch 'master' of https://github.com/mmone/OctoprintKlipperPlugin Martin Muehlhaeuser 2018-08-24 15:23:28 +0000
  • 8f38062630 [doc] Add some more help/info to the views Martin Muehlhaeuser 2018-08-24 15:23:23 +0000
  • 154af68800
    [docs] Update Readme mmone 2018-08-23 15:00:39 +0200
  • 570b2e69f6 [docs] Update Readme mfm 2018-08-23 14:17:53 +0200
  • 9f87e968b5
    [release] Bump version mmone 2018-08-22 16:45:00 +0200
  • 9d4384354a [view]Fix error colorring in log mfm 2018-08-22 16:25:14 +0200
  • 78dabe2859
    [view] Fix log hint text mmone 2018-08-21 19:06:38 +0200
  • d3a62dad49 [release] Change plugin display name mfm 2018-08-20 15:12:52 +0200
  • 1523c64375
    [docs] Update jekyll template settings mmone 2018-08-20 14:28:07 +0200
  • 3f39c1b963 Set theme jekyll-theme-minimal mmone 2018-08-20 14:01:55 +0200
  • aaa27d712f Set theme jekyll-theme-minimal mmone 2018-08-20 14:01:11 +0200
  • ef30648199
    [view] Remove debug output mmone 2018-08-20 01:24:37 +0200
  • b5df7ba345
    [docs] Update Readme mmone 2018-08-19 23:31:13 +0200
  • 591b3c988a [chores] Add copyright header Martin Muehlhaeuser 2018-08-19 11:49:24 +0000
  • 6b3a8b07d3
    [release] Bump version mmone 2018-08-18 15:05:31 +0200
  • c23c38278c [view] Style graph dialog Martin Muehlhaeuser 2018-08-18 12:44:40 +0000
  • 136f47f318 [fix] File listing not working Martin Muehlhaeuser 2018-08-18 12:44:11 +0000
  • 0bb699ffe5 Merge branch 'master' of https://github.com/mmone/OctoprintKlipperPlugin Martin Muehlhaeuser 2018-08-18 07:20:25 +0000
  • 4bcda8ee66 [fix] Log files not listed in graph dialog Martin Muehlhaeuser 2018-08-18 07:19:26 +0000
  • f676b50585
    [docs] Update issue template mmone 2018-08-17 18:18:33 +0200
  • 97e6c9c35f [docs] Add issue template Martin Muehlhaeuser 2018-08-16 11:42:04 +0000
  • db58c0f337
    [fix] erroneous import mmone 2018-08-16 12:31:45 +0200
  • 14689d4a5b [release] Bump version Martin Muehlhaeuser 2018-08-14 23:38:32 +0000
  • 91171d40b6 [refactor] Martin Muehlhaeuser 2018-08-14 23:34:06 +0000
  • a03cc70539 [feat] Add file list refresh button Martin Muehlhaeuser 2018-08-14 23:22:31 +0000
  • 665654ec75 [fix] Improve config file path handling Martin Muehlhaeuser 2018-08-14 23:17:12 +0000
  • 129d5bb6fd [docs] Update Readme mfm 2018-08-14 19:22:09 +0200
  • b9d525ecb6 [release] Bump version Martin Muehlhaeuser 2018-08-14 16:41:32 +0000
  • cc7653dd1a [view] Keep modal offset dialog open on set btn click Martin Muehlhaeuser 2018-08-14 16:36:26 +0000
  • a2ce724dd3 [view] Optimized sidebar layout Martin Muehlhaeuser 2018-08-14 16:31:27 +0000
  • b3c4aba0a2 [view] Add loading spinner Martin Muehlhaeuser 2018-08-14 16:30:56 +0000
  • f244f51ae3 [release] Bump version mfm 2018-08-13 18:37:14 +0200
  • b33c073dda [docs] Update docu. mfm 2018-08-13 18:36:19 +0200
  • 86d8e631d5
    [feat] Add performance graph (#9) mmone 2018-08-13 18:22:58 +0200
  • 4856ae32c1
    [docs] Update Readme mmone 2018-08-11 12:33:32 +0200
  • b4b6e7e2bf Merge branch 'master' of https://github.com/mmone/OctoprintKlipperPlugin Martin Muehlhaeuser 2018-08-10 15:37:16 +0000
  • a25609eea0 [conf] Make config reload command configurable Martin Muehlhaeuser 2018-08-10 15:36:35 +0000
  • 08ff5a93c1 [docs] Update settings screenshot mfm 2018-08-09 12:35:20 +0200
  • e2aaf5471c [release] Update version Martin Muehlhaeuser 2018-08-09 09:25:28 +0000
  • 41491ffbe8 Major refactor Martin Muehlhaeuser 2018-08-09 07:25:05 +0000
  • 36955f76fd [view] Cleanup sidebar layout Martin Muehlhaeuser 2018-08-09 00:17:05 +0000
  • 76c5137e8a [feat] Basic config editor Martin Muehlhaeuser 2018-08-09 00:16:07 +0000
  • 827f1848aa
    Merge pull request #8 from sillyfrog/master mmone 2018-08-03 14:25:00 +0200
  • 5550f6a5e1 Provide an icon for the sidebar Sillyfrog 2018-08-03 13:34:17 +1000
  • 3d3a27c586
    Add note on contributions mmone 2018-05-26 09:18:13 +0200