bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.02k stars 1.98k forks source link

M25 causing crash #545

Open tacticalbacon89 opened 3 years ago

tacticalbacon89 commented 3 years ago

Using M25 during Cura Start Gcode crashes the printer

the purpose i was using the M25 command was to first present the bed out and then pause the printing process right before the print actually begins so i can prep the bed with glue stick ext.. while its still hot and when im done i would just hit ok and it would resume that was my idea

but..

M25 activates, printer stops, 'message to ''press ok to continue'' prompts as it should but when i hit the ok button the message keeps re prompting and print process does not move forwarded to next command

im using SKR Mini 2.0 E3 my firmware is the precompiled firmware from bigtreetech for the BL touch plugged into Z stop i also have the TFT35 touch screen my firmware is on the SD card that came with SKR mainboard and it is left in the printer in the Main board SD slot my Print File is being used on a Flash drive plugged into the TFT35 usb port

heres my gcode

; Ender 3 Custom Start G-code G92 E0 ; Reset Extruder M117 Homing G28 ; Home all axes M117 Auto Bed leveling G29 ; Auto bed-level (BL-Touch) M25 G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line G92 E0 ; Reset Extruder G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

radek8 commented 3 years ago

Update FW TFT and FW Marlin 2.0.8.1to the latest. In older versions there was a problem with the M25 If you set the required parameters Marlin as described in the instructions on the title page. It should work properly. Instructions: https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware

a similar problem was solved here: https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1523

new FW TFT https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/tree/master/Copy%20to%20SD%20Card%20root%20directory%20to%20update

tacticalbacon89 commented 3 years ago

Is there a same up-to-date version of the firmware with BL touch pre compiled in

im not lazy i promise, i just dont see it in your links, and i really dont want to fool around with custom firmware again

not that i dont know how to do custom firmware just wh do it when Bigtree does it for you and did a decent job at it

On Mon, May 24, 2021, 5:25 PM Radek @.***> wrote:

Update FW TFT and FW Marlin 2.0.8.1to the latest. In older versions there was a problem with the M25 If you set the required parameters Marlin as described in the instructions on the title page. It should work properly. Instructions: https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware

a similar problem was solved here: bigtreetech/BIGTREETECH-TouchScreenFirmware#1523 https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/issues/1523

new FW TFT

https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/tree/master/Copy%20to%20SD%20Card%20root%20directory%20to%20update

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/545#issuecomment-847346731, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATLTFJRLRV5X42MZ4IDUDGDTPK73VANCNFSM45HYNX4A .