Skip to content

Instantly share code, notes, and snippets.

View andymeneely's full-sized avatar

Andy Meneely andymeneely

View GitHub Profile
@nonsintetic
nonsintetic / tronxy-pla-s3d.txt
Created July 10, 2017 10:06
TronXY X1 - Simplify3D generic settings for PLA
Extruder:
- Nozzle Diameter: 0.40mm
- Extrusion Multiplier: 1.00 (can fiddle with this: if you get holes in top layers - increase, if you get blobs and the head digs into the current layer - decrease)
- Extrusion Width: auto
- Retraction:
- Distance: 4-6mm or less even
- Extra Restart Dist: 0.5
- Vertical Lift: 0
- Retraction Speed: 3000
- Coast at end - enabled - 0.1mm
@corilam
corilam / style.css
Created September 6, 2016 04:33
Center Tabs in Foundation 6
.tabs-title {
float:none !important;
display:inline-block;
}
.tabs {
text-align:center;
}
@jbroadway
jbroadway / Slimdown.md
Last active February 5, 2024 10:43
Slimdown - A simple regex-based Markdown parser.
@geoffyoungs
geoffyoungs / cairo-pango-fancy-text.rb
Created March 11, 2011 13:45
Simple text effects for cairo/pango rendered text
require 'cairo'
require 'pango'
width, height = 600, 600
surface = Cairo::ImageSurface.new(:argb32, width, height)
cr = Cairo::Context.new(surface)
cr.save do