Skip to content
Host software especially suited for delta 3d printers
Tcl Ruby
Find file
Latest commit f81fe96 Nov 21, 2015 @minad update help
Failed to load latest commit information.
3delta update help Nov 21, 2015
LICENSE Initial commit Mar 2, 2015
README.md Update README.md Mar 3, 2015
gui.png Initial commit Mar 2, 2015
mostdelta.jpg add image Mar 3, 2015
update-help Initial commit Mar 2, 2015

README.md

3Δ Printer Control

3Δ is a host software for 3d printers of the delta style. In many aspects it is similar to Pronterface. However it brings additional motion control better suited to non-cartesian delta printers.

List of features:

  • GCode console
  • Connection via serial port or telnet
  • Plots for temperature, temperature deviation and heater PWM
  • Relative and absolute motion control especially suited for delta printers
  • Calibration assistance for delta printers
  • GCode lookup taken from http://smoothieware.org/supported-g-codes
  • SD card upload and play
  • Send: direct playing of GCode files

This is how it looks:

3Δ Gui

Installation

Just download the file 3delta and make it executable. Besides that you need the following packages which are available under the usual Linux distributions

apt-get install tcl8.5 tk8.5 tcllib tklib

Then start it with

$ ./3delta 192.168.1.x
$ ./3delta /dev/ttyACM0

to access your printer either via telnet or via a serial port.

Disclaimer

This is very new software! I am using it for my MOST-Delta (see also github), but I cannot guarantee that it works for you. But I am happy to help if it doesn't :)

I am currently using Smoothieware as firmware. Some features might not work with other firmwares since the output format sometimes differs. I would appreciate patches which make this work with other firmwares.

In principle 3delta should work also under Mac and Windows when the current Tcl/Tk packages are installed. However I didn't test it.

Something went wrong with that request. Please try again.