Luc
296d8574af
Update README.md
2016-08-05 10:06:20 +02:00
luc lebosse
c57695fba8
add missing highlight for fan/bed/ext1/ext2
2016-07-25 08:54:27 +02:00
luc lebosse
809a0d790e
Add list for Extruder list in position bar
2016-07-23 22:21:42 +02:00
luc lebosse
360bc658c2
add position bar
2016-07-23 21:59:51 +02:00
luc lebosse
2f998c7d40
fix typo
2016-07-23 21:13:09 +02:00
luc lebosse
fe6e6c7ada
code cleaning
...
fix blur under OSX for buttons
move position of JOG as position bar won't be part of Jog svg
move style in one place
2016-07-23 21:11:54 +02:00
luc lebosse
b55a7abf7b
add hotspot class for fan/bed/ext1/ext2 icon
...
to show it is clickable item
2016-07-23 11:13:42 +02:00
luc lebosse
839fcb6eba
fix display when moving mouse clicked
...
no more selection
no highlight of jog/button
2016-07-23 09:24:50 +02:00
Luc
f44c98256d
Update thumb position if input change
...
fix bug with auto up/down
2016-07-23 01:19:58 +02:00
luc lebosse
9a85d3046c
Integrate new range customized
2016-07-22 18:22:19 +02:00
luc lebosse
9ab4bfdc5e
fix bug for cursor position if min value is not 0
2016-07-22 15:15:16 +02:00
luc lebosse
bbd16f6d2f
add min max boundaries for range
...
add function to set cursor position based on value
2016-07-22 11:00:44 +02:00
luc lebosse
2dea6fe379
code cleaning
...
Use same method as button for home button - so rendering is now
identical
remove css part for range as not working under IE and Safari 5
will use div / svg and javascript instead
2016-07-21 21:22:54 +02:00
luc lebosse
4830bf3911
better support for safari 5
...
safari 6 / 7 not tested
2016-07-21 20:06:26 +02:00
luc lebosse
79300f40ab
add custom slider using javascript
2016-07-21 16:13:50 +02:00
luc lebosse
445d7b7a5e
Add first template for repetier style
2016-07-19 21:39:11 +02:00
luc lebosse
ca230c5fdc
Fix bug introduced with new JSON for SD Files
2016-07-12 15:17:59 +02:00
luc lebosse
25cce3a70f
Fix display issue in firefox
...
Fix sendcommand function to set as GET instead as POST as new ESP core
is less permissive and do not take GET argument in POST request anymore
change FW version for tracking
2016-07-12 15:03:14 +02:00
luc lebosse
fda0657369
Fix time out limit
...
previous time out were based on previous method not millis()
2016-07-12 14:59:45 +02:00
luc lebosse
1955fd4c61
Fix typo blocking file download in file manager
...
orz...
2016-07-12 11:17:22 +02:00
luc lebosse
794ab9ec1b
Support of subdirectories in SPIFFS
...
Allows navigation as normal Filesystem
add /delete directory
parse directory tree
allows user to upload/delete in /user directory only when admin has full
access
2016-07-11 23:48:54 +02:00
Luc
dec26403b3
Change restricted directory to /user
...
/macro may no be good idea - /user is more generic and match the purpose
2016-07-09 23:51:41 +02:00
Luc
0f13b7b7b0
Allow user to upload macro files
...
user is limited to /macro directory for upload/delete
admin has full access
2016-07-09 22:57:20 +02:00
luc lebosse
7c0afb3f0c
Add ESP700 command
...
Send file line by line from SPIFFS: [ESP700]<file name>
for macro purpose
2016-07-08 15:48:01 +02:00
luc lebosse
b7afbafb52
Fix compilation error ....orz
2016-07-04 18:09:02 +02:00
luc lebosse
a1d2d238c8
Fix display when no Authentication is set
...
hide login/password menu and pages access
2016-07-04 17:58:26 +02:00
luc lebosse
5296770703
Allow to have admin and user authentication
...
admin is for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
2016-07-04 17:27:03 +02:00
luc lebosse
3575652099
Cleaning code as urlDecode is automatically done now
...
thanks @me-no-dev for pointing out
Change version for tracking latest changes
2016-07-04 10:39:04 +02:00
luc lebosse
b1456df090
Use new chunked feature
...
this feature give an average gain of +65% of speed for dynamic pages
2016-07-04 10:04:32 +02:00
luc lebosse
2ac89dc6a7
Use ESP core urlDecode function instead of mine
2016-07-03 18:30:24 +02:00
luc lebosse
6935617f17
Better icon for delete
...
use trash icon instead of cross
2016-06-29 19:05:51 +02:00
luc lebosse
3d92f78eca
Fix SD File listing incomplete as still processing
...
Separate M20 command from file listing to give time to get the complete
file list before sending the list
Change SDK function system_get_time and wifi_get_opmode to use wrapper
ones and avoid to include user_interface.h if not necessary
2016-06-29 18:42:00 +02:00
Luc
41d319bed8
Update README.md
...
add compilation condition references
2016-06-28 13:38:23 +02:00
luc lebosse
3975f5ecd0
put back mDns feature by default
2016-06-28 13:33:39 +02:00
luc lebosse
0f1623d548
Rewrite SDUpload
...
Fix issues with repetier which check code when cpoy to SD
remove unused variables
add log function for debug
2016-06-28 13:28:59 +02:00
luc lebosse
015dd91bc3
Comment unused variable
2016-06-28 13:26:49 +02:00
luc lebosse
790a6f07f4
Remove multiple tag for upload for FW and SDFile
...
should allow only one file at once for FW and for GCODE
2016-06-28 13:26:35 +02:00
luc lebosse
bc14f45092
fix uninitialized variable
2016-06-28 13:25:13 +02:00
Luc
6728d8a1cc
Add proper progress bar for SD files/local files/FW
...
Now display % of upload
2016-06-21 11:10:09 +02:00
Luc
6d73f3a9f2
Add SD files transfert
...
First pass - may need fine tune
2016-06-19 20:32:11 +02:00
luc lebosse
22af45d69f
Use ESP.getFreeHeap() instead of SDK function
...
Add free mem in config report
2016-06-16 21:47:48 +02:00
luc lebosse
d7b1e486e2
Add signal strength in config report
...
useful when debugging without web UI
2016-06-15 19:29:04 +02:00
luc
b4b936ce11
update todo
2016-06-09 13:06:48 +02:00
luc
35dacd2eed
update travis
...
typo issue
2016-06-09 12:58:04 +02:00
luc
713d4764fb
Change name to ESP3D
...
Thanks to @openhardwarecoza and @TRoager for the idea and feedback
2016-06-09 10:23:20 +02:00
luc
700f395cab
Fix #95 Sd list is not working with smoothie
...
due to output format difference
2016-05-16 16:29:48 +02:00
luc
352740156c
Add basic support for SMOOTHIEWARE
...
support for Speed / flow / error/info/warning
2016-05-14 18:48:37 +02:00
Luc
66c1595869
Update README.md
...
Add missing link to RADDS pictures
2016-05-14 16:09:17 +02:00
Luc
ba88ae6087
Update README.md
...
put back wires pictures
2016-05-13 17:00:55 +02:00
Luc
a21215a088
Update README.md
2016-05-10 20:00:07 +02:00