Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 2.65 KB

index.md

File metadata and controls

79 lines (64 loc) · 2.65 KB
layout title
page
LinuxCNC

{% if site.data.version %}{% endif %}

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3D printers, laser cutters, plasma cutters, robot arms, hexapods, and more.

  • Runs under Linux (optionally with realtime extensions).

  • Simple installation on Debian and Ubuntu, or via our Live/Install DVD/USB images.

  • Accepts G-code input, drives CNC machines in response.

  • Active user community.

  • Several different GUIs available.

  • Compatible with many popular machine control hardware interfaces.

  • Supports rigid tapping, cutter compensation, and many other advanced control features.

  • Full source code available under the terms of the GNU GPLv2 (General Public License version 2).

News

    {% for post in site.posts limit:10 %}
  • {{ post.date | date: "%b %-d, %Y" }} {{ post.title }}
  • {% endfor %}
  • Older news…

subscribe via RSS

Showcases

{% comment %} A bug in liquid means you have to do this dance to reverse and limit or offset a list. There is no fix upstream for it due to backwards compatibility concerns. Shopify/liquid#456 {% endcomment %} {% assign showcase = site.showcase | sort: 'date' | reverse %} {% for post in showcase reversed limit:1 %} {{ post.date | date: "%b %-d, %Y" }}

{{ post.title }}

{{post.content | markdownify }}
{% endfor %}
    {% for post in showcase limit:4 offset:1 %}
  • {{ post.date | date: "%b %-d, %Y" }} {{ post.title }}
  • {% endfor %}
  • Older showcases…

subscribe to Showcases via RSS