▲ 4 r/Sovol
G-code Help! Printer is homing BEFORE heating up.
I use a Sovol SV06+ (Marlin) and once I switched to a newer slicer, my printer started homing and setting its offset/levels before the printer heats up which causes my first layer to be, well, sh*t. I'm sure there is a line I can add in my Start G-code to fix this but I can't find the right one. Honestly, is it just the blank line in there? I don't get why it's there.
G28 ;Home
M420 S1;
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
u/Ty34er — 11 days ago