Midi23D
Midi23D copied to clipboard
Midi23D is a tool made in Java that converts every note of a .midi music into GCODE instructions to send directly to a 3D printer.
Midi23D
Midi23D is a tool made in Java that converts every note of a .midi music into GCODE instructions to send directly to a 3D printer.
How it works?
Every 3D printer has 3 or more particular motors, called stepper motors. Despite of the regular DC motors their angular speed and rotation be controlled very precisely.
Sending an impulse to that motors, in addition to result in a rotation, it will produce a sound, that it can be modulated by changing it.
With the GCODE you can tell to the 3D printer extruder to go in a position with a determined speed.
Setting the right speed for each motor by sending to the printer only the position and the total speed seems difficult, but it's quite easy. You must use this formula: https://cavallium.it/assets/midi23d/delta.svg
In this way you can control simultaneously one note for each motor.
Usage
First of all, download Midi23D (Cross-platform) (Windows)
Run the program by executing this code into your terminal:
java -jar Midi23D.jar <input-file.mid> <output-file.gcode>
Insert the parameters that asks to you.
Drag and drop the generated file into Repetier Host or your program that controls your printer.
Enjoy