Skip to content

Instantly share code, notes, and snippets.

View unsalted's full-sized avatar

Nick Meehan unsalted

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@unsalted
unsalted / form_lab_printing.md
Last active April 3, 2017 03:12
Documentation for printing with the Form Lab 2 printer

Form lab 2

Printing, curing, finishing

Created: April 17, 2017

All instructions are on the Formlab Website

PRE-PRINT

SLA machines print a solid, dense model but if the print is not intended to be a functional part hollowing the model significantly reduces the amount of material needed as well as print time. If you hollow a part a drain or releif hole is required, otherwise your part may explode.

@unsalted
unsalted / aurelia.json
Last active May 11, 2017 21:58
Can't get noble to load using aurelia cli
{
"name": "printed-electron",
"type": "project:application",
"platform": {
"id": "web",
"displayName": "Web",
"output": "scripts",
"index": "index.html",
"baseDir": "."
},
@unsalted
unsalted / AutoPi.md
Last active November 2, 2018 23:10
AutoPi Setup

PI Setup

NVM install

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

Install Node 8 lts

nvm install 8

Odas install

Scooby 16.04

Nvidia driver

sudo add-apt-repository ppa:graphics-drivers

sudo apt-get install nvidia-396 nvidia-modprobe;