Search results
11 cze 2023 · This is a free (open source) Python script for creating feeder sprockets for e.g. perforated tape or film advance. I wrote it for myself to generate SMD tape-and-reel feed sprockets, but it might also be useful for making replacement sprockets for 8/16/35mm film, microfilm and paper-tape systems whose original reader hardware no longer exists ...
This calculator generates the .DXF and .SVG files for making external spur gears, rack and pinion sets, and internal spur gears. DXF files are accepted by most machines that cut 2D shapes such as CNC wood routers, laser cutters, waterjets, and CNC plasma tables.
1 mar 2024 · EurocodePy is a Python package for calculating structures according to Eurocodes. It provides a collection of functions that enable engineers to design and analyze structures based on the Eurocode standards.
29 cze 2023 · No more guessing what first and last gears you should use, this calculator does it all for you! Simply input a few stats about your tank, and Gear Calculator will give you an optimized transmission setup for your tank that allows you reach the highest speed possible!
⚙ Calculate chain and sprocket sizes lengths ratios RPM and chain speeds.
26 lip 2024 · This tool allows you to create a 2D profile of a sprocket (or chainwheel). It can be padded with the PartDesign Pad feature. Usage. Optionally activate the correct body. Go to the menu Part Design → Sprocket.... Set the Data Number Of Teeth and the Data Sprocket Reference. Click OK.
A sprocket can be generated and saved to a STEP file with just four lines of python code using the Sprocket class: import cadquery as cq from cq_warehouse.sprocket import Sprocket sprocket32 = Sprocket ( num_teeth = 32 ) cq . exporters . export ( sprocket32 , "sprocket.step" )