Giter Site home page Giter Site logo

docs's Introduction

Maker Management Platform

Maker Management Platform, or mmp, aims to simplify and unify the management of a variety of digital assets related to 3d printing, manufactoring, laser engraving and such.

Disclaimer

Insecure, use locally only.
Under development so things might break, please contact us via issue or on discord.

Check out this small demo

Watch the video

Send your slices directly to your printer

Projects Projects

Integrate with your slicer

Projects

Import projects from public platforms

By using MMP Companion browser extension you can import projects from multiple public platforms.
This feature is also available in MMP UI but limited to thingiverse (see MMP companion for more details)

Support and Discussion

If you find any problems or want to request a feature please open an issue in the related project:

  • UI related issues: Here
  • Backend related issues: Here
  • Companion (extension) related issues: Here
  • Documentation / typos related issues: Here

If you have any doubts or do you wanna chat about it join us on Discord

Discord Shield

Runing mmp locally

docker-compose.yml

---
version: "3.6"
services:
  agent:
    image: ghcr.io/maker-management-platform/agent:latest
    container_name: agent
    volumes:
      - ./library:/library
      - ./config.toml:/app/config.toml
    ports:
      - 8000:8000 # currently required for your slicer integration, looking for a workaround
    environment:
      - "THINGIVERSE_TOKEN=" # needed for the thingiverse download feature
      #- "PORT=8000"
      #- "LIBRARY_PATH=/library"
      #- "MAX_RENDER_WORKERS=5"
      #- "MODEL_RENDER_COLOR=#167DF0"
      #- "MODEL_BACKGROUND_COLOR=#FFFFFF"
      #- "LOG_PATH=./log" # If you wish to log to a file
    restart: unless-stopped

  ui:
    image: ghcr.io/maker-management-platform/mmp-ui:latest
    container_name: ui
    ports:
      - 8081:8081
    environment:
      - "AGENT_ADDRESS=agent:8000" #local address for the agent
    restart: unless-stopped

FAQs

How do I create a Thingiverse token?

To get a Thingiverse token go to Apps > Create an App
Select "Web App" fill in any name & description, accept the policy, and click on "Create & Get App Key" at the top of the page.
Use the "App Token" for the THINGIVERSE_TOKEN environment.

How to I import my huge collection to the platform?

Just mount your collection root folder in the /library volume, MMP runs a discovery routine on start up and will create projects based on your directory structure.
The name of the directory that contains your assets will be the project name and the name of all the folders in the path will become tags to ease your search.
Other details like the description or links will need to be added manually through the UI

How do I reset my library if anything goes wrong or I wish to uninstall?

This process is irreversible and will delete all the mmp related data, leaving your library untouched.
You can reset all the information stored by deleting all the .project.stlib files, you can use the following command find . -name ".project.stlib" -type f -delete
You can also delete all generated gcode thumbnails by running find . -name "*.thumb.png" -type f -delete and all the stl renders with find . -name "*.render.png" -type f -delete

docs's People

Contributors

eduardooliveira avatar naxhh 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.