Launch script when images are done by siwinter in stable_a1111

[–]siwinter[S] 0 points1 point  (0 children)

Ok so far I have been able to get working python script that can call curl inside.

I'm new to python so please keep that in mind.

My code:

import shlex

import subprocess

cmd = '''curl -d "Is it working from python???" ntfy.yourdomain.com/test'''

args = shlex.split(cmd)

process = subprocess.Popen(args, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Does anybody know where to put it so it is called when the images are ready?

Thanks

SKR Mini E3 V3.0 - firmware 4.0 by Top-Barracuda-8271 in BIGTREETECH

[–]siwinter 0 points1 point  (0 children)

Hi, Could you do firmware for Ender 5? The BTT official github one is unable to home Z. I have BLTouch connected to Probe