-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: Is there a command line to run the overall BedLevelVisualiser using http for Farm Owner ? #609
Comments
You can use the default OctoPrint API to send the same commands configured in the plugin settings. |
Thanks a lot for the message. What is the command to send to run "Update Mesh Now" like the button in the application ? |
Literally what I just said. It does a send Command as if from the control tab of all the lines configured in the plugin's setting. There is no direct API to do the same thing. There is a custom action handler though, where if your printers support it you can use the action https://marlinfw.org/docs/gcode/M118.html So you could use the OctoPrint API to send the single M118 command. |
For clarity, the full command would be |
thanks a lot. now we realized that our Prusa Mk3 doesn't support M118 commands. Sorry. i have to do the bedlevel manually so. |
I've added an API POST command to start the leveling process remotely. It's available in 1.1.2rc5 version, you can change the release channel in OctoPrint's Software Update settings to URL = |
great !! thanks a lot. you save me ! |
Dear dev,
we are looking for a way to upgrade the bed info for all the farms like:
curl -s -H "Content-Type: application/json" -H "X-Api-Key:$ApiKey" -X POST -d '{ "command":"???????" }' @address
but didn't fine the command ???????
for example connect, disconnect..
Is there a bedleveling that will run the process ?
Best regards
Patrick
The text was updated successfully, but these errors were encountered: