Doc
This commit is contained in:
@@ -57,6 +57,11 @@ Then, model the character:
|
|||||||
- Start the print, wait the printer to pause and insert an NFC tag in the compartment. Stick it using the adhesive side so the 3D printer cooling fan does not displace it during the print.
|
- Start the print, wait the printer to pause and insert an NFC tag in the compartment. Stick it using the adhesive side so the 3D printer cooling fan does not displace it during the print.
|
||||||
- Restart the print and let it finish.
|
- Restart the print and let it finish.
|
||||||
|
|
||||||
|
### Add the MP3 file to the SDCard
|
||||||
|
|
||||||
|
Add the MP3 file to the sdcard, in a directory named like the integer you placed in the tag, with **a single** leading zero.
|
||||||
|
The folder to be played is selected based on the TAG content, but may contain more than one MP3 file. In that case, the files must be named as integers with **two leading zeros**, from `001.mp3` to `999.mp3`.
|
||||||
|
|
||||||
## NFC Tag format
|
## NFC Tag format
|
||||||
|
|
||||||
I used Mifare ultralight tags.
|
I used Mifare ultralight tags.
|
||||||
|
|||||||
2
accessories/.gitignore
vendored
Normal file
2
accessories/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.stl
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
use <character_retainer_platform.scad>;
|
|
||||||
|
|
||||||
character_retainer_platform();
|
|
||||||
|
|
||||||
scale([0.65, 0.65, 0.65])
|
|
||||||
translate([-56, -60, 2])
|
|
||||||
import("/home/danieleverducci/Scaricati/GustavTheTurtle.stl");
|
|
||||||
Reference in New Issue
Block a user