# AxiDrawProcessing **Repository Path**: bit2atom/AxiDrawProcessing ## Basic Information - **Project Name**: AxiDrawProcessing - **Description**: A simple means of using Processing (Java) to control the AxiDraw plotter with CNCServer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AxiDrawProcessing A simple means of using Processing (Java) to control the AxiDraw plotter with CNCServer To control without CNCServer you may prefer: https://github.com/koblin/AxiDrawProcessing2 # To use Created for use with Processing [http://www.Processing.org] - install CNCServer (Node.js) [https://github.com/techninja/cncserver] - to run use: node cncserver --botType=axidraw - open AxiDraw_Simple.pde in Processing - run - press 'u' to unlock motors - move motors to home position (by USB port) - press 'z' to zero - press 'd' to draw - smile // Nothing fancy here just sharing in case it saves someone some time. Thanks to AxiDraw for a very fun little robot!