top of page

Voron 3D Printer

  • Created a 3D printer from an open source project.

  • Sourced electronics and hardware for the printer.

  • Coded the UI in Python which allowed for:

    • IMU data collection and visualization

    • 3D bed mesh modeling

    • Pre-programmed routines for nozzle cleaning

    • Queue system for multiple prints.

Montage

Key Features

3D Bed Mesh

A probe on the toolhead was programmed to take 16 points around the bed to create a 3D ​representation of the flatness of the bed under thermal expansion conditions. This was to allow for the z-axis to account for the thermal warping of the bed for a consistent layer adhesion on the first layer.

​

In the future I want to make this dynamic so that it only probes the bed area that is being printed on to save startup times.

image.png
bottom of page