# Softwares para Controlar CNC

#### **Online (basados en la nube o que requieren conexión a Internet)**

1. **Easel**
   * **Página web**: <https://easel.inventables.com/>
   * **Descripción**: Además de ser una herramienta de diseño, Easel permite enviar G-code directamente a máquinas CNC compatibles, como las de Shapeoko y X-Carve. Funciona en línea y requiere conexión a Internet.
2. **Carbide Motion**
   * **Página web**: <https://carbide3d.com/apps/carbide-motion/>
   * **Descripción**: Software de control CNC en línea para máquinas de Carbide 3D. Permite cargar y enviar G-code a la máquina, además de controlar manualmente los movimientos.

***

#### **Offline (software que funciona sin conexión a Internet)**

1. **Universal G-code Sender (UGS)**
   * **Página web**: <https://winder.github.io/ugs_website/>
   * **Descripción**: Software multiplataforma para enviar G-code a máquinas CNC que usan GRBL. Es compatible con Windows, macOS y Linux, y ofrece funciones avanzadas como visualización del camino de la herramienta.
2. **Candle**
   * **Página web**: <https://github.com/Denvi/Candle>
   * **Descripción**: Interfaz gráfica simple y ligera para controlar máquinas CNC que utilizan GRBL. Permite cargar G-code, controlar manualmente la máquina y visualizar el trabajo.
3. **bCNC**
   * **Página web**: <https://github.com/vlachoudis/bCNC>
   * **Descripción**: Software de control CNC basado en Python. Es compatible con GRBL y permite enviar G-code, editar archivos y controlar manualmente la máquina.
4. **CNCjs**
   * **Página web**: <https://github.com/cncjs/cncjs>
   * **Descripción**: Aplicación web que se puede ejecutar localmente para controlar máquinas CNC. Es compatible con GRBL, Smoothieware y otros controladores. Permite enviar G-code y visualizar el trabajo en 3D.
5. **OpenBuilds CONTROL**
   * **Página web**: <https://openbuilds.com/software/>
   * **Descripción**: Software de control CNC gratuito para máquinas DIY. Es compatible con GRBL y permite enviar G-code, controlar manualmente la máquina y ajustar parámetros.
6. **ChiliPeppr**
   * **Página web**: <http://chilipeppr.com/>
   * **Descripción**: Plataforma modular basada en el navegador para controlar máquinas CNC. Permite enviar G-code, controlar manualmente la máquina y visualizar el trabajo. Funciona sin conexión si se configura correctamente.
7. **GrblPanel**
   * **Página web**: <https://github.com/terjeio/GrblPanel>
   * **Descripción**: Interfaz gráfica simple para enviar G-code a máquinas CNC que usan GRBL. Es compatible con Windows y ofrece funciones básicas de control.
8. **Rabbit Controller**
   * **Página web**: <https://www.rabbit-laser.com/software>
   * **Descripción**: Software de control CNC específico para máquinas Rabbit Laser. Permite enviar G-code, ajustar parámetros y controlar manualmente la máquina. Es compatible con Windows.
9. **Mach3 (versión gratuita limitada)**
   * **Página web**: <http://www.machsupport.com/software/mach3/>
   * **Descripción**: Software de control CNC ampliamente utilizado. La versión gratuita tiene limitaciones, pero permite enviar G-code y controlar máquinas CNC de forma básica.
10. **TinyG Web Interface**
    * **Página web**: <https://github.com/synthetos/TinyG-Web-Interface>
    * **Descripción**: Interfaz web para controlar máquinas CNC que utilizan el controlador TinyG. Permite enviar G-code y controlar manualmente la máquina.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abdon-troche.gitbook.io/abdon-troche/enlaces-utiles-sobre-fabricacion-digital/softwares-para-controlar-cnc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
