Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
sadovsf committed Jul 22, 2024
1 parent c298811 commit 1933e94
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Widget to show 3D printer details supported by Prusa Connect local API
[Scriptable for iOS](https://apps.apple.com/us/app/scriptable/id1405459188)

## Setup
* copy widget to scriptable
* add scriptable widget (medium size) to homescreen
* widget config:
* Copy widget to scriptable
* Add scriptable widget (medium size)
* Widget config:
* Script: choose script
* When interacting: Run Script
* Parameter: ip address to prusa printer
* Parameter: ip address to prusa printer, username, password ( everything is delimited by comma example: 192.168.0.1, that_guy, my_awesome_password )

## Screenshots

Expand All @@ -29,4 +29,6 @@ Widget to show 3D printer details supported by Prusa Connect local API


## getting into the code
* script is starting with ```main()``` after class definitions
* You need to have npm. To install dependencies call `npm install` in root folder.
* Main entry point is in ```main.ts```
* To build you js bundle use defined ```package.json``` action or call `rollup --config rollup.config.ts --environment file_path:./src/main.ts --configPlugin @rollup/plugin-typescript` in root folder.

0 comments on commit 1933e94

Please sign in to comment.