Code Monkey home page Code Monkey logo

prusa-i3-fabman's Introduction

Prusa i3 Fabman

This repository is mostly dedicated to custom Fabman hardware for Prusa i3 printers.

Fabman.io is all-in-one makerspace management solution and this HW use this service to send amount of filament, name of the file and time of the print to this service.

This HW was developed by FabLab Brno. You can learn more about our journey here.

We can provide you with complete kit of this HW or you can make your own. All files for production are in this repo.

We do not share source code for our firmware, but you can easily set it up with you creadentials for Fabman.io . We supply our HW with simple FW which allows you to set things up.

For this, we use following JSON file:

{
  "config": {
    "API_key": "device_API_key_from_fabman.io",
	"API_key_master":"admin_API_key_from_fabman.io",
    "nameOfMachine": "custom_name_of_the_machine", 
	"sendName": true,
	"sendFilament": true,
	"sendTime": false,
	"resetSettings": false, 
	"firstSettings": true
  },
  "WiFi": [
    {
      "SSID": "some_wifi",
      "password": "some_password"
    },{
      "SSID": "some_wifi",
      "password": "some_password"
    }
  ]
}

For more detailed information, please look at wiki.

prusa-i3-fabman's People

Contributors

dronecz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fixxcz

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.