All Projects → koppi → involute-gear-generator

koppi / involute-gear-generator

Licence: other
Involute gear generator – NodeJS command line utility.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to involute-gear-generator

Grbl Plotter
A GCode sender (not only for plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
Stars: ✭ 286 (+1488.89%)
Mutual labels:  cad, cnc, cam
OCCT
Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE. This is a clone of the official repository located on https://dev.opencascade.org/. Please use official development portal for registering issues and providing patches.
Stars: ✭ 241 (+1238.89%)
Mutual labels:  cad, cam
Openbuilds Cam
Online CNC CAM System
Stars: ✭ 107 (+494.44%)
Mutual labels:  cnc, cam
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+6483.33%)
Mutual labels:  cad, cnc
Laserweb4
Collaborative effort on the next version of LaserWeb / CNCWeb
Stars: ✭ 456 (+2433.33%)
Mutual labels:  cnc, cam
MonkeyCAM
CAD/CAM software for ski and snowboard design and G-code program generation.
Stars: ✭ 34 (+88.89%)
Mutual labels:  cad, cam
Fosscad Repo
Official FOSSCAD Library Repository
Stars: ✭ 1,076 (+5877.78%)
Mutual labels:  cad, cnc
Jp01
JP01 - Arisu Custom CNC Aluminum Unibody Keyboard Case
Stars: ✭ 84 (+366.67%)
Mutual labels:  cad, cnc
Cavaliercontours
2D polyline library for offsetting, combining, etc.
Stars: ✭ 135 (+650%)
Mutual labels:  cad, cam
Tsugite
This is the repository of a Tsugite. It is a research prototype of an interactive software that supports the design and fabrication of wood joints.
Stars: ✭ 134 (+644.44%)
Mutual labels:  cad, cam
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+266.67%)
Mutual labels:  cnc, cam
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (+227.78%)
Mutual labels:  cnc, cam
krabzcam
Web-application for converting SVG paths to g-code
Stars: ✭ 43 (+138.89%)
Mutual labels:  cnc, cam
rhioCAD
CAD, based on OpenCascade. parametric, parametric 3D modeler. Fork of NaroCAD.
Stars: ✭ 42 (+133.33%)
Mutual labels:  cad
FC-Docker
Project to run FreeCAD in a cloud environment accessible via a web browser in a cloud environment.
Stars: ✭ 40 (+122.22%)
Mutual labels:  cad
TrakHound-DeviceMonitor
Fully standalone dashboard application for viewing MTConnect data from industrial CNC equipment
Stars: ✭ 24 (+33.33%)
Mutual labels:  cnc
pykicad
Library for working with KiCAD file formats
Stars: ✭ 46 (+155.56%)
Mutual labels:  cad
LitCAD
A very simple CAD developed by C#.
Stars: ✭ 161 (+794.44%)
Mutual labels:  cad
curve cad
Blender Addon: Bezier Curve CAD Tools for CNC Milling & Laser Cutting
Stars: ✭ 107 (+494.44%)
Mutual labels:  cad
cadnano2
Cadnano2
Stars: ✭ 23 (+27.78%)
Mutual labels:  cad

install via npm

Join the chat at https://gitter.im/koppi/involute-gear-generator

npm install -g involute-gear-generator

usage

Usage: involute-gear-generator -o [dxf filename]

Options:
  -o, --output                save gears to dxf file                  [optional]
  --circularPitch             Circular pitch (distance from one face of a tooth
                              to the corresponding face of an adjacent tooth on
                              the same gear, measured along the pitch circle)
                                                                    [default: 8]
  --pressureAngle             Pressure Angle (common values are 14.5, 20 and 25
                              degrees)                             [default: 20]
  --clearance                 Clearance (minimal distance between the apex of a
                              tooth and the trough of the other gear; in length
                              units)                             [default: 0.05]
  --backlash                  Backlash (minimal distance between meshing gears;
                              in length units)                   [default: 0.05]
  --profileShift              Profile Shift (indicates what portion of gear one'
                              s addendum height should be shifted to gear two. E
                              .g., a value of 0.1 means the adddendum of gear
                              two is increased by a factor of 1.1 while the
                              height of the addendum of gear one is reduced to 0
                              .9 of its normal height.)             [default: 0]
  --wheel1ToothCount          Wheel 1 Tooth Count (n1 > 0: external gear; n1 = 0
                              : rack; n1 < 0: internal gear)       [default: 30]
  --wheel1CenterHoleDiamater  Wheel 1 Center Hole Diameter (0 for no hole)
                                                                    [default: 4]
  --rackTeeth                 Number of desired teeth in rack       [default: 41]
  --wheel2ToothCount          Wheel 2 Tooth Count                   [default: 8]
  --wheel2CenterHoleDiamater  Wheel 2 Center Hole Diameter (0 for no hole)
                                                                    [default: 4]
  --showOption                Show                                  [default: 3]
  --qualityOption             Quality level [0, 1, 2] (better means longer waits
                              )                                     [default: 0]

warning

  • this is an early release
  • expect errors
  • do not use these gears for production

credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].