View moai_fridge_magnet.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
moai_statue = "moai-small-no_overhang.stl"; | |
magnet_dia = 32.2; //33 too big |
View giant_moai_statue.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
moai_statue = "moai-small-no_overhang.stl"; | |
moau_plug = "giant_moai_plug.stl"; |
View carabiner_guide.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
thickness = 7; | |
bevel_thickness = 1; | |
bevel = 1.1; |
View gist:b3da018027068fb6d719282e7d9fb1d1
This file contains 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
=== Problem I am trying to solve ==== | |
Currently, creators who freely share or sell their models for 3D printing have no simple license | |
That allows their customers to sell their creations for profit and share the proceeds with the creator. | |
I propose the following license idea | |
Note: There will not be versions this will be a DRAFT until finalized then it will never change | |
==== Give and it Shall be Given license (DRAFT) === | |
==== (GSG for short) === |
View christmas_frame.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
base_thickness = 1; | |
base_width = 215; | |
base_height = 210; |
View bunny_01_stamp.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
stamp_knub = "stamp_knub.stl"; | |
knub_height = 10; | |
knub_radius = 10; |
View dinosaur_frame_matt.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
base_thickness = 1; | |
base_width = 215; | |
base_height = 210; |
View dinosaur_01_crossing_magnet.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
size = 50; | |
corner_radius = 5; | |
sign_height =8; |
View dinosaur_01_crossing_sign.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
size = 85; | |
corner_radius = 7.5; | |
sign_height = 2; | |
svg_height = 0.45; |
View corgi_crossing_magnet.scad
This file contains 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
// | |
// Created by Patrick Bailey iQless.com | |
// | |
//////////////////////////////////////// | |
$fn=200; | |
size = 50; | |
corner_radius = 5; | |
sign_height =8; |
NewerOlder