Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 548 forks source link

cmd Script when work ends #614

Open JepApps opened 11 months ago

JepApps commented 11 months ago

Platform: Windows 11 candle version: 1.2.15b

I have been using the candle program for a few months, and I would like to know if it is possible to execute a custom cmd (batch file) command when a project is finished.

The interest of this feature arises when I usually work on projects that take a couple of hours, the estimated time shown on the screen is not usually very accurate, and the workshop where I have my machine is a bit far from my workplace. Usually, I plan to implement some kind of communication with pushbullet so that a notification is sent to me when a job is finished.

If there is another idea to carry out this action of executing a batch file using external plugins or some other idea catching windows event or someone, it would be very nice to receive

Thank you so much.