Set temperature using API

Hello everyone,
I am trying to figure out how to set the temperature of the extruder and bed using a websocket command as REST call.
Should this be done by using the generic send action followed by the proper command or there is a specific action that I might be missing??

Comments

  • Use the generic send command to send the gcode. You can always use this if a gcode exists. For movements we also have a generic function since it might depend on current position here, but otherwise just use gcode.
  • Thank you for your reply!
Sign In or Register to comment.