Skip to content
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

Feature Request Timed PSU control #55

Open
cybertza opened this issue Oct 20, 2019 · 0 comments
Open

Feature Request Timed PSU control #55

cybertza opened this issue Oct 20, 2019 · 0 comments

Comments

@cybertza
Copy link

Before submitting your issue please make sure to provide the following information

About your environment:

  • octopi
  • Octoprint version Version 1.3.11

Hi I currently use the GPIO to handle the power via PSU plugin.
my problem is that i need to execute the following and i can't find a way to do it:
using G4 doesnt work, since it sends it to the printer, printer replies as offline, print job fails.
seems the only way to delay Octoprint at the moment is via plugin, otherwise i would use the
gcode scripts. but there is no !local.delay that i can find.

Here is what i need to achieve to get back to "auto start printing from Cura"

;start power via power on plugin or via GPIO7
M80
;delay octoprint 3 Seconds
Delay S3
;Restart Firmware to reset ADC/Stepper Comms.
FIRMWARE_RESTART
;delay octoprint 7 seconds as it normally takes 6 seconds for the printer to restart
DELAY S7
;Printer Ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant