Crafting, Crafting, Crafting…. Category: Pro Code 

Crafting equipment in Minecraft lets you turn basic resources into useful tools, weapons, and armor. Better equipment helps you gather materials faster, survive dangerous mobs, and explore harder areas more safely and efficiently. 

With our 3D printer we print all things the Customer would like to order and using our custom local web server we manage our printer device.  

Web portal: 

Backend: The backend is written in TypeScript and runs on Bun, using WebSockets and HTTP endpoints to communicate with a Bambu printer via the bambu-link library, handling printer connection, status updates, commands, file uploads, camera snapshots, and cloud API proxying. 

Frontend: The frontend is a React + TypeScript single-page app, rendered via index.html, and it connects to the backend using WebSockets and fetch, providing a UI for printer control, status monitoring, file uploads, and cloud interactions. 

Let’s watch how it works for example if we want to turn on or/and turn off the Led light during the printing. 

This is our web interface. 

And demonstration how it works.