#Can variable_bed_mesh_profile be set in the slicer?

16 messages · Page 1 of 1 (latest)

jade patrol
#

quandary here.... for different bed temps (printing different materials) , resulting in different meshes.... can variable_bed_mesh_profile be called from the slicer g-code to load an appropriate mesh...rather than just setting it in printer.cfg?
tia

lone raptor
novel raven
#

quick question, VALUE has to be in string?

#

in quotes?

#

without quotes I am getting: Unable to parse 'beacon_ASA_G11' as a literal: malformed node or string:

novel raven
#

i tried manually typing in console

#

SET_GCODE_VARIABLE MACRO=RatOS VARIABLE=bed_mesh_profile VALUE=ASA1

#

and it returns the same error

lone raptor
novel raven
#

@lone raptor well quotes just gave me the same error. i am lost

lone raptor
#

Ah.. not a bug, that's apparently intended. I have no idea why

#

@novel raven this should work: SET_GCODE_VARIABLE MACRO=RatOS VARIABLE=bed_mesh_profile VALUE="'ASA1'"

lone raptor