Skip to content

Commit

Permalink
btt_touch_support: Added new configuration option to description (Ser…
Browse files Browse the repository at this point in the history
…ial Port Number)
  • Loading branch information
jounathaen committed Nov 30, 2024
1 parent 856eaf4 commit 3b6f0bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _plugins/btt_touch_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ or manually using this URL:

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

* `Use time estimate`: By default, the plugin uses OctoPrint's built-in progress
* **Use time estimate**: By default, the plugin uses OctoPrint's built-in progress
estimate, which is based on the progress inside a G-code file. In some cases,
a better progress estimate can be calculated from the time elapsed and the
time remaining: `P = elapsed / (elapsed + remaining)`. This option is
particularly useful for
[PrintTimeGenius](https://github.com/eyal0/OctoPrint-PrintTimeGenius) users.
* **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.

(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 comments on commit 3b6f0bc

Please sign in to comment.