Skip to content

Instantly share code, notes, and snippets.

//STL to OpenSCAD converter
//This code will read an STL file and Generate an OpenSCAD file based on the content
//it supports both ASCII and Binary STL files.
//from https://www.thingiverse.com/thing:1383325
var reader;
var progress = document.querySelector('.percent');
var vertices = [];
var triangles = [];
var modules = '';
#g810 led profile
g logo 000096
g indicators ffffff
g multimedia 009600
g fkeys ff00ff
g modifiers ff0000
g arrows 009696
g numeric 00ffff
g functions ffffff
@Timvd
Timvd / tmux.conf
Last active February 20, 2018 14:37 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
set -g prefix `
bind ` send-prefix
bind - split-window
bind \ split-window -h
bind | split-window -h
bind b setw synchronize-panes on
bind B setw synchronize-panes off