From c09fd3145795797c1c5fc0442c93975b0348dead Mon Sep 17 00:00:00 2001 From: Nikolay Khabarov <2xl@mail.ru> Date: Sat, 15 Jul 2017 04:10:01 +0300 Subject: [PATCH] add video, bump version --- README.md | 3 ++- setup.py | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 200b933..d725ceb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Python is not good choice for real time application, but since project just needs to set up DMA buffers and hardware will do the rest, Python become the perfect choice for easy development of this project. -Video demo - [YouTube video](https://youtu.be/vcedo59raS4) +Video demo - [YouTube video](https://youtu.be/41wdmmztTNA) +And the original video when PyCNC was just a prototype [YouTube video](https://youtu.be/vcedo59raS4) # Current gcode support Commands G0, G1, G2, G3, G4, G17, G18, G19, G20, G21, G28, G53, G90, G91, G92, diff --git a/setup.py b/setup.py index b2dea7c..879a886 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup, find_packages setup( name="pycnc", - version="0.1.3", + version="1.0.0", packages=find_packages(), scripts=['pycnc'], @@ -22,4 +22,3 @@ keywords="CNC 3D printer robot raspberry pi", url="https://github.com/Nikolay-Kha/PyCNC", ) -