So I am trying to use cold extrude to operate a motor on a Sanguino using Pronterface due to x/y/z axis all being used. To achieve this I have tried:
The printer I am working with has no temperature sensor, so just removing the section of code that disables the cold extrude would be preferable, however if there is a way to dodgy it up i.e. set minimum temperature to 0 Kelvin or something would be just fine too.
- Commenting out #define PREVENT_COLD_EXTRUDE in Configuration.h
- Commenting out the #ifdef of case 302 in Marlin_main.cpp
The printer I am working with has no temperature sensor, so just removing the section of code that disables the cold extrude would be preferable, however if there is a way to dodgy it up i.e. set minimum temperature to 0 Kelvin or something would be just fine too.