Skip to content

Instantly share code, notes, and snippets.

@Neon22
Neon22 / Flat_Actuators.scad
Last active August 7, 2019 06:44
modified version of file
part = "both"; // [first:Mold Only,second:Stencil Only,both:Mold and Stencil]
/* [Parameters] */
// Load a 100x100 pixel image. (images will be automatically stretched to fit) Simple, high contrast images like logos work best.
Image = "soft_test.png"; // [image_surface:100x100]
//Length of the sides of the square actuator
Side_Length = 50; //[1:100]
//Thickness of the first layer of silicone (Having different thicknesses on the layer will create varying effects)
Layer_1_Height = 4; //[1:4]
//Thickness of the second layer of silicone (Having different thicknesses on the layer will create varying effects)
@Neon22
Neon22 / ship-not-even-wron.scad
Created April 19, 2016 11:08
random spaceship generator for openSCAD
//
// OpenSCAD version of the openCscad tool here:
// - https://github.com/smcameron/opencscad
// User editable parameters
// None yet
//---------------------------------
// Random seed control is critical.
// The seed defines all the variation. Using the same seed will give the same ship.
@Neon22
Neon22 / mobius3a.scad
Created September 5, 2015 07:09
indexed hulls and moebius in OpenSCAD
//This generates a bunch of rods that make a twisted strip
//Resolution of Strip.
number_of_rods = 30;//[20:500]
//Thickness of the wall.
thickness = 4;//[2:0.2:10]
//Height of wall.
length = 100;//[20:200]
@Neon22
Neon22 / chain.scad
Created August 31, 2015 02:19
Updated chain.scad - cleanup,Customizer
/**************
Chain generator
(http://www.thingiverse.com/thing:28405)
Author: Stefan Langemark
Generates open or closed chains with configurable
dimensions. Print without support.
Open chains (two ends):
@Neon22
Neon22 / paths2openscad.inx
Last active September 8, 2015 04:06
Updated to work with non-closed loops
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Paths to OpenSCAD</_name>
<id>command.extrude.openscad</id>
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
<dependency type="executable" location="extensions">paths2openscad.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<dependency type="executable" location="extensions">simpletransform.py</dependency>
<dependency type="executable" location="extensions">cubicsuperpath.py</dependency>
<dependency type="executable" location="extensions">cspsubdiv.py</dependency>
@Neon22
Neon22 / Customizable_Handle.scad
Created August 23, 2015 09:19
Customizable handle formatted for Customizer
// Customizable Parametric Handle with Grip and Guard
// Original design by Makercubed.com
// Modifications and Thingiverse customizer formatting by George W. Poulos
// further mods for shape of handle Neon22
use <utils/build_plate.scad>
/* Customizer */
//preview[view:south east,tilt:top diagonal]