error message M84 at the end of a print
-
At the end of a print I always get the error message:
Error: in GCode file line 42863 column 10: M84: expected number after 'E'
Finished printing file 0:/gcodes/Displayhalterung_Ukonstruktion.gcode, print time was 3h 32mThe message comes with all print jobs.
what could be the reason? -
@axiom you'll just have something like
M84 E
in your end gcode. Change it toM84 E0
or whatever extruder drive number you're using -
@jay_s_uk thanks... the error message doesn't come anymore!
Can I also assign the position in the end code? The job currently ends in the rear left corner and the x and y axes are no longer referenced, here is the code:G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioningG1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn off fan
M104 S0 ;Turn off hot end
M140 S0 ;Turn-off requiredM84 X Y E0 ;Disable all steppers but Z