gloomyandy / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
256 stars 60 forks source link

Extrude not working #110

Closed sankafola closed 2 years ago

sankafola commented 2 years ago

i have SKR PRO , when i do Extrude the printer do retract

sankafola commented 2 years ago

to make sure its true i put back ver 6.1 ([gloomyandy/RepRapFirmware] New release published: v3.4.0beta6_1 ) and etrude working fine

gloomyandy commented 2 years ago

Please use our discord server for support, it's much easier for us to handle issues over there: https://teamgloomy.github.io/support.html

gloomyandy commented 2 years ago

This can be worked around by adding the following line to your board.txt file:

heat.spiTempSensorCSPins = {NoPin, NoPin, NoPin, NoPin, NoPin, NoPin, NoPin, NoPin}

It will be fixed in the next (post 3.4beata7_2 release).

sankafola commented 2 years ago

thank you for your fast reply

sankafola commented 2 years ago

thanks for your support