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
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
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
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
peteruithoven
59c26a6713
Less logging
2014-02-04 12:51:31 +01:00
peteruithoven
58eec424df
Less logging
2014-01-20 12:58:21 +01:00
peteruithoven
4185865289
Less logging
2014-01-18 17:45:23 +01:00
peteruithoven
7f5079d2cb
Removed debug status message
2014-01-18 15:41:09 +01:00
Wouter R
d634f2e9c3
Merge branch 'text-experiment' into develop
...
Conflicts:
js/Help.js
js/buttonbehaviors.js
js/main.js
js_src/Keyboard.js
js_src/Shape.js
js_src/verticalShapes.js
www/index.html
2014-01-17 13:21:02 +01:00
Rick Companje
0ad800b021
removed files
2014-01-09 18:10:54 +01:00
Adriaan Wormgoor
4ec660fd74
overhaul of client files to 'www' dir. This dir will now as a 'bin' dir of sorts. Outside of the 'www' dir there will be old files, temp files and also shell scripts which support continuous compilation and minification of css and js files
2013-10-21 11:40:38 +02:00
peteruithoven
10724b1746
Messages! Showing info about buffering, connection to wifibox and printer
2013-10-18 19:11:10 +02:00
peteruithoven
46d2ae4bfc
Leave warning while sending
2013-10-18 16:38:20 +02:00
peteruithoven
b1ded5d41b
Removing confirm
2013-10-16 18:32:24 +02:00
peteruithoven
d5aef3bf95
stop status checks on override and start them again when there is a first response
2013-10-16 18:27:17 +02:00
peteruithoven
9ab36d999e
reset the status check when printer state is overruled
2013-10-16 18:27:17 +02:00
peteruithoven
51e4394491
Slight delay for gcode generation so that display is updated first. Hide stop untill gcode is send completely.
2013-10-14 18:51:37 +02:00
peteruithoven
9fb9ee2bc4
More robust state override
2013-10-14 17:42:23 +02:00
peteruithoven
bd341d6ff7
Also send next gcode part when buffering
2013-10-14 15:09:06 +02:00
peteruithoven
f84b1639d5
Stop sending print parts when print is stopped
2013-10-14 14:55:22 +02:00
peteruithoven
399c55f84f
Only send a start argument with api:printer/print on the first send
2013-10-12 17:46:15 +02:00
peteruithoven
1c930efdf5
Starting print right away, remove some target temp display hacks
2013-10-11 15:34:18 +02:00
peteruithoven
abc9841bc7
Handling new print3d driver (using new api, printer states)
2013-10-11 12:39:05 +02:00
peteruithoven
6c7018a00d
Slightly longer allowed temp mod time
2013-09-18 20:59:35 +02:00
peteruithoven
979403826a
another hack to show targetTemp
2013-09-18 19:20:44 +02:00
peteruithoven
6c7b832a30
update timing hacks
2013-09-18 18:56:57 +02:00
peteruithoven
0b49256fd5
objectHeight and twist fix and temp display fix
2013-09-18 16:59:48 +02:00
Adriaan Wormgoor
95bedd09f1
Thermometer class plus the changes necessary to implement it
2013-09-17 13:08:52 +02:00
Adriaan Wormgoor
3a11106535
code for new printprogressmeter and new thermometer
2013-09-07 17:08:52 +02:00
peteruithoven
c15c023829
Settings refactoring
2013-08-27 15:34:28 +02:00
peteruithoven
96e14615c8
fixed isRemote mode. Pressing stop button brings interface directly in IDLE mode.
2013-08-19 17:55:01 +02:00
peteruithoven
b13f9f541b
When proces can't be retrieved printing = false
2013-08-19 16:52:18 +02:00
Adriaan Wormgoor
93a4bc2fd3
Merge branch 'master' of https://github.com/Doodle3D/doodle3d-client
...
# By peteruithoven
# Via peteruithoven
* 'master' of https://github.com/Doodle3D/doodle3d-client :
Sending end GCode at manual stop
2013-08-16 22:29:46 +02:00
Adriaan Wormgoor
d420bde380
added if-statements for the new variables which are grabbed from the query string (these allow us to enable/disable certain behaviors such as communicating with the wifibox, or being allowed to print)
2013-08-16 22:25:25 +02:00
peteruithoven
4c0e927480
Sending end GCode at manual stop
2013-08-16 19:27:48 +02:00
peteruithoven
7da38d2e98
Did a ajax calls and the gcode sending overhaul/rewrite. All failed calls (temp, process check, preheat, print and stop) are retried automatically. All printer communication is now handled in Printer.js.
2013-08-14 20:54:48 +02:00
peteruithoven
8ec49ed475
Better gcode. autoWarmUpCommand in settings.
2013-08-12 21:54:30 +02:00
peteruithoven
6ea0dd6a84
Added timeout & retry to preheat/heatup
2013-08-12 16:52:31 +02:00
peteruithoven
85d91a2f36
Checking printing progress and disabling/enabling print and stop buttons
...
Cleaning up a bit of the mess
2013-08-09 22:25:14 +02:00
peteruithoven
6df5e255c2
Basic feedback and more control
...
Display temperature
Only show temperature when connected with printer
Move index.html javascript to main.js
stop button (Still having issues in firmware)
OOP style printer control
Added a proxy.php file to forward cross domain posts and get's. (should
not be necessary)
2013-08-07 20:47:47 +02:00