Salandora / octoprint-customControl

This plugin makes Custom Controls editable through the OctoPrint WebUI
GNU Affero General Public License v3.0
26 stars 15 forks source link

Need to know proper syntax to point new Control Button to Gcode Script #41

Open bdog1 opened 3 years ago

bdog1 commented 3 years ago

I need to understand the syntax needed to point a custom control to a GCode file saved on my Raspberry Pi 4B OctoPi/Octoprint instance. GCode works when run in from the printer as a file to print , but when copied over to the Raspberry Pi and then a custom control is created to "point" to that gcode file it does not run the Gcode file. For instance I place the file wheelcleaning.gco in the subdirectory home/pi/wheelcleaning.gco and then use this as my path statement for the custom control /home/pi/wheelcleaning.gco . No workie. I also tried /home/pi/wheelcleaning - leaving off the file extension . No workie. Also tried home/pi/wheelcleaning.gco and also /home/pi/wheelcleaning No workie

bdog1 commented 3 years ago

Close the issue. Lack of response so I went with Klipper and Fluid. Much easier to create macros!