@@ -3,32 +3,30 @@ layout: plugin
3
3
4
4
id : OctoText
5
5
title : OctoText
6
- description : Send text messages on common printer events
6
+ description : Send text or email messages on common printer events
7
7
authors :
8
8
- Stephen Berry
9
+ - Douglas Krahmer
9
10
license : AGPLv3
10
11
11
- # TODO
12
12
date : 2021-03-30
13
13
14
- homepage : https://github.com/berrystephenw /OctoText
15
- source : https://github.com/berrystephenw /OctoText
16
- archive : " https://github.com/berrystephenw /OctoText/archive/refs/heads/main.zip"
14
+ homepage : https://github.com/OctoText /OctoText
15
+ source : https://github.com/OctoText /OctoText
16
+ archive : " https://github.com/OctoText /OctoText/archive/refs/heads/main.zip"
17
17
18
- # TODO
19
18
# Set this to true if your plugin uses the dependency_links setup parameter to include
20
19
# library versions not yet published on PyPi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
21
20
# follow_dependency_links: false
22
21
23
- # TODO
24
22
tags :
25
23
- octotext
26
24
- printer status
27
25
- email
28
26
- text
29
27
- notification
28
+ - notify
30
29
31
- # TODO
32
30
screenshots :
33
31
- url : /assets/img/plugins/OctoText/IMG_6025.PNG
34
32
alt : Webcam integration
@@ -44,10 +42,8 @@ screenshots:
44
42
caption : Settings page
45
43
46
44
47
- # TODO
48
45
featuredimage : /assets/img/plugins/OctoText/octotext-email.png
49
46
50
- # TODO
51
47
# You only need the following if your plugin requires specific OctoPrint versions or
52
48
# specific operating systems to function - you can safely remove the whole
53
49
# "compatibility" block if this is not the case.
@@ -111,16 +107,6 @@ be sent to you either through email or SMS text message.
111
107
OctoText is not a service, you will never be charged, and your information is only stored on the device it
112
108
is installed on and never transmitted anywhere for any reason.
113
109
114
- New in this release:
115
- <li > Thumbnails from PrusaSlicer and Cura are read from newly uploaded files
116
- and sent on printer start notifications.</li >
117
- <li > Pause detection for Prusa "wait for user" messages on filament change events.</li >
118
- <li > SSL protocol has been added for services that don't support TLS.</li >
119
- <li > better message formatting.</li >
120
- <li > the test button on the navigation bar is now an envelope and can be hidden.</li >
121
- <li > bug fixes with webcams that are rotated and flipped.</li >
122
- <li > the printer name is now used in the messages to identify the source of the notification.</li >
123
-
124
110
## Get optionally notified on the following printer events:
125
111
<ul >
126
112
<li > File uploaded</li >
@@ -158,13 +144,13 @@ The only error case that we cannot detect easily is a bad destination address of
158
144
159
145
Some email services such as gmail and yahoo require an "app" password that you will need to use
160
146
in order to login to the account. Check your email provider to see how this is done or go to the
161
- OctoText discussion board for instructions: [ FAQ] ( https://github.com/berrystephenw /OctoText/discussions/1#discussion-3279932 )
147
+ OctoText discussion board for instructions: [ FAQ] ( https://github.com/OctoText /OctoText/discussions/1#discussion-3279932 )
162
148
163
149
(1) [ https://en.wikipedia.org/wiki/SMS_gateway ] ( https://en.wikipedia.org/wiki/SMS_gateway )
164
150
165
151
# Problems?
166
152
If you are having trouble with your setup, you can post on the discussion board and I'll get to your question as soon as I can.
167
153
Please include a copy of the octoprint log from the logging menu of octoprint.
168
- [ https://github.com/berrystephenw /OctoText/discussions ] ( https://github.com/berrystephenw /OctoText/discussions )
154
+ [ https://github.com/OctoText /OctoText/discussions ] ( https://github.com/OctoText /OctoText/discussions )
169
155
170
156
<img width =" 128 " alt =" OctoText " src =" /assets/img/plugins/OctoText/iconfinder_13_1236350.png " >
0 commit comments