probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Filament change during printing #111

Closed ipepe closed 2 years ago

ipepe commented 5 years ago

Is it possible to implement filament change during printing function?

probonopd commented 5 years ago

We would need to check whether we have reached a certain Z-height, and then insert custom G-code. This is essentially the same functionality that is needed like for https://github.com/probonopd/WirelessPrinting/issues/91.

probonopd commented 5 years ago

Maybe https://www.prusaprinters.org/color-print/ can do the job already?