Skip to content

Commit e40982d

Browse files
jpList module
2 parents e75f56e + 8266c1c commit e40982d

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: Suggest and idea or plan for this project
4+
title: "[FEATURE REQUEST]"
5+
labels: feature request
6+
assignees: NotExpectedYet
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Issue Report
3+
about: Please fill this in to better help the dev help you.
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: NotExpectedYet
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Versions (please complete the following information):**
27+
- NodeJS Version [e.g. 13]
28+
- OctoFarm Version [e.g. 1.5.5.7]
29+
- OctoPrint Version [e.g. 1.4.1]
30+
- OctoPrint Plugins [e.g. bed visualiser, octoklipper, printtimegenius]
31+
32+
**Additional context**
33+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Usage/General Question
3+
about: General question regarding the application/usage
4+
title: "[QUESTION]"
5+
labels: question
6+
assignees: NotExpectedYet
7+
8+
---
9+
10+

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ OctoFarm was built to fill a need that anyone with multiple 3D printers with Oct
6161

6262
To get a local copy up and running follow these simple steps.
6363

64+
65+
## OctoPrint 1.4.1+
66+
67+
Currently there are issues with using the Global API Key to connect to these instances of OctoPrint. Please use the first user you setup on OctoPrint and a generated Application / User API key from this user to connect. I will be updating OctoFarm to work better with all permission sets eventually but for now this will allow a connection to be established.
68+
69+
6470
### Platform
6571

6672
Confirmed working on: Linux (Ubuntu, Debian), RaspberryPi (Rasbian), Windows 10.

0 commit comments

Comments
 (0)