Utility

Servo Cam
Creates a cam that fits onto a miniature servo, used for actuating a gripper. majorwidth  = 13.763 minorwidth  = 6.260 height      = 7.000 slotwidth  ...
Thu, 12 Jul, 2018 at 11:06 AM
Tool Cutting
Simulates a cylinder being cut into by another cylinder (e.g. an endmill).  The "cutting tool" follows a helical path around the stock. ...
Tue, 10 Jul, 2018 at 11:05 AM
Calculating Length of Curves
Calculates the length of y=2x^2 over the range x=5mm to x=10mm using calculus. import sympy from sympy import * x = Symbol('x') formula = 2 ...
Tue, 10 Jul, 2018 at 10:47 AM
Units
Wizoscript supports different units and they can even be mixed in the same script.  This example shows how. # demonstrates using multiple units in a scr...
Tue, 10 Jul, 2018 at 11:13 AM
Slice a Part
Slices a part at a plane called "Slice". *Edit line 2 in the script to reflect the directory path to your part and the part name. ...
Tue, 10 Jul, 2018 at 11:59 AM