Commit Graph

161 Commits

Author SHA1 Message Date
Luc
35af0ed4a4 Fix typo with WebSocketPort raised by @MitchBradley 2022-01-07 11:50:05 +08:00
Luc
7645718a0a Fix the websocket IP is not accessible from external network so in webUI use document.location.hostname
the embedded page won't be updated as it is supposed to be used locally
2021-08-26 09:16:56 +02:00
Luc
66ea092e24 Add Radio at boot label for [ESP114] feature for [ESP400] 2021-06-02 20:38:05 +02:00
Luc
59bba152a4 Add missing print support for shared SD (need latest ESP3D, minimum 3.0.0.85 or more, to get shortname for Marlin) 2021-05-31 18:42:05 +02:00
Luc
96affa6cc7 Fix subfolder not properly handled with Marlin flavors thanks @Thunderanth 2021-05-07 08:37:14 +02:00
Luc
f767836433 Fix MKS output on Marlin sowing 2 extruders even only one is enabled 2021-04-08 21:31:53 +02:00
Luc
9046532a3f Fix crash when try to login thanks @Legsmaniac
add some console log
2021-02-13 13:53:57 +01:00
Luc
b2da726d94 Add stronger no cache header 2021-02-07 12:19:50 +01:00
Luc
8b3083a567 Fix deadloop if no FW settings and has autopolling enabled 2021-01-26 14:03:00 +01:00
Luc
8c9bcbd559 add webdav wording in translation 2021-01-24 15:10:59 +01:00
Luc
35d76209ce Add support for MKS SD/TFT upload
Allow to navigate in MKS subdirs and print from them
Display print status for MKS
2021-01-11 20:02:29 +01:00
Luc
d48e0d3c5d Allow to disable sound notifications
apply astyle
2021-01-10 14:21:29 +01:00
Luc
f8d5b5ee8f Fix Marlin again changed some output format 2021-01-09 21:43:38 +01:00
Luc
63ce3491af Add MKS upload protocol to webUI
Fix M30 not responding for MKS protocol
2021-01-07 20:55:03 +01:00
Luc
ac317c420d remove Repetier4Davinci not used anymore
Add some MKS support
2021-01-07 19:29:54 +01:00
Luc
d42875131a Fix unwished M27 C sent even it is not supported 2021-01-05 14:52:39 +01:00
Luc
2675b5052e Add missing strings for boot settings 2020-12-13 14:30:19 +01:00
Luc
33c93c4801 Remove flag control of ESP3D setting 2020-12-10 13:36:29 +01:00
Luc
787ed43610 Add missing \n between T0 and G91 extrusion command 2020-12-05 20:43:34 +01:00
Luc
89c7de6744 Fix show GCO file as printable on direct SD 2020-12-04 10:51:12 +01:00
Luc
1435abf28b Add shared SD support 2020-11-30 13:42:55 +01:00
Luc
ee5c109b02 Fix crash due to typo in disconnect page when connection is lost 2020-11-07 10:17:50 +01:00
Luc
51c50190e5 update build 2020-11-07 09:48:25 +01:00
Luc
cd0d9836c7 Dialog rewrite to add 3 buttons wizard options
Basic API for wizard dialogs
2020-11-05 15:44:04 +01:00
Luc
8a804ddacb Fix wrong overflow management in custom panels 2020-10-30 16:46:29 +01:00
Luc
d3f0bf8c69 Add custom pages support 2020-10-30 16:36:00 +01:00
Luc
52459f198f Preset url with /snap when choosing camera as panel source 2020-10-30 10:53:55 +01:00
Luc
1eff78efe2 Add support for embedded camera and flow control
Fix Macro and Panel button text overflow
Use camera name instead of  generic camera word for embedded camera
Update size tracker
2020-10-29 12:25:12 +01:00
Luc
d42f255651 add panel for image and content without control flow 2020-10-28 19:53:28 +01:00
Luc
c5e4743a83 Display dialog 30 sec before session end to allow user to stay connected 2020-10-10 20:23:06 +02:00
Luc
1b25e8cc77 Add translation for session timeout
Add unit for boot delay
2020-10-10 17:12:39 +02:00
Luc
c17623d413 Add confirmation dialog before manual disconnection
Fix no disconnect message if poilling is ongoing and connection is lost
Clear all queued http queries when disconnect
2020-10-10 14:49:58 +02:00
Luc
e953bce629 Add press enter submit login
Add grey background for login dialog
Add session auto disconnect feature
2020-10-08 15:14:36 +02:00
Luc
186d80f5b1 Add disconnect button if authentication is enabled
Fix Upload file dialog box not show if authentication failed initially
2020-10-07 19:32:39 +02:00
Luc
ca3b298753 Add a switch that allows to get all console.log or none in production package 2020-10-07 13:59:28 +02:00
Luc
b915f3f592 Add authentication support part 1
need FW v61 or more
2020-10-07 11:25:00 +02:00
Luc
4f3255b7cb Add generic startJobFile to handle any job from Macro
Update size tracker as macros management  is now implemented
2020-10-03 18:28:50 +02:00
Luc
055a492eb6 Add target and parameter setting for macro in preferences
Add press effect on ribbon macro buttons
2020-10-02 16:03:08 +02:00
Luc
05f8fe309c Show macro buttons ribon in dashboard 2020-10-02 11:38:11 +02:00
Luc
6eb0a77ca4 Add icons for macros button
Adjust printer icons proportions and size to be same as others
2020-10-01 19:56:24 +02:00
Luc
0660f321e8 Add Macro Icon selection API
Add Text color macro selection
Add hover effect on macro setting control
2020-10-01 15:28:28 +02:00
Luc
355137ce88 Add color setting for macro button 2020-09-29 20:38:20 +02:00
Luc
dc49f42f6f Fix refresh not reset error in preferences
Add some missing error checks in preferences
Change Macro Editor UI to be in main UI instead of dialog
Add basic API for Macro setting check in preferences
Allow to save and organise macro definition : only name for the moment
2020-09-29 19:59:55 +02:00
Luc
2b6cef7b48 add macro section in preferences
hide macro button if macro list is empty
2020-09-28 15:19:00 +02:00
Luc
96c162f929 Set all dashboard panels having same size in desktop mode
Display file panel message  in notification area message
2020-09-27 12:29:08 +02:00
Luc
3f036e945e Add end setup API to do action when setup is done - now used by captive portal detectection 2020-09-27 10:52:57 +02:00
Luc
2176ee3896 sync index.html.gz 2020-09-14 15:12:33 +02:00
Luc
d618630032 Fix mobile view in landscape oriention is wrong
Add setting to force mobile view if needed, force page reload only if this setting is modified
2020-09-14 14:06:07 +02:00
Luc
23985e61b0 Add Macro settings in preferences
Move Notification to page instead of area when in mobile view
Add custom dialog API for Macro editor
2020-09-13 19:19:11 +02:00
Luc
c8c1830e40 Fix space management for text settings thanks @royfocker19 2020-09-07 10:00:17 +02:00