Git Product home page Git Product logo

hydraprint's Introduction

#HydraPrint ##REQUIREMENTS

##Utilize Spark API to Communicate with Printers Autodesk's Spark API provides an agnostic solution toolset for generating printer-consumable files and machine control. We will utilize this to provide all information from network-accessible printers.

##Allow selection of active printers on a network

##Real-time charting of data from every sensor within the Status object ###Example Status JSON { "state": "ready", "tools": { "bed": { "type": "bed" }, "extruder": { "type": "extruder" } }, "sensors": { "bed": { "type": "temperature", "description": "bed temperature sensor", "temperature": 0 }, "extruder": { "type": "temperature", "description": "extruder temperature sensor", "temperature": 24 } }, "materials": {} }

##Provide interface to jog each tool on printer

##Ability to send command to printer

##Display job progress

##Provide error and warning feedback

hydraprint's People

Contributors

williamscs avatar

Stargazers

 avatar Matt Hova avatar

Watchers

James Cloos avatar  avatar Kaitlyn Hova  avatar

hydraprint's Issues

Define Routing Tree

In reference to Issue #6.

Some preliminary ideas include the obvious:
/jobs/:job
/printers/:printer

But I don't know the full extent of what we'll need. I'll keep this issue open while we figure out what routes we will end up needing.

Design V1 website layout

I was thinking we should implement something simple. Just a header, body, footer sort of architecture.

The header would allow us to navigate between the following:
Printers
Jobs

hmmm.... I really think that's it.
Anyway, V1, lets just have a boring header and footer, and basic body that is dynamically populated without refreshing the page.

Create Router

Put under website layout since this will be needed for viewing job and printer statuses.

User Cases

Prerequisite is that user has installed Print Manager
Two use cases:
Print Manager installed on Desktop/Laptop
Print Manager installed on dedicated linux machine (i.e. raspberry pi)

In either case, HyraPrint is a client that could be deployed on the machine or in the cloud as a job manager.
V1 proposal: a Herokuapp with oauth login (gmail, twitter, or facebook?). Will default to using localhost IP address initially. User can setup HydraPrint to point at an array of additional IP addresses including localhost, any specific IP address, even bonjour style IP address. Herokuapp will store user's registered Print Manager IP address(s). Common use case could be users subscribing their machine using ngrock

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.