CBJBinterwebs / fokoos-odin-marlin2.0.x-w_bltouch

The stock firmware for Fokoos Odin 5F3, but with BLTouch and different start screen
GNU General Public License v3.0
3 stars 4 forks source link

Paused after leveling #5

Open enishi1357 opened 2 years ago

enishi1357 commented 2 years ago

Printing off the SD card, it paused indefinitely no matter how many times I pressed resume.

Used the same gcode file on the raspberry pi to print and it works.

The printer is Dovov S2. I used a 3d Touch. To get it to work, I commented out

define BLTOUCH_DELAY 500

define BLTOUCH_FORCE_SW_MODE

define BLTOUCH_SET_5V_MODE

as the precompiled firmware cause the nozzle to crash onto the bed after a long wait printing off the SD card.

What could be causing the pause?

CBJBinterwebs commented 2 years ago

Printing off the SD card, it paused indefinitely no matter how many times I pressed resume.

Used the same gcode file on the raspberry pi to print and it works.

The printer is Dovov S2. I used a 3d Touch. To get it to work, I commented out

define BLTOUCH_DELAY 500 #define BLTOUCH_FORCE_SW_MODE #define BLTOUCH_SET_5V_MODE

as the precompiled firmware cause the nozzle to crash onto the bed after a long wait printing off the SD card.

What could be causing the pause?

Hi enishi1357. Yes, thank you for addressing this. I was printing exclusively from OctoPrint and so was not aware of this issue previously. I certainly should have tested it on print from SD and will do so in the future. I have not used my printer in several months and so my memory is a little vague but I hope to go into my firmware again soon and resolve the issue. Thank you for your time.