MaikStohn / UP3D

UP 3D Printer Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UP3D License Build Status Downloads

UP 3D Printer Tools

Download: Release

Instructions: up3dtools-how-to


up3dtranscode:

G-Code to UpMachineCode (UMC) converter

Usage: up3dtranscode machinetype input.gcode output.umc nozzleheight

          machinetype:  mini / classic / plus / box
          input.gcode:  g-code file from slic3r/cura/simplify
          output.umc:   up machine code file which will be generated
          nozzleheight: nozzle distance from bed (e.g. 123.45)

example: up3dtranscode mini input.gcode output.umc 123.1

up3dload:

UpMachineCode (UMC) uploader, sends the umc file to printer and starts a print

Usage: up3dload output.umc

up3dshell:

Interactive printer monitor and debugging tool, use to watch printing

Usage: up3dshell

up3dinfo:

Program to show the details of the connected UP printer

Usage: up3dinfo

About

UP 3D Printer Tools

License:GNU General Public License v2.0


Languages

Language:C 82.1%Language:Objective-C 14.1%Language:Shell 2.8%Language:Makefile 1.0%