Cura Machine Settings G-Codes
Posted: June 3rd, 2023, 7:33 am
Wow! Its been a good few years since I was last active on the forum, but I've just blown the dust off of my trusty old Hictop and fired it up.
Previous to switching my machine on I had installed Cura 4.3.0. But after a hard failure a couple of years ago I lost my Cura G-code settings. So running a test print today everything worked fine, except that is at the end of the print were the bed would move to the back of the machine, then the extruder would park to one side then the bed move to the front for print removal.
So could anyone here please check my start and end G-Codes in Cura machine settings and let me know if anything is missing please?
Start G-Code
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
M420 S1
;Put printing message on LCD screen
M117 Printing...
M220 S32.000000 ; Set print speed to 40% for 1st layer only
End G-Code
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
Many thanks
Dave
P.S To Roberts_Clif are you still active on here mate?
Previous to switching my machine on I had installed Cura 4.3.0. But after a hard failure a couple of years ago I lost my Cura G-code settings. So running a test print today everything worked fine, except that is at the end of the print were the bed would move to the back of the machine, then the extruder would park to one side then the bed move to the front for print removal.
So could anyone here please check my start and end G-Codes in Cura machine settings and let me know if anything is missing please?
Start G-Code
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
M420 S1
;Put printing message on LCD screen
M117 Printing...
M220 S32.000000 ; Set print speed to 40% for 1st layer only
End G-Code
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
Many thanks
Dave
P.S To Roberts_Clif are you still active on here mate?