Commit Graph

489 Commits

Author SHA1 Message Date
peteruithoven f8032d7411 Merge branch 'develop' 2017-06-23 12:36:16 +02:00
peteruithoven 2acb06c3ed Adding forgotten grunt task to make file: template
@companje This would add build info, create main.js.out which was used in later concat tasks. Without this task the final code would lack the main.js code.
2017-06-23 12:28:35 +02:00
peteruithoven daed62937c Merged master into develop 2016-07-26 15:24:38 +02:00
peteruithoven 058fff8b34 Handle multiple tags in buildinfo 2016-06-15 14:50:09 +02:00
peteruithoven 28808078ad Enable using common npm start script 2016-06-15 14:49:46 +02:00
peteruithoven 4e18fa0f56 Execute new gitinfo in OpenWRT build 2016-05-11 13:28:44 +02:00
peteruithoven 225a173da7 Altered Build/Compile to run from shared folder
so grunt can access git info
2016-05-11 13:28:15 +02:00
peteruithoven d2bc62b092 Fix stopping while sending
Fixes https://github.com/Doodle3D/WiFi-Box/issues/9
2016-05-11 12:22:54 +02:00
peteruithoven 28ce8ff479 OpenWRT Build/Prepare fix
Copy js files to build dir so grunt can use them
Relevant for #307
2016-05-10 16:06:27 +02:00
peteruithoven fbcdaad54a Fix OpenWRT makefile Build/Compile step
Fixes #307
2016-05-10 15:21:49 +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 8f0943a53b Update license-spec.lua for changed directory structure. 2016-02-12 17:06:03 +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
peteruithoven 25c51c3e5c settings log level layout 2016-01-06 16:11:34 +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
peteruithoven 969178b096 Merge branch 'develop' 2015-06-17 14:27:28 +02:00
peteruithoven 58ad430e13 404 responsive 2015-06-15 17:47:00 +02:00
Arne Boon a7d253203a wanhao duplicator 4 printer type r2x heated bed support 2015-06-10 17:46:00 +02:00
Arne Boon 38b43e5263 add filament thickness to printer settings panel to make it configurable per printer type 2015-06-09 17:13:36 +02:00
peteruithoven 9a24230112 404 page fixes 2015-06-05 14:19:10 +02:00
peteruithoven a823c4cc25 Removed Scan & Trace button
Doesn’t seem to be used, there is already a Photo Guide button.
2015-06-03 12:05:59 +02:00
peteruithoven 6835a7056c Merge branch 'master' into develop 2015-06-03 12:04:16 +02:00
Rick Companje 8d2d4a9f57 makefile & logo click url 2014-12-19 21:13:22 +01:00
Rick Companje 2fba2b34a1 filemanager refresh 2014-12-17 10:02:46 +01:00
Rick Companje 95f5ce97b5 manage sketches and file manager 2014-12-17 09:45:40 +01:00
Rick Companje 31b16b2a3f finished viewer 2014-12-10 15:21:17 +01:00
Rick Companje 18d1aacc71 fixed issue #261 (scroll overflow) 2014-12-10 08:55:31 +01:00
Rick Companje 58b930cefa started with file manager / viewer 2014-12-09 21:13:39 +01:00
Rick Companje c6b6a3c448 fixed aspect-ratio bug for photo guide 2014-12-05 16:16:54 +01:00
Rick Companje 3d99c146a0 added a button for importing photos for tracing by hand 2014-10-09 16:24:24 +02:00
Wouter R 27e794876b Merge branch 'develop' of github.com:Doodle3D/doodle3d-client into develop 2014-06-05 19:53:07 +02:00
peteruithoven 6202f9febd Merge branch 'develop' 2014-05-28 17:49:35 +02:00
peteruithoven 53843f499c Fix #246. Assume ap created when empty network status 2014-05-22 13:58:24 +02:00
peteruithoven 953d50e5fc 404 style fixes 2014-05-14 17:49:05 +02:00
peteruithoven 72d2e859f7 iOS Captive portal fix 2 2014-05-14 17:28:51 +02:00