31 Commits

Author SHA1 Message Date
Luc
e4af1950eb Allow to disable TCP data feature
minor fixes:
-Correct logic for web ports due to refactoring
-Duplicate data read from serial if multiple clients
-Improve reliability to reconnect to AP after a restart
-Typo issues
2016-02-02 17:34:15 +08:00
Luc
ba84a06fc8 Add signal strength in home page
seems having some difference between RSSI of current signal and RSSI of
scanned AP - TBC
2016-02-01 22:36:21 +08:00
Luc
75ebd04d12 Allow to disable FW web update when compiling
New compilation directive to enable/disable feature
//WEB_UPDATE_FEATURE: allow to flash fw using web UI
#define WEB_UPDATE_FEATURE
2016-01-26 11:50:02 +08:00
Luc
5f8ecc4d2f Move tags.json to tools
and update port in tags.json
2016-01-25 13:16:33 +08:00
Luc
4073c10601 Merge pull request #66 from j0hnlittle/master
A python webserver to help working on the template files
Thanks @j0hnlittle
2016-01-20 14:03:53 +08:00
Luc
326ef1c261 Fix typo issues
Thanks @treepleks
2016-01-19 16:07:47 +08:00
Luc
28891b3be8 Highlight the "Admin" menu when selected
Thanks @treepleks
2016-01-19 15:54:55 +08:00
Luc
79d632f544 Change of units
Thanks @treepleks
2016-01-19 15:48:13 +08:00
John Little
70a7ccb083 Created some sample json tags 2016-01-10 20:54:03 +00:00
luc
39e22e2384 Add display fix for extruders also
use style="overflow: hidden;" to avoid overflow
2015-11-17 20:09:22 +08:00
luc
9b0ae002a9 Fix bug with IE11
add cache control to none, and do not display overflow, in addition it
need to adjust security settings to allow to get updates and send
commands
2015-11-17 19:43:31 +08:00
luc
aa5f7e12d1 Add commands to clear logs
[ESP999]ERROR for error logs,
[ESP999]INFO for info logs,
[ESP999]STATUS for status logs,
[ESP999]ALL for all logs,
2015-11-15 20:21:01 +08:00
luc
627052ceeb Add basic authentification and OTA update
only web update is supported
2015-11-14 21:48:35 +08:00
luc
e9c1b20e09 Use factor for gradient also for better rendering
mostly for bed
2015-10-29 15:10:49 +08:00
luc
778435f3c2 Better initialization for temperature input
take / display target temperature so it is more easy for modification as
cursor/input is the starting point
Better factor for displaying temperature cursor (extruder and bed)
2015-10-29 14:52:34 +08:00
luc
999118f7a1 Change scale for bed for temperature
porting json missed this change
2015-10-29 14:25:56 +08:00
luc
6b317cc43f Fix missing cursor for for temperature
due to missing casting
2015-10-29 14:17:21 +08:00
luc
c3dc621e8d Adjust label position to be aligned in printer
page
2015-10-29 08:54:18 +08:00
luc
8791abb0b0 add space between bar and % 2015-10-27 16:02:03 +08:00
luc
d8d6ed0be1 better UI for FM 2015-10-27 15:35:06 +08:00
luc
78ff239f93 Fix launching upload if no file selected
Add moving progress bar when uploading
Add meter bar for disk occupation
Add better hide parameter
2015-10-27 13:16:42 +08:00
luc
4996066c0f Add missing hover effect on delete button of FM 2015-10-27 09:36:24 +08:00
luc
bfe58edc9e better icon for delete file in FM 2015-10-26 17:52:12 +08:00
luc
441a8b41b6 Allow to use "save as" feature in FM
and open in new window if clicked
2015-10-26 11:04:41 +08:00
luc
cb8e9d2d1b Add css for upload button and forgotten buttons
in extra settings and printer status pages
2015-10-23 22:23:59 +08:00
luc
b6b0f84fb6 Files cleaning as only for more than 512K flash
for less there is a new branch
2015-10-23 16:41:32 +08:00
luc
8439a2aa24 Change default for 64K SPIFFS in data
Add UI for SD File selection and print file
2015-10-20 16:54:39 +08:00
luc
953c24c8da Fix bug with + jog command
+ was not encoded and decoded as a space
sync more then 64K files
2015-10-19 21:38:09 +08:00
luc
5c4e11ea3f Change extuders steps thanks to @c128
change from 0.1/1/10 to 1/10/50 mm - which make more sense, bad copy and
paste from Z UI
2015-10-19 15:36:16 +08:00
luc
80742c422a Add light file manager to upload/download/delete
files on SPIFFS - need to decrease printer.tpl size to implement have
more space for new settings.tpl for 64K SPIFFS
2015-10-19 14:43:16 +08:00
luc
7379ac580d Complete rewrite using template and SPIFFS
change to V0.4
2015-10-16 17:49:04 +08:00