This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************** | |
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): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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] |
NewerOlder