Hello,
I try send a gcode with to the REST API.
But I got a message error, about the length of the gcode.
Do you where I can modify the size of the request ?
This is my request:
const res = await axios.post("http://127.0.0.1:/machine/code?async=true", content);
And the content is the str of the gcode.
Other question Do you know what is the web server used ?
Thanx a lot !