Build Plate Library for Customizer

280
Downloads
1584
Views
Published on January 23, 2013

Description

Use this to easily include a build plate into your Customizer scripts so it's easy to see how big your customizable thing is.

Instructions

To include a build plate selector in your Customizer script, use utils/build_plate.scad and include the following code:

//for display only, doesn't contribute to final object
build_plate_selector = 0; //[0:Replicator 2,1: Replicator,2:Thingomatic,3:Manual]

//when Build Plate Selector is set to "manual" this controls the build plate x dimension
build_plate_manual_x = 100; //[100:400]

//when Build Plate Selector is set to "manual" this controls the build plate y dimension
build_plate_manual_y = 100; //[100:400]

build_plate(build_plate_selector,build_plate_manual_x,build_plate_manual_y);
Tags
This Thing has no tags.
Report as inappropriate

You must be logged in to post a comment.