GithubHelp home page GithubHelp logo

octoupload's Introduction

OctoUpload

Cura plugin for Octoprint to upload sliced gcode files directly to an OctoPrint server

Installation

Add to Cura as a plugin:

  1. Open Cura
  2. Go to the Plugins tab
  3. Click on "Open plugin location"
  4. Drag OctoUpload.py into plugin location
  5. Restart Cura

*Written for Cura 15.01 and OctoPrint 1.1.1 (master)

octoupload's People

Contributors

adeebshihadeh avatar mgsb avatar mosh1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

octoupload's Issues

Cant send to Octoprint

Hi,

i´m only getting a message "Failed to save", if i try to send the model to octoprint...
I´ve entered the API key and the IP adress, but don´t know why it doesnt works.
My Cura Version: 15.02.1

How to get default filename

Hi,

Thanks for your good work.
Actually I find how to get filename from loaded STL file and I want to share my findings.

import mimetools
import sys
+import os

remove extension user may have used on the filename

-outputName = outputName.split(".")[0]
+outputName = os.path.basename(profile.getPreference('lastFile'))
print outputName

I think this automatic file name generation will be more helpful.

Thanks.

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.