snaked has quit [Remote host closed the connection]
little_blossom has quit [Remote host closed the connection]
little_blossom has joined #openscad
snaked has joined #openscad
snaked has quit [Quit: Leaving]
Smeef has quit [Read error: Connection reset by peer]
Smeef has joined #openscad
Guest64 has joined #openscad
<Guest64>
HI Iam looking for downloadable 3D printable STL model for slide door bottom guide which is U-shape and dimensions length 20 cms breadth 1 cm height 1.5 cm
lastrodamo has quit [Quit: Leaving]
<Guest64>
I got an error ERROR: Parser error: syntax error in file Bottom-Guide.scad, line 12
<Guest64>
Execution aborted
<Guest64>
for this code
<Guest64>
/ Dimensions
<Guest64>
length = 200; // Length in mm
<Guest64>
breadth = 10; // Breadth in mm
<Guest64>
height = 15; // Height in mm
<Guest64>
wall_thickness = 2; // Wall thickness in mm
<Guest64>
/ Base of the U-shape
<Guest64>
base = cube([length, breadth, wall_thickness]);