Code Monkey home page Code Monkey logo

send-carbide's Introduction

Send Carbide

Send a GCode file to Carbide Motion over a network.

I got tired to shuffling files between my design machine and my CNC PC and I didn't want to setup a networked file syncing system. I noticed that the remote access feature was recently released and wasn't very useful unless you used Carbide Create.

I personally use Fusion360, this is a first step towards making a add-in to integrate this further.

This program requires that know how to use a CLI on your OS. Tested on a MacOS 13.1 and Carbide Motion Build 578

Installation

From Release

  1. Download the binary for your operating system from the release page.
  2. If you're using linux or MacOS, be sure to make the binary executable using chmod +x send-carbide
  3. Move binary to a location in you path. Ex. cp send-carbide /usr/local/bin/

From Source

  1. Install Go development environment. Remember to add $GOPATH/bin to your path.
  2. Run go install github.com/bobcob7/send-carbide

Usage

Run the program while specifying your GCode file and the address of your CNC PC.

send-carbide -address 127.0.0.1 -file test-file.gcode

You should immediately see output and a progress bar should begin in Carbide Motion.

send-carbide's People

Contributors

bobcob7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.