Luc
79d632f544
Change of units
...
Thanks @treepleks
2016-01-19 15:48:13 +08:00
Luc
7761c7c32c
change FW version to reflect the changes
...
for support for 2.0.0 for file upload
2016-01-14 17:17:13 +08:00
Luc
487a799c46
Use new API from 2.0.0 for file upload
...
now file upload management is filtered according URI
the generic one cannot be overloaded as before but need to be specified
2016-01-14 17:15:51 +08: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
afa0eddcf0
Update to follow refactoring of info
...
now it use struct instead of integer
2015-11-14 22:04:17 +08:00
luc
627052ceeb
Add basic authentification and OTA update
...
only web update is supported
2015-11-14 21:48:35 +08:00
luc
7ef83d1237
Sync with latest change for SSID type
...
SSID changed from char * to String so need to adjust new type
2015-11-10 14:06:06 +08:00
luc
a8fd5e06b6
Fix the ESP crash after first flash
...
seems wifi_set_phy_mode need to be set before anything
2015-11-02 19:26:47 +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
62eb43de8e
Add some sanity check / update readme with board
...
show how board is connected it Davinci
2015-10-29 13:24:59 +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
1ffcb54c6e
Fix typo issue - no extra settings menu active
2015-10-25 09:20:52 +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
3cbb3fc14e
Fix typo issue
2015-10-23 16:18:18 +08:00
luc
eae00a3648
Display total space, used space and % occuped
...
in file manager for SPIFFS
2015-10-23 11:58:19 +08:00
luc
b2f8ab93bc
Change EEPROM begin/end to be sure it is open
...
Update print_config
2015-10-22 21:38:52 +08:00
luc
fa9b87f734
Add command for SSID/PASSWORD/AP or STA/DHCP or STATIC
...
[ESP100]<SSID> : SSID
[ESP101]<Password> : Password
[ESP103]STA : Station mode
[ESP103]AP : AP mode
[ESP103]STATIC : IP Static
[ESP103]DHCP : use DHCP
2015-10-21 21:21:59 +08:00
luc
65ec16f4d5
Add RESET/CONFIG/SAFEMODE to command line
...
[ESP444]RESET will set default values to EEPROM and restart module
[ESP444]CONFIG will display EEPROM but password
[ESP444]SAFEMODE will switch to safe mode = default mode but without
modifying EEPROM and no restart
2015-10-21 20:38:07 +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
65a68a91cd
Typo issue for previous fix
...
move all in one location
2015-10-20 14:07:49 +08:00
luc
c8ebad5231
fix some size on 64K printer.tpl
...
to avoid UI moving when status change
2015-10-20 13:56:41 +08:00
luc
01d4fc007c
Add support to catch SD File list
...
Due to memory constraint limit to 70 entries of 30 char max =~2K
also add a time out if cannot catch end of list within 30s
/SDFILES is a JSON file with the list - UI not defined yet
2015-10-20 13:28:15 +08:00
luc
86a9b77f26
Fix missing home button for 64K SPIFFS tpl
...
update printer.tpl to add missing command / update screenshot
2015-10-20 13:14:24 +08:00
luc
a08ba29ef7
Optimize printer.tpl for 64K SPIFFS
...
Remove all fancy and keep only functionnal
2015-10-19 21:39:26 +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
ad4ac02d69
Remove debug message to follow heap size
2015-10-19 14:54:47 +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
luc
10e3cf1674
Fix typo issue - bad copy and past SIG
2015-10-09 22:28:46 +08:00
luc
61ee21a423
Use better ESP8266 check to compile on all ESP8266
...
as now I can test on NodeMCU 1.0 also
2015-10-02 12:25:43 +08:00
luc
beca36448f
Add IP query command and Module reset command
...
"[ESP111]<pre display>" show IP with <pre display> command
"[ESP111]" will show 192.168.x.xxx
"[ESP111]M117 " will show M117 192.168.x.xxx
"[ESP888]RESTART" will show RESTART and restart module
2015-09-30 14:50:58 +08:00
luc
d663f62605
Better restart
...
Add 30s progress to ensure restart is finished
Hide restart boot loader message redirecting serial output
2015-09-16 17:46:36 +08:00
Luc
283270f660
Add support for captive portal
...
Need to comment DEBUG and DEBUG_OUTPUT in DNSServer.cpp
2015-09-07 21:26:31 +08:00
Luc
9c04635e15
Enable mDNS for SoftAP
...
as now feature is working
2015-09-07 20:07:02 +08:00
luc
57b6fb2131
Remove yield calls
...
they are useless and may bring some conflict in loop
2015-09-02 15:10:32 +08:00
luc
e281d1073f
Use FPSTR instead of progmem2char
2015-09-02 13:23:56 +08:00
luc
9e950752e9
Fix adjust error/status/info closer to label
2015-08-19 18:32:09 +08:00