Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D Parametric BRICK generator por dcardin93 no MakerWorld

Descrição

With this model you can generate most of the “BRICKs” to play with. Some bricks have been made as an example.

 

MakerWorld doesn't allow to use trademarks so, i changed the 'O' with a zero in the descriptions.

 

Parameters

ParameterValuesDescription
widthintWidth of the block in studs
lengthintLength of the block in studs. The longest dimension between length and width is automatically re-mapped to length
height Height of the block. A ratio of "1" is a standard LEG0 brick height; a ratio of 1/3 is a standard LEG plate height; 1/2 is a standard DUPLO plate.
typebrick, tile, wing, slope, curve, baseplate, roundWhat type of block should this be
brandleg0, duploWhat brand of block should this be
stud_typesolid, hollowWhat stud type do you want? Hollow studs allow rods to be pushed into the stud.
block_bottom_typeopen, closedOpen blocks are the standard, closed bottom blocks can be used for stacking composite shapes.
include_wall_splinesyes, noShould the block wall include splines? Valid only for an open block bottom type.
horizontal_holesyes, noShould the block include round horizontal holes like the Technics LE.GO bricks have?
vertical_axle_holesyes, noShould the block include vertical cross-shaped axle holes?
wing_typefull, left, rightWhat type of wing? Full is suitable for the front of a plane, left/right are for the left/right of a plane.
wing_end_widthintThe number of studs across the end of the wing. If width is odd, this needs to be odd, and the same for even.
wing_base_lengthintThe length of the rectangular portion of the wing, in studs.
wing_stud_notchesyes, noShould the wing edges be notched to accept studs below?
slope_stud_rowsintHow many rows of studs should be left before the slope?
slope_end_heightintHow much vertical height should be left at the end of the slope?
curve_stud_rowsintHow many rows of studs should be left before the curve?
curve_typeconcave, convexShould the curve be convex or concave?
curve_end_heightintHow much vertical height should be left at the end of the curve?
roadway_widthintIf you want a roadway, how wide should it be (in studs)?
roadway_lengthintHow long should the roadway be?
roadway_xintWhere should the roadway start (x-value)?
roadway_yintWhere should the roadway start (y-value)?
roadway_inverttrue, falseShould the road be inverted? Useful for minifigure display with one row of studs on the middle.
round_radiusintHow many studs should be rounded at the corners?
round_stud_notchesyes, noShould the rounded edges be notched to accept studs below?
dual_sidedyes, noSNOT means Studs Not On Top -- bricks with alternative stud configurations. Put studs on the top and bottom?
dual_bottomyes, noInstead of both sides having studs, both sides can have no studs.
use_reinforcementyes, noShould extra reinforcement be included to make printing on an FDM printer easier? Ignored for tiles, since they're printed upside-down and don't need the reinforcement. Recommended for block heights less than 1 or for Duplo bricks.
stud_rescalefloatIf your printer prints the blocks correctly except for the stud diameter, use this variable to resize just the studs for your printer. A value of 1.05 will print the studs 105% wider than standard.
stud_top_roundnessfloatIf you want stud tops to be curved, specify a value between 0 and 1, where 0 is no roundness and 1 is very round


Examples

1x2 Plate

use <LEG0.scad>;

block(    type="brick",    width=1,    length=2,    height=1/3 );

 

 

1x1 Sloped Tile

use <LEG0.scad>;

block(    width=1,    length=1,    height=2/3,    type="slope" );

 

 

1x2 Rounded Plate

use <LEG0.scad>; // Increase resolution of curves: $fn=32;

block(    type="round",    width=1,    length=2,    height=1/3,    stud_type="hollow",    round_radius = .5 );

 

Adapted and imported from https://shorturl.at/yEKgg

 

 

MakerWorld

Parametric BRICK generator

Publicado em 2 de ago de 2024

80
Curtidas
103
Downloads
180
Coleções
46
Impressões
Categoria Construction Sets
Tags
brick construccion toy sandbox
Licença BY-SA
Ver no MakerWorld (abre em nova aba)