Commit Graph

68 Commits

Author SHA1 Message Date
thelastWallE 22fb1dd485 more highlight work
-closes #48
2021-04-26 01:02:31 +02:00
thelastWallE db8dc0b09f add probe for z-endstop 2021-04-15 23:25:58 +02:00
thelastWallE 03b29f052a fix for config lines with = 2021-04-14 23:02:26 +02:00
thelastWallE e404f89949 more syntax highlighting 2021-04-13 22:31:40 +02:00
thelastWallE f1b4477001 improve syntaxhighlight 2021-04-12 12:42:29 +02:00
thelastWallE 58c26ca9ae -zooming on editor
todo: editor is taking whole dialog
2021-04-11 00:17:19 +02:00
thelastWallE c3d7d7980c added parsingCheck Checkbox
-Strict mode disabled for parsing checks
-reworked debug messages
2021-04-07 00:00:42 +02:00
thelastWallE 45dd49508a add newline 2021-04-01 13:44:36 +02:00
thelastWallE 2474dcf8de work on offset dialog
-show offset command in the logger
-hide the offsetdialog
2021-04-01 12:05:50 +02:00
thelastWallE cc90ca8862 -bumb for rc4
-css again
-klippy.log analyzer bugfix
2021-03-30 22:05:49 +02:00
thelastWallE 6b0928bfc6 -css for editor
-fix for FillDataset checkbox, before any Graph was shown
2021-03-30 21:25:25 +02:00
thelastWallE 2aec1a9eaa -Bump for 0.3.4rc2
-fix for errorexception
-added extern logfile
2021-03-29 00:57:23 +02:00
thelastWallE 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
2021-03-26 23:39:08 +01:00
thelastWallE 53614f7d00
Merge branch 'devel' into furtherConfigChecks 2021-03-16 20:15:43 +01:00
thelastWallE bc6302e967 *prepare workspace
*bugfixes
*testing
2021-03-16 19:06:16 +01:00
thelastWallE 0190bf3b8d Merge branch 'testingnewversion' into rc 2021-03-14 16:52:32 +01:00
thelastWallE 6931d37570 Rights on Macros changed 2021-03-12 00:24:53 +01:00
thelastWallE fc8d74e898 typo in executeMacro for permissions 2021-03-12 00:24:53 +01:00
thelastWallE 782b9aa91b bugfix of buttonenable and some styling 2021-03-12 00:24:38 +01:00
thelastWallE b1a380a4bf Update2
Prettified
hide buttons if someone has no permissions
2021-03-12 00:23:11 +01:00
thelastWallE 297554536c update
Tested with python3

+borders around macro
+macro permission role
+hide macros then one has no permission
2021-03-12 00:20:17 +01:00
thelastWallE 66c05e258e HSyntax for klipperconfig
From old open PR on fork of mmone
2021-03-12 00:11:21 +01:00
thelastWallE 1b1014f58c Shortcut to printer.cfg with granulary access (#29)
* Shortcut to printer.cfg with granulary access

* added button to sidebar

* restyle
2021-03-11 23:35:45 +01:00
thelastWallE 778de6517d
Shortcut to printer.cfg with granulary access (#29)
* Shortcut to printer.cfg with granulary access

* added button to sidebar

* restyle
2021-03-11 12:42:05 -06:00
Master92 f5d533865d
Fix switching to the tab with a navbar click (#24)
Fix switching to the plugin tab with a navbar click broken
2021-01-05 21:57:49 -06:00
Alice Grey e553a69ff5 Implement Configpath and Logpath Validation
Added JS popup handler. Added configpath and logpath validation when settings are saved.
Add logpath validation


Change file checking method


Check new values instead of old settings on save
2020-09-07 11:40:24 -05:00
Alice Grey 89156d51f3 Update to License to all match AGPL
Some code was marked GPL and some was marked AGPL. Now it's all AGPL.
2020-08-29 17:23:22 -05:00
James Leach 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.
2019-02-13 10:57:21 -06:00
James Leach f00ea284cb Split using RegEx - Cleaner 2019-02-12 10:03:36 -06:00
James Leach c9e8a2b76c Unable to test currently but this should resolve the issue. 2019-02-12 07:18:39 -06:00
James 71018f3ab0 this is not working 2019-02-11 21:40:05 -06:00
James Leach 6c273f423c Potential fix for #19 (and #32):
Multiple line Gcode commands must be sent as an array of strings.
2019-02-11 18:34:59 -06:00
James Leach 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.
2019-02-11 17:43:22 -06:00
Martin Muehlhaeuser aaf045df55 [fix] Line breaks not honored in log output 2018-08-27 19:39:09 +00:00
Martin Muehlhaeuser 97770e094e [macro] Improve parameter extraction 2018-08-25 19:16:03 +00:00
mmone 769b8a53ed
[feature] Parameterized macros (#16)
Adds the option to have parameters in Macros and show a dialog to the user on execution to change them.
Here's and example:

PID_CALIBRATE 
HEATER={label:Heater, default:extruder, options:extruder|extruder1}
TARGET={label:Temperature, unit:°C, default:190}
WRITE_FILE={label:WriteFile, default:0, options:0|1}
2018-08-25 16:55:48 +02:00
Martin Muehlhaeuser 591b3c988a [chores] Add copyright header 2018-08-19 11:49:24 +00:00
Martin Muehlhaeuser 136f47f318 [fix] File listing not working 2018-08-18 12:44:11 +00:00
Martin Muehlhaeuser 4bcda8ee66 [fix] Log files not listed in graph dialog 2018-08-18 07:19:26 +00:00
Martin Muehlhaeuser b3c4aba0a2 [view] Add loading spinner 2018-08-14 16:30:56 +00:00
mmone 86d8e631d5
[feat] Add performance graph (#9)
* [feat] Basic graph demo

* [feat] Basic Log analyzer with graph

* [feat] Finish graph feature.
2018-08-13 18:22:58 +02:00
Martin Muehlhaeuser a25609eea0 [conf] Make config reload command configurable 2018-08-10 15:36:35 +00:00
Martin Muehlhaeuser 41491ffbe8 Major refactor 2018-08-09 07:25:05 +00:00
Martin Muehlhaeuser 76c5137e8a [feat] Basic config editor 2018-08-09 00:16:07 +00:00
Martin Muehlhaeuser 8d27f79b65 [feature] Add coordinate offset dialog. 2018-04-26 19:06:09 +00:00
Martin Muehlhaeuser 4f16e40d29 Adapt PID Tuning dialog to now PID_CALIBRATE cmd. 2018-03-26 15:54:58 +00:00
Martin Muehlhaeuser 83df45f693 Limit navbar status display 2018-03-04 15:09:45 +00:00
Martin Muehlhaeuser 2e4a858661 status: Basic status display working 2018-02-08 15:38:48 +00:00
Martin Muehlhaeuser d53e9a7b76 log: Filter for plugin identifier 2018-02-07 21:02:16 +00:00
Martin Muehlhaeuser befa5b0529 macro: Fix macros not executed 2018-02-06 14:31:15 +00:00