Skip to content

companje/UP3D

 
 

Repository files navigation

UP3D

UP 3D Printer Tools

Build status of MaikStohn/UP3D: Build Status

Download: latest

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.4%
  • Objective-C 11.6%
  • Shell 2.6%
  • C++ 1.8%
  • Makefile 1.6%