3D Printers are a block that allows you to print any block of any shape, with any type of texture. To get started with 3D Printers, you will need to place down a 3D Printer block next to a computer. This will give access to the printer3d component API, allowing you to set up and print models using the provided functions.
A more convenient way to setup 3D Printers is to use Open Programs Package Manager (OPPM). Once installed, run the following commands: oppm install print3d
followed by oppm install print3d-examples
. The examples can be found in /usr/share/models/
as .3dm
files. Take a look through the example files for available options. (Alternatively, you can download the print3d
and print3d-examples
programs from OpenPrograms using wget
and an Internet Card).
In order to be able to print the models, a 3D Printer block needs to be connected to an existing computer. Once connected, you will also need to provide an Ink Cartridge and some Chamelium. The amount of chamelium used depends on the volume of the 3D print, while the amount of ink used depends on the surface area of the printed item.
To print an item, use the following command: print3d /path/to/file.3dm
providing the path to the .3dm
file.
Documentation pertaining to creating your own models can be found in /usr/share/models/example.3dm
.
The 3D Printer can be crafted using the following recipe:
Blocks | Computers | Computer Case - Server Rack - Microcontrollers |
---|---|---|
Display | Hologram Projector - Keyboard - Screen | |
Power and Networking | Access Point - Capacitor - Net Splitter - Power Converter - Power Distributor - Relay | |
Extensions | Adapter - Cable - Disassembler - Disk Drive - Geolyzer - Motion Sensor - Redstone I/O - Transposer - 3D Printer | |
Robotics | Assembler - Charger - Drone - Robot - Waypoint |