#Speed Error

8 messages · Page 1 of 1 (latest)

balmy portal
#

F0 is not allowed, that means go to the kitchen but do not leave the couch

#

Open the sliced gcode it might be in your slicer user gcode section

void seal
#

i cant seem to find anything..

#

Start Gcode - ; Ender 3 Custom Start G-code
G92 E0 ; Reset Extruder
G28 ; Home all axes
G1 Z5.0 F3000 ; Move Z Axis up a bit during heating to not damage bed
M190 S{material_bed_temperature_layer_0} ; Start heating the bed, wait until target temperature reached
BED_MESH_CALIBRATE
M109 S{material_print_temperature_layer_0} ; Finish heating the nozzle
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

#

it happens when the first layer is printed, then it just stops and reports the speed error - im pretty new at this g-code thing 🤣

#

it always worked, but then that error came out of nowhere

balmy portal
#

As said open a gcode file that has the error and search for it! Depending on the position in the file it could have different reasons

#

Or did you play with the speed multiplier during that print