/Estlcam-for-Linux

This is a project, where I give you a way to use Estcalm on Linux!

Primary LanguageShellMIT LicenseMIT

Estlcam-for-Linux

Estlcam is a software for creating G-codes for a quick and easy start with the CNC milling machine and can also be used as control software if you use the associated Estlcam controller. This CAM software is used for work preparation and can be used for CNC machines with up to 3 axes. For example, it can be used in combination with a STEPCRAFT-800 and a home-made Arduino controller with Estclam firmware on it.


🖼 Screenshots from this project:



⚙️ Getting Started

🔹 Check, if your network settings are correctly configured!
🔹 Open a terminal and run this command:

mkdir -p "$HOME/.estclam/bin" && cd "$HOME/.estclam/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Estlcam-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh