GithubHelp home page GithubHelp logo

clevelandcs / spoolmandb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from donkie/spoolmandb

0.0 0.0 0.0 127 KB

A centralized place to store information about 3D printing filaments and their manufacturers

License: MIT License

Python 74.93% CSS 13.80% HTML 11.27%

spoolmandb's Introduction

SpoolmanDB

A centralized place to store information about 3D printing filaments and their manufacturers.

The database is hosted using GitHub Pages, you can browse it at: https://donkie.github.io/SpoolmanDB/

You can contribute to this database by adding/editing files and submitting pull requests in this repository.

Filaments

The source files are in the filaments folder. When this database is deployed, they will be expanded/compiled into a single JSON file called filaments.json.

To limit the amount of duplication needed in the source files, each combination of weight, color and diameter will be represented in the compiled JSON. For example, if you specify two diameters, two weights, and two colors, you will get eight combinations in the JSON. There isn't currently any way to exclude specific combinations; either you will have to live with the database having invalid entries or you can split up the filament object into multiple ones.

Source file fields

  • name - The product name. Should probably contain the format code {color_name} to automatically insert the color name.
  • material - The material name, e.g. PLA.
  • density - The density of the material in g/cm3.
  • weights - An array of objects with weight, spool_weight and spool_type fields. Specify multiple here if the manufacturer sells the filament in e.g. 1 kg and 5 kg spools. spool_weight is optional but recommended. spool_type is optional and can be any of "plastic", "cardboard" or "metal".
  • diameters - An array of diameters in mm. Specify multiple here if the manufacturer sells the filament in both e.g. 1.75 and 2.85 mm diameters.
  • extruder_temp (optional) - Manufacturer recommended extruder temperature in °C.
  • bed_temp (optional) - Manufacturer recommended bed temperature in °C.
  • finish (optional) - The finish of the filament, e.g. "matte" or "glossy". Only set this if the filament is designed with this in mind.
  • multi_color_direction (optional) - The direction of the multi-color filament, e.g. "coaxial" for a split/dual color filament, or "longitudinal" for a filament that changes color along its length.
  • pattern (optional) - Textured pattern, either "marble" or "sparkle" is currently supported. Feel free to add additional ones in the schema if necessary.
  • translucent (optional) - Boolean true/false if this filament is at least partially see-through.
  • glow (optional) - Boolean true/false if this filament has a glow-in-the-dark effect.
  • colors - An array of objects with name and hex fields. Name should be what the manufacturer calls it. Hex should be the hex code of the color, can include an alpha channel if it's a transparent color. If it's a multi-color filament, specify hexes instead of hex and provide a list of hex codes. You can also set the finish, multi_color_direction, pattern, translucent and glow fields here if the specific color is different from the others.

Materials

All materials are found in the materials.json file.

Source file fields

  • material - The material name, e.g. PLA.
  • density - The density of the material in g/cm3.
  • extruder_temp - General extruder temperature for this material.
  • bed_temp - General bed temperature for this material.

spoolmandb's People

Contributors

donkie avatar stuserious avatar disane87 avatar dresende avatar m-klecka avatar clevelandcs avatar keridos avatar t3chguy avatar yanceya 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.