Skip to content

Instantly share code, notes, and snippets.

View maximkulkin's full-sized avatar

Maxim Kulkin maximkulkin

View GitHub Profile
@maximkulkin
maximkulkin / HeatBedAndNozzleAtTheSameTime.py
Created February 6, 2019 10:17
Ultimaker Cura script to head nozzle and bed at the same time
from ..Script import Script
import re
## Modifies G-Code to start nozzle heating without waiting for bed reaching
# defined temperature which speeds up print start.
#
# Due to technical limitations, the search can't cross the border between
# layers.
class HeatBedAndNozzleAtTheSameTime(Script):