Close

Sending G-code to 3D Printer with Python

A project log for Automatic Infinite 3D Printer

The Automatic Infinite 3D Printer (i3D) gives anyone the power of a factory.

swaleh-owaisSwaleh Owais 04/08/2018 at 01:390 Comments

I have wrote a simple python script that runs 3D print jobs.

The code is quite simple. First, it establishes a serial connection to the 3D printer, with the Serial library. The program then sends the G-code file line by line to the 3D printer.

The program has callbacks to check for sending errors.

Discussions