Commit Graph

152 Commits

Author SHA1 Message Date
3178f3074f add spiral example gcode 2020-03-19 13:44:31 +03:00
f4f88b9196 [Board] fix some issues
1. change 5vboost output capacitor to 68 uF
2. change ATMega crystal to 12MHz
2020-03-19 13:28:01 +03:00
f5aa88fcf9 [App] use current window's hostname for api calls 2020-03-19 13:24:05 +03:00
6b2d4155d4 [App] update deps 2020-03-19 13:17:39 +03:00
63b1395bb2 [ESP] WiFi.reconnect() when connecting to the ap 2020-03-19 12:48:27 +03:00
c13d115a76 [AVR] initialize pen before everything else 2020-03-19 12:48:05 +03:00
8fa441e1f0 remove pen hotfix
now with proper power it should work
2020-03-19 12:47:51 +03:00
50139188dc enable12v with a delay 2020-03-19 12:47:25 +03:00
74e42450f1 use MiniCore for ATMega 2020-03-19 12:47:13 +03:00
5a9496e222 slow down i2c because it didn't work at 1MHz ATMega 2020-03-19 12:46:54 +03:00
c48567645d Merge pull request #3 from usaatyuk/5vboost
5V boost for servo
2020-03-18 11:18:24 +03:00
a3cbf55e50 5vboost working 2020-03-18 11:17:32 +03:00
2171fee049 add a BOM 2020-03-17 17:35:27 +03:00
470aa47ab2 make penHolder hinge gap smaller again
(because otherwise servo horn could break it)
2020-02-02 15:13:41 +03:00
727e2e3a2e change 5vboost inductor to smaller 2020-01-28 15:34:19 +03:00
eb40277e3d rubber band tensioner for pen holder 2020-01-26 16:28:19 +03:00
7c3327c195 more detailed egg holder design 2020-01-26 13:00:11 +03:00
3961c55df7 v1.4 beta board
(added a 5v boost converter to the board)
2020-01-03 18:22:56 +03:00
fde888f803 add 5v boost schematic 2020-01-03 17:45:56 +03:00
4881240ad2 Merge pull request #1 from usaatyuk/dependabot/npm_and_yarn/App/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3 in /App
2019-12-29 23:08:58 +03:00
dependabot[bot]
0d9244e6e3 Bump handlebars from 4.1.2 to 4.5.3 in /App
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 17:25:03 +00:00
9a9df9cdcf specify servo lib as a dependency 2019-10-23 23:20:49 +03:00
854251bfd2 fix case pcb stand size 2019-09-14 09:01:40 +03:00
a2fdb73346 tighter bearing tolerance 2019-09-13 12:46:14 +03:00
26408bddde return actual battery voltage in status 2019-09-07 14:36:41 +03:00
1df9fede9d better web app layout 2019-08-07 11:17:06 +03:00
fb1ed0515f serve the webapp from esp8266 2019-08-06 17:59:47 +03:00
ccde6e8ae5 why did i even think of THAT? 2019-08-06 12:25:06 +03:00
6e451b3b9a fix servo glitches on low voltage 2019-08-06 11:49:56 +03:00
e3e5b2cc5d some minor tweaks 2019-08-06 11:45:50 +03:00
effbfbad2a pen engaged smaller angle 2019-08-05 22:05:57 +03:00
48924622ab fix one weird bug 2019-08-05 20:07:56 +03:00
cfbfac6cb7 v1.3f some changes to the schematic 2019-08-05 18:42:35 +03:00
1be3dce80d await for setState 2019-08-05 11:47:58 +03:00
33bfe9d0d3 a simple gcode visualiser 2019-08-05 11:35:14 +03:00
348d6e80c8 gcode parser thing 2019-08-05 11:04:59 +03:00
17891a2a64 basic gcode sender thing 2019-08-03 14:27:13 +03:00
73af651ac4 getStatus api 2019-08-03 10:45:35 +03:00
cd93c7b6e1 webapi returns an actual status message 2019-08-02 21:57:29 +03:00
27a6887d92 setup a web app 2019-08-02 21:45:01 +03:00
c0836e005f putCommand api 2019-08-01 21:35:55 +03:00
25ad9e46cb make a QueueManager 2019-08-01 21:29:14 +03:00
62e86aa4c2 a basic web server 2019-07-31 19:42:53 +03:00
de36bbbd4b feature to set feedrate 2019-07-30 21:56:09 +03:00
f1c26251f6 status now always reports position 2019-07-29 22:03:22 +03:00
4d15c1e5ff basic wifi thingy 2019-07-26 20:33:03 +03:00
efd7f59a31 command queue, default settings 2019-07-26 19:56:10 +03:00
dacbdb33c9 store config in "eeprom" 2019-07-25 19:16:50 +03:00
76a4bc6b76 config manager thingy, local commands
use std::string as much as possible
2019-07-25 17:52:04 +03:00
eca88cdafb more efficient args parsing 2019-07-24 19:35:14 +03:00