Notifications
Clear all

Start gcode for my Voron 2.4  

  RSS
wbrokow1
(@wbrokow1)
Member
Start gcode for my Voron 2.4

I want my printer to home first, start hotend and bed and wait for them to reach temp BEFORE executing the gcode body.

What should my start gcode look like in prusa 2.5.2 in order to achieve this?

I have tried quite a bit and I am doing something wrong.

Thanks !

Napsal : 01/05/2023 8:17 pm
JoanTabb
(@joantabb)
Veteran Member Moderator
RE:

this is off my Core XY. 

Might work for you!

G90 ; use absolute coordinates
M83 ; extruder relative mode
G28 W ; home all without mesh bed level
M75 ;
G1 X50 Y50 Z50 F4600 ;
M900 K75 ; sET k FACTOR
M84 S300 ;

M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S[first_layer_temperature] ; wait for extruder temp

G29 ; mesh bed leveling
G1 X0 Y-5 F5600;

G1 Z0.3 ;
G1 X60 E12.5 F1000 ; intro line
G1 X100 E14 F1000 ; intro line
G1 Y-1.0 F1000.0 ; GO OUTSIDE PRINT AREA
G92 E0

regards Joan

I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK

Napsal : 02/05/2023 12:38 am
Share: