Skip to content

Instantly share code, notes, and snippets.

View makevoid's full-sized avatar
:atom:
coding

Francesco 'makevoid' Canessa makevoid

:atom:
coding
View GitHub Profile
@makevoid
makevoid / stampa_3d.md
Last active August 29, 2015 13:56
Stampa 3D FDM
@makevoid
makevoid / Guardfile
Created June 29, 2014 07:14
Simple guardfile sor sass + livereload
guard 'sass', input: 'sass', output: 'public/css'
guard 'livereload' do
watch(%r{public/css/.+\.(css)})
end
@makevoid
makevoid / keybase.md
Created August 4, 2014 22:57
Keybase - makevoid identity

Keybase proof

I hereby claim:

  • I am makevoid on github.
  • I am makevoid (https://keybase.io/makevoid) on keybase.
  • I have a public key whose fingerprint is 2D2A 083E 9F62 2689 B0BC BFD5 C91F 74EE BBED 0E1C

To claim this, I am signing this object:

@makevoid
makevoid / onename.io.txt
Created August 5, 2014 22:29
onename.io
Verifying myself: My Bitcoin username is +makevoid. https://onename.io/makevoid
@makevoid
makevoid / readme.md
Created October 3, 2014 10:23
liracoin idea / readme

Liracoin

http://liracoin.it

oops I registered the domain? and now? should we make a sidechain, a coloured coin? an asset on counterwallet?

please see bitcoin.org in the meantime, that's a system/value that works!

@makevoid
makevoid / jsonr.rb
Created November 4, 2014 17:45
Simple wrapper around Excon with json parsing included
# Simple wrapper around Excon with json parsing included
#
#
# Make a JSON get request:
#
# JSONR.get("http://echo.jsontest.com/quill/awesome/very/bacon")
# # => {"quill"=>"awesome", "very"=>"bacon"} # it returns a hash
#
#
# Use the pipelining api:
@makevoid
makevoid / 3d_printing_supplies.md
Last active August 29, 2015 14:12
3d printing supplies
@makevoid
makevoid / gcode_translate_tool.html
Last active August 29, 2015 14:13
G-Code translate tool - Export from RhinoCAM (export using Mach 2), mill/use with RepRap CNC - Marlin / grbl firmware - download and open in Chrome/Firefox
<h1>G-Code translate tool</h1>
<p>Rhinocam -> Marlin (RepRap)</p>
<form>
<input type="submit" value="Translate">
<textarea name="input" placeholder="Paste GCODE in here">
G00 Z2.0000
X52.3045 Y18.9823
G01 Z2.0000
X53.7294 Y15.1116
// 137.5 gradi
j = 150;
z = 170;
z_scale = 35;
union() { // unisci tutto
for ( i = [0 : j] ) // ciclo
@makevoid
makevoid / eccentric_spacer.scad
Created February 7, 2015 17:26
Eccentric spacer makerslide / openbuilds - open hardware expensive piece - plastic prototype
// Eccentric Spacer - Makerslice compatible
// as per http://www.buildlog.net/sm_laser/drawings/b18001_rev_3.pdf
//
// CC-BY-SA Licenced under Creative Commons-Share Alike 3.0 Licence
//
//
// modified by @makevoid for more generic m5 spacer - metric - 4 in the same plate (make sure your retraction is enabled and works well)
//
// http://openbuildspartstore.com/eccentric-spacers/
//