#M109 S error [Solved]

1 messages · Page 1 of 1 (latest)

terse adder
#

<@&1304550334839918672>
after adding the PRINT_START macro lines from the Initial Startup section of the git page, i'm getting "Error on 'M109 S': unable to parse" after my printer has saved bed mesh state and parked

graceful otter
#

thats because this

#

Doesn't match this

hasty oriole
#

You don’t have target_extruder defined. Change that to EXTRUDER_TEMP or change EXTRUDER_TEMP to target_extruder

graceful otter
#

you should be having the same issue with M190 and bed_temp

terse adder
#

oh ok that makes sense, looks like i need to add Load initial tool and standby temp as well. i see that there is a M83 in the example config, should i add that also? I cant figure out why that is needed

tribal steeple
#

m83 sets it to relative extrusion mode which is how it normally wants to work