Issues since CURA upgrade

Hello, have had issues since upgrading to latest CURA. Printer begins correctly, X,Y,Z homes, autolevels, then homes again 2 or 3 times then locks up at X,Y origin. I have re-written the Start G-Code per both old and new instructions, still same issue. Have also un-installed latest CURA and re-installed 4.7 with both start G-Code settings. HELP!

Start G-Code:

M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration

M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate

M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration

M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk

M220 S100 ;Reset Feedrate

M221 S100 ;Reset Flowrate

G28 ;Home

G29 ;

G92 E0 ;Reset Extruder

G1 Z2.0 F3000 ;Move Z Axis up

G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position

G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line

G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little

G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line

G92 E0 ;Reset Extruder

G1 Z2.0 F3000 ;Move Z Axis up

1 Like

I’m not 100% sure whether this is what you’re facing, but I’ve experienced similar sounding lock ups when I went to a different board, and compiled firmware for it.
It ended up being BLTouch related, and the stock firmware will retry levelling three times before it gives up, if I’m remembering correctly.
Can you double check that the BLtouch wiring is in correctly, and you don’t have a wildly unlevel bed from the beginning (as in, go do the corner levelling).

Good luck!

Edit: Oh man. I just realised how old this post is. Sorry!!! Decided deleting was not helpful, so keeping my shame up :slight_smile:

Hello reildeal
Are you using a touch screen? Solution two can verify
1, operation initialization, restore factory settings.
2, modify the start gcode.
G28 ; Home

G29 ;
Change to G28 ;Home

M420 S1 ;
Require automatic leveling before selecting a file to print, so that you do not need to execute G29 again for automatic leveling if you select a file to print

Thank you
Best regards
Sovol team