mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 01:40:38 +08:00
1.2 KiB
1.2 KiB
From 2.1 version only
How to setup the parameters:
- Set/Get Notification settings
[ESP610]type=<NONE/PUSHOVER/EMAIL/LINE> T1=<token1> T2=<token2> TS=<Settings> [pwd=<admin password>]
Note:
- Get will give type and settings only, not the protected T1/T2
- Depending of notification supplier the parameters changes
How to send message :
Just add following command in your slicer's end script, or manualy on your GCODE file:
[ESP600]msg [pwd=<admin password>]
How to ask printer to send command from file played from SD:
-
on Repetier
M118 [ESP600]msg
-
on Marlin
M118 P0 [ESP600]msg
-
on Smoothieware
echo [ESP600]msg
Here the possible notifications setups:
- Line Notification (https://line.me) Free
- Pushover Notification (https://pushover.net/) not Free
- Email using SMTP and HTTPS Free
- Telegram Notification Free (from ESP3D 3.0 version)
- IFTTT Notification Free up to 5 applets