Controller for the Tipibot
Change settings in ArduinoCreateAgent.app/Contents/MacOS
to add allowed origins :
- refactor Plot (SVG plot is not relevant)
- Polargraph sends penUp() every 30 secs of inactivity to keep the tipibot awake, add this in settings?
npm install
- then
npm start
will not start immediately since custom paper types must be installed - copy the custom paper types from
libs/paper-types.index.d.ts
tonode_modules/@types/paper/index.d.ts
:cp libs/paper-types.index.d.ts "node_modules/@types/paper/index.d.ts"