briankorsedal
08-20-2008, 09:45 PM
Hello, I recently joined a group called FabLab in San Diego ( http://en.wikipedia.org/wiki/Fab_lab ). They have a shop bot. I downloaded the manual for the shopbot language.
What I want to do is write a file full of subroutines for doing some highly complex, interlocking edges. The eventual goal is to be able to design a 3-d surface in Blender and have the shop bot automatically cut the polygons out of plywood with the edges calculated perfectly to slide all the polygons together and form a large 3-d shape.
Is there a way to pass variables from one file to another?
I want to write a file with some subroutines which would act as a 'driver' to produce the interlocking edges. A .spb program would call something like:
FP edges.spb &end_point, &material, &cutter, &edge_type, &angle
All these variables would be passes to the edges.spb file.
Any easy way to do this?
What I want to do is write a file full of subroutines for doing some highly complex, interlocking edges. The eventual goal is to be able to design a 3-d surface in Blender and have the shop bot automatically cut the polygons out of plywood with the edges calculated perfectly to slide all the polygons together and form a large 3-d shape.
Is there a way to pass variables from one file to another?
I want to write a file with some subroutines which would act as a 'driver' to produce the interlocking edges. A .spb program would call something like:
FP edges.spb &end_point, &material, &cutter, &edge_type, &angle
All these variables would be passes to the edges.spb file.
Any easy way to do this?