File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Should work in theory on all the supported printers of flashforge-finder-api
1313
1414## API Doc
1515
16- The ` docs ` folder includes documentation for use in [ Bruno] ( https://www.usebruno.com/ ) , replace the ip with your server's
16+ The ` docs ` folder includes documentation for use in [ Bruno] ( https://www.usebruno.com/ ) , set the ` :printerId ` to that of your printers's id
1717
1818In general, for now:
1919* ` http://localhost:8080/apis/printers ` - Returns list of printer names
@@ -32,4 +32,12 @@ In general, for now:
3232 * [ ] Webhooks
3333 * [ ] Push?
3434* [ ] Simple UI that replaces need of polar3d
35- * [x] Use config file for printer ips, instead of manually putting IP
35+ * [x] Use config file for printer ips, instead of manually putting IP
36+
37+ # Usage
38+
39+ 1 . Build the project with ` cargo build --release ` or find a release
40+ 2 . Copy ` config.example.toml ` to ` config.toml ` and configure it
41+ * All sections except [ printers] are optional
42+ 3 . Run target/release/flashforge-api or the binary file
43+ * The current directory must include the ` config.toml ` file
Original file line number Diff line number Diff line change 33host = " smtp.domain.com"
44port = 587
55encryption = " starttls" # or "tls" or "none"
6- user = " "
6+ user = " " # Also used for the 'from' field
77password = " "
88
99[notifications ]
You can’t perform that action at this time.
0 commit comments