Coder Social home page Coder Social logo

amiibozos's Introduction

amiibozos

This is a 3D model generator for a collection NFC enabled tokens. The current collection covers the whole smash series. Other series remain to be adressed.

Where to get the models

Printables.com

Get the generated models directly from the printables.com collection.

Generating models from source

NOTE: This section assumes you have a Python/git development environment ready to go.

Clone the source files:

git clone https://github.com/maxdup/amiibozos.git

Go into the project folder:

cd amiibozos

Install the dependencies:

pip install -r requirements.txt

run tokenify.py

python tokenify.py

The generated models can be found in amiibozos/models/

How to print

Check out the video build guide on youtube

What you need for printing

  • 25mm diameter NTAG215 NFC stickers
  • A pausable 3D printer
  • Your filament of choice (slicer settings optimized to enhance the appearance of silky colors)

What slicer settings to use

It's highly recommended to use PrusaSlicer even if you don't use a prusa printer. The models are optimized for PrusaSlicer and PrusaSlicer offers unique options that will enhance your print.

Print Settings

Printer settings
Nozzle diameter 0.4mm
Layers and permimeters
Layer height 0.24mm
First layer height 0.24mm
Perimeters 3
Solid layers (top) 1
Solid layers (bottom) 1
Infill
Fill density 100%
Fill pattern Archimedean Chords
Length of the infill anchor 100%
Maximum length of the infill anchor 100%
Top fill pattern Archimedean Chords
Bottom fill pattern Archimedean Chords

Pause

Add a pause instruction on layer 7 to give you an opportunity to add your NFC sticker.

Contributing

I'm personally taking a break from designing further models but I will gladly look at outside contributions. Only your SVG models are needed but you're expected to run the generator and make sure your designs slice nicely with the target slicer settings.

amiibozos's People

Contributors

maxdup avatar

Stargazers

Nicos Belo Karalis avatar Victor Dyotte avatar

Watchers

 avatar

Forkers

jonmhudgins

amiibozos's Issues

syntax error when running code

This is what I see the when I try to run the code. Any ideas? I am not a python developer ;)

I did install the requirements.

$ python tokenify.py
  File "tokenify.py", line 26
    def show_info(scene: Scene):
                       ^
SyntaxError: invalid syntax

Thanks!
-Brian

dependency issue around the libs.cjlano_svg module

workaround:
installing svg_extrude from source instead, with its submodules cloned.

pip uninstall svg_extrude
cd ~/
git clone https://github.com/maxdup/svg_extrude.git
cd svg_extrude
git submodule init
git submodule update
pip install .

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.