All Projects → koppi → stl2ngc

koppi / stl2ngc

Licence: GPL-3.0 License
Convert STL files to G-code for CNC milling.

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to stl2ngc

krabzcam
Web-application for converting SVG paths to g-code
Stars: ✭ 43 (+30.3%)
Mutual labels:  cam, gcode-generation
Keras MedicalImgAI
No description or website provided.
Stars: ✭ 23 (-30.3%)
Mutual labels:  cam
Sparkfun eagle settings
The Eagle settings SparkFun uses for board designs
Stars: ✭ 185 (+460.61%)
Mutual labels:  cam
lib32100
Library implementing port 32100 UDP Cloud protocol
Stars: ✭ 37 (+12.12%)
Mutual labels:  cam
Retrieval 2017 Cam
Class-Weighted Convolutional Features for Image Retrieval (BMVC 2017)
Stars: ✭ 219 (+563.64%)
Mutual labels:  cam
klipper-voron-V2
Generic Klipper configuration for a CoreXY printers like Voron v2.4, Trident, V0 and co
Stars: ✭ 126 (+281.82%)
Mutual labels:  gcode-generation
Cavaliercontours
2D polyline library for offsetting, combining, etc.
Stars: ✭ 135 (+309.09%)
Mutual labels:  cam
ioBroker.eufy-security
This ioBroker adapter allows to control Eufy security devices by connecting to the Eufy cloud servers.
Stars: ✭ 103 (+212.12%)
Mutual labels:  cam
nCNC
Blender CNC Add on - nCNC - G code visualizer, g code converter, g code sender, CNC Milling
Stars: ✭ 48 (+45.45%)
Mutual labels:  gcode-generation
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (+100%)
Mutual labels:  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 (+78.79%)
Mutual labels:  cam
Slic3r
Open Source toolpath generator for 3D printers
Stars: ✭ 2,791 (+8357.58%)
Mutual labels:  cam
DrawingBotV3
DrawingBotV3 is a software for creating line drawings from Images
Stars: ✭ 161 (+387.88%)
Mutual labels:  gcode-generation
Score Cam
[CVPRW 2020] Official implementation of Score-CAM in Pytorch
Stars: ✭ 190 (+475.76%)
Mutual labels:  cam
involute-gear-generator
Involute gear generator – NodeJS command line utility.
Stars: ✭ 18 (-45.45%)
Mutual labels:  cam
Acol
(CVPR2018) Adversarial Complementary Learning for Weakly Supervised Object Localization
Stars: ✭ 137 (+315.15%)
Mutual labels:  cam
eufy-security-ws
Small server wrapper around eufy-security-client library to access it via a WebSocket.
Stars: ✭ 83 (+151.52%)
Mutual labels:  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 (+630.3%)
Mutual labels:  cam
CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (+30.3%)
Mutual labels:  cam
GoSlice
This is an experimental slicer for 3d printing written in Go also usable as modular slicing lib.
Stars: ✭ 69 (+109.09%)
Mutual labels:  gcode-generation

stl2ngc

The stl2ngc program converts an STL file to LinuxCNC compatible G-code.

Clone, build, install and run

First, install OpenCAMLib, see: https://github.com/aewallin/opencamlib

git clone https://github.com/aewallin/opencamlib && cd opencamlib
mkdir build && cd build && cmake ../src && make -j4
sudo make install

Next, checkout stl2ngc from git and run make and sudo make install:

git clone https://github.com/koppi/stl2ngc && cd stl2ngc
make
sudo make install

To convert file.stl to file.ngc run:

cat file.stl | stl2ngc > file.ngc

Demo

See Wiki.

FAQ

  • This is an early release, expect errors and missing features.

    Please fork the repo.

  • No Gui? - Yes, only command-line for now.

Author

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].