Skip to content

Web based 3D printer host designed to run on almost anything (eg. steam link)

Notifications You must be signed in to change notification settings

alufers/biedaprint

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2020
Nov 5, 2019
May 26, 2019
Oct 5, 2019
Aug 29, 2019
Oct 14, 2020
Oct 14, 2020
Jun 17, 2021
Dec 3, 2022
Oct 14, 2020
Oct 12, 2019
Jun 17, 2019
Nov 2, 2019
May 30, 2019
Apr 1, 2020
Jun 17, 2021
Oct 14, 2020
Oct 14, 2020
Jun 2, 2019
Apr 19, 2019

Repository files navigation

biedaprint

A simple 3D printer web interface written in Golang and Vue.js. It can run on really low-power devices such as the steam-link. It consumes less resources than Octoprint.

Main interface

Main screen

Gcode console with built-in docs.

Main screen

You can download prebuilt binaries from the Releases page.

Building

To build with multiplatform cross-compiling you will need to install armv7 and aarch64 gcc cross-compilers.

Arch linux:

# pacman -S arm-linux-gnueabi-gcc aarch64-linux-gnu-gcc

Debian/Ubuntu:

# apt install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu