Skip to content

Commit bc7ce7c

Browse files
authored
Merge pull request #1340 from jounathaen/gh-pages
btt_touch_support: Added new configuration option to description
2 parents 856eaf4 + 3b6f0bc commit bc7ce7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_plugins/btt_touch_support.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ or manually using this URL:
6767

6868
You can fine-tune the plugin's behavior in the `BTT TFT Touchscreen` tab in the OctoPrint settings:
6969

70-
* `Use time estimate`: By default, the plugin uses OctoPrint's built-in progress
70+
* **Use time estimate**: By default, the plugin uses OctoPrint's built-in progress
7171
estimate, which is based on the progress inside a G-code file. In some cases,
7272
a better progress estimate can be calculated from the time elapsed and the
7373
time remaining: `P = elapsed / (elapsed + remaining)`. This option is
7474
particularly useful for
7575
[PrintTimeGenius](https://github.com/eyal0/OctoPrint-PrintTimeGenius) users.
76+
* **Serial Port Number**: The number of the serial port the TFT is connected to. If it is set to `0` (default), all serial ports will be used, which could lead to issues if other plugins also utilize action commands.
77+
78+
(Typically, your printer has two serial ports `1` and `2`, of which one is the connected to your OctoPrint host and the other one to the TFT)

0 commit comments

Comments
 (0)