CR6Community / Marlin

This Marlin fork has the goal of cleaning-up the source code changes for the CR-6 so it can be merged upstream. We also want to extend the functionality to make it fully functional
GNU General Public License v3.0
470 stars 83 forks source link

Filament run-out sensor immediately triggered with fw v2.0.0-bugfix-a1 #16

Closed hondrus31 closed 3 years ago

hondrus31 commented 3 years ago

Description

Same as issue #7 , but with latest release available. After aborting and then starting the print again, it goes on flawlessly.

Additional Information

Using start/end gcode found on r/CR6's wiki , using Cura 4.7.1 with printer profiles downloaded from Cura's github.

hondrus31 commented 3 years ago

Same issue when sending gcode over the usb port via Printrun. Using TeachingTech's generated gcodes. Again, it triggers the filament runout error only with the first gcode i send, then after aborting once it goes straight forward.

Sebazzz commented 3 years ago

Can you check if this happens with the latest release and re-open this if it does? You may need to enable filament runout using M412 S1 first.

hondrus31 commented 3 years ago

Enabled in configuration.h file when building the firmware, using same old gcodes, and it does not give any error with the latest firmware. Thank you for your work, I wish I could help more :)