Slicers and user interfaces for 3D printers: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 32: Line 32:


* [http://greenfly.org/talks/misc/3dprinting.html 3D Printing with Linux] (slides) by Kyle Rankin
* [http://greenfly.org/talks/misc/3dprinting.html 3D Printing with Linux] (slides) by Kyle Rankin
; Machine specific machine code
* [http://reprap.org/wiki/Firmware_features RepRap g-codes]
* [[G-code]] (Rapman)


[[Category:3D printing]]
[[Category:3D printing]]

Revision as of 16:28, 15 May 2012

Introduction

A so-called slicer takes a3D drawing (most often in .STL format) and translates this model into individual layers. It then generates the machine code that the printer will use for printing.

User interfaces allow a user to send a machine code file, change some parameters on run time, and move around axis manually etc.

Slicer software

A slicer program allows to calibrate printer settings like:

  • extrusion speed (rotations / minute)
  • head speed
  • temperature
  • Fan on/off

List of slicer software

  • BFB Axon
    • Frontend for skeinforge, works with BFB machines only
  • Kisslicer
    • Quote: is a fast, easy-to-use, cross-platform program that takes 3D files (STL) and generates path information (G-code) for a 3D Printer. The FREE version has all the features needed for the hobbyist who uses a single-head machine. The PRO version essentially adds multi-head and multi-model printing.
    • For RepRap printers
  • Repsnapper

Links

Machine specific machine code