# # Lamina parameters # # units can be: in inches # ft feet # mm millimeters # cm centimeters # m meters # # set filtering of zero area polygons to fix problems with # models exported from sketchup, etc. to disable set geomfix.sliverrepeat # to 0 # geomfix.sliverrepeat 4 geomfix.slivermaxheight 0.000001 # # set filtering of thin triangles along edges as seen in # models exported from FormZ, etc. to disable set geomfix.cleanedge # to 0.0 # geomfix.cleanedge 0.0 # # set the number of objects that can be displayed in the # browse window # browsex 5 browsey 4 # # # set the number of degrees of change needed in a surface in # order to automatically create an edge # angledelta 4.0 # # # set the radius for locate highlight when drawing with the # pencil. fraction of the size of the object. # minrad 0.02 # # # set the height of numbers # numheight 0.3 in # # # set the distance tolerance used to reduce the complexity of # 3d edges, before fitting is done. # edgeflatness 0.01 in # # # set the distance tolerance used to reduce the complexity of # 2d cutting paths. # outflatness 0.003 in # # # set joins # # joindefinition are of this form: # # join "description" | joinnameN arg1 arg2 ... argN units # # here are the 7 basic join geometry classes: # # # this is what the arguments mean: # # spacing # space between tabs or marks along the edge # # tabwidth # the width of the tab or ties along the edge # # tabheight # how far a tab or tie extends # # markdepth # the depth registartion marks - make 0.0 of you don't want any marks. # # notchgap # when notches or finger joins fit together, a space is added # so the parts will fit together. this should be no less than # 0.001 and should be at least as big as the diameter of the # laser or waterjet cut. # # holesize # the diameter of holes for hole tabs or for stitch and glue # # holeinset # how far the center of holes are inset for stitch and glue # # overhang # how far one surface overhangs another for interlock and holetabs # # # notch3 spacing tabwidth notchgap units join "Notches" | notch3 1.0 0.2 0.01 in join "Wide Notches" | notch3 2.0 0.4 0.01 in # # finger2 spacing notchgap units join "Fingers" | finger2 0.1 0.01 in # # edge2 markspacing markdepth units join "Edge to edge" | edge2 1.0 0.02 in # # stitch3 holespacing holesize holeinset units join "Stitch and glue" | stitch3 0.5 0.03 0.1 in # # interlock4 tabspacing tabwidth tabheight overhang units join "Interlock" | interlock4 1.5 0.15 0.1 0.05 in # # ties3 tiespacing tiewidth tieheight units join "Ties" | ties3 1.5 0.15 0.1 in # # holetab5 spacing tabwidth tabheight overhang holediam units join "Hole tabs" | holetab5 1.0 0.2 0.12 0.2 0.05 in # # # set materials # # material "description" | thickness units | specificgravity # material "Paper" | 0.001 in | 0.8 material "0.005\" Mylar" | 0.005 in | 1.27 material "0.010\" PETG" | 0.010 in | 1.27 material "0.020\" PETG" | 0.020 in | 1.27 material "24 gauge stainless steel" | 0.0270 in | 7.67 material "20 gauge stainless steel" | 0.0350 in | 7.67 material "18 gauge cold rolled steel" | 0.0448 in | 7.8 material "3/16\" Plywood" | 0.1875 in | 0.7 material "2 mm PETG" | 2.0 mm | 1.27 # # # set sheetsizes # # sheetsize "description" | xsize ysize margin units # sheetsize "8.5in x 11.0in" | 11.0 8.5 0.05 in sheetsize "2ft x 1ft" | 24.0 12.0 0.2 in sheetsize "3ft x 2ft" | 36.0 24.0 0.25 in sheetsize "4ft x 2ft" | 48.0 24.0 0.5 in sheetsize "8ft x 4ft" | 96.0 48.0 1.0 in sheetsize "10ft x 4ft" | 120.0 48.0 1.0 in sheetsize "30cm x 20cm" | 30.0 20.0 0.3 cm