peteruithoven
d2bc62b092
Fix stopping while sending
...
Fixes https://github.com/Doodle3D/WiFi-Box/issues/9
2016-05-11 12:22:54 +02:00
Wouter R
4a3da30ebd
Log git/version information in web console ( #305 ).
...
The information is dynamically inserted when grunt is run.
2016-04-23 17:36:35 +02:00
Wouter R
533968bb04
Stability fixes on unstable network ( #304 ):
...
- when a sequence number mismatch is received and the wifibox expects the chunk immediately following the current one, skip ahead; this often happens after a network disconnect.
- retry sending a print part when the wifibox was disconnected (i.e. checkStatus failed and set state to WIFIBOX_DISCONNECTED_STATE).
2016-04-19 18:03:52 +02:00
Wouter R
0a9ceee49a
Log statement fixes.
2016-04-19 18:03:17 +02:00
Wouter R
50d964e611
Change several log statements for Safari to print on one line instead of multiple.
2016-04-19 00:28:55 +02:00
Wouter R
656e37670e
Log more information on AJAX failure and explicitly log when buffer is full.
2016-03-11 15:49:32 +01:00
Wouter R
4752199cfb
Remove outdated comment.
2016-02-17 18:52:17 +01:00
Wouter R
c742740078
Include sequence numbers in console.log message when sending print.
2016-02-14 17:29:23 +01:00
Wouter R
578fba4f63
Sequence numbering + stop button:
...
- send sequence numbers along with gcode to wifibox;
- remove 'disable stop button hack';
- show error to user in case of sequencing errors, except when in stopping state.
Should fix #226 .
2016-02-14 17:13:13 +01:00
Wouter R
bca548def5
js/Printer.js: partly clean up sendPrinterPart.
2016-02-14 16:42:21 +01:00
Wouter R
a5d3e88f0a
js/Printer.js:
...
- change this.sendLength to Printer.MAX_LINES_PER_POST;
- re-order object variable declarations.
2016-02-14 16:21:52 +01:00
Wouter R
456531b15f
Change 'first' parameter of printer/print call to 'clear'.
2016-02-14 00:37:17 +01:00
Wouter R
4f5e1143b4
Send total number of lines to be printed along with every gcode chunk.
2016-02-13 23:45:48 +01:00
Wouter R
a9f7fe1c78
Use bufferSize and maxBufferSize from printer progress to wait until buffer load drops below given ratio after buffer_full has been received.
2016-02-12 17:34:05 +01:00
Wouter R
5c07947fe5
Code refactoring.
2016-01-06 20:35:19 +01:00
Wouter R
d48944e448
Add checkbox for new setting 'printer.bottomEnableTraveling'.
...
Implement bottom layer traveling in GCode generation as well as sketch rendering.
2016-01-06 19:26:07 +01:00
Wouter R
46bcd54a1a
Only show warning about verbose logging when level is set to verbose or bulk.
...
Small improvements to when log level warnings are shown.
2016-01-06 16:38:59 +01:00
Wouter R
c2f5f890c7
Add dropdown menu to settings window for log level selection with appropriate warnings.
2016-01-06 14:25:17 +01:00
peteruithoven
09fcdbea31
Month fix #294
2015-09-15 10:42:45 +02:00
Arne Boon
a7d253203a
wanhao duplicator 4 printer type r2x heated bed support
2015-06-10 17:46:00 +02:00
Rick Companje
95f5ce97b5
manage sketches and file manager
2014-12-17 09:45:40 +01:00
Rick Companje
3d99c146a0
added a button for importing photos for tracing by hand
2014-10-09 16:24:24 +02:00
peteruithoven
53843f499c
Fix #246 . Assume ap created when empty network status
2014-05-22 13:58:24 +02:00
peteruithoven
0acf442a46
Corrected updated status text
2014-03-14 12:23:57 +01:00
peteruithoven
64d1c32f09
Wait slightly longer before wrong printer type warning
2014-03-12 16:30:37 +01:00
Wouter R
ee6bab1c5a
Change message.set() to set html instead of text.
...
Move message div to appear on top of logo and dialog overlays.
Minor text modifications.
2014-03-06 13:43:08 +01:00
Wouter R
2eaf21a030
Display hint about wrong printer type setting if connecting takes longer than 15 seconds.
2014-03-05 23:06:23 +01:00
Wouter R
e050c8e080
Add connecting state.
2014-03-05 22:34:28 +01:00
Wouter R
2457ce656e
Code formatting.
2014-03-05 13:49:15 +01:00
Wouter R
9a620fd9ce
Display more specific texts in update panel.
...
Fix minor bugs in update code.
Display release dates of updates.
2014-02-25 21:08:29 +01:00
Wouter R
0b52f928ca
Show different text when able to switch from beta to stable release.
2014-02-24 17:26:34 +01:00
Wouter R
afb279fbc7
Whitespace fixes.
2014-02-24 15:58:50 +01:00
Wouter R
ce489112e8
Add button to include/exclude beta releases.
2014-02-24 15:48:39 +01:00
peteruithoven
daba2ef1c6
hack: delay preheat to have a proper connection with printer
2014-02-12 17:27:41 +01:00
peteruithoven
90d1a80355
Merge branch 'NetworkPanel-refactor' into develop
2014-02-10 16:01:45 +01:00
peteruithoven
017020194f
Decoupled substituted ssid & setting new settings locally again
2014-02-10 15:35:02 +01:00
peteruithoven
d432c00336
Removed old checks
2014-02-10 15:04:04 +01:00
peteruithoven
d8dea626fe
Small fixes
2014-02-10 14:54:24 +01:00
peteruithoven
079ed5a164
Moved retrieve printer types list to PrinterPanel
2014-02-10 14:54:07 +01:00
peteruithoven
05e49a54ff
Remove inheritance logic, use FormPanel instead
2014-02-10 14:53:34 +01:00
peteruithoven
1394a28c18
Adding more methods to FormPanel
2014-02-10 14:51:37 +01:00
peteruithoven
03491999c6
Using FormPanel in SettingsWindow
...
removing duplicate code
small name refactoring for consistency
2014-02-10 14:49:47 +01:00
peteruithoven
cc814bc827
Less logging
2014-02-10 14:46:23 +01:00
peteruithoven
16078d3478
Moved retries out of API classes
2014-02-10 14:44:17 +01:00
peteruithoven
eaed4c9efc
Using cgibin for saving configuration again
2014-02-07 14:37:06 +01:00
peteruithoven
c058f40b8b
Small FormPanel fixes
2014-02-07 12:35:50 +01:00
peteruithoven
1dbbf0c88c
Communicating networkMode to UpdatePanel
2014-02-07 12:35:15 +01:00
peteruithoven
fd8520698e
Restored signing after settings submit
2014-02-07 12:32:35 +01:00
peteruithoven
652192d42d
Less logging
2014-02-04 22:56:58 +01:00
peteruithoven
932ad198ec
Refactored PrinterPanel into using FormPanel superclass
2014-02-04 21:06:25 +01:00