Skip to content

Commit 4920e90

Browse files
author
Andy Werner
committed
Mergeing OctoPrint version 1.3.4 from foosel/master
2 parents fa5260a + fe481e1 commit 4920e90

File tree

130 files changed

+6191
-2478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+6191
-2478
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
READ THE FOLLOWING FIRST:
22

33
If not already done, please read the "guidelines for contributing"
4-
that are linked ^-- just up there in the big yellow box. Also read
5-
the FAQ: https://github.com/foosel/OctoPrint/wiki/FAQ.
4+
aka the Contribution Guidelines that are linked ^-- just up there
5+
in the big yellow box.
6+
7+
Also read the FAQ: https://github.com/foosel/OctoPrint/wiki/FAQ.
68

79
This is a bug and feature tracker, please only use it to report bugs
810
or request features within OctoPrint (not OctoPi, not any OctoPrint
911
plugins and not unofficial OctoPrint versions).
1012

11-
Do not seek support here ("I need help with ..."), that belongs on
12-
the mailing list or the G+ community (both linked in the "guidelines
13-
for contributing" linked above, read it!), NOT here.
13+
Do not seek support here ("I need help with ...", "I have a
14+
question ..."), that belongs on the mailing list or the G+ community
15+
(both linked in the "guidelines for contributing" linked above, read
16+
them!), NOT here.
1417

15-
Mark requests with a "[Request]" prefix in the title please. Fully fill
16-
out the bug reporting template for bug reports (if you don't know where
17-
to find some information - it's all described in the contribution
18-
guidelines linked up there in the big yellow box).
18+
Mark requests with a "[Request]" prefix in the title please. For bug
19+
reports fully fill out the bug reporting template (if you don't know
20+
where to find some information - it's all described in the Contribution
21+
Guidelines linked up there in the big yellow box).
1922

20-
When reporting a bug do NOT delete any lines from the template but
23+
When reporting a bug do NOT delete ANY lines from the template but
2124
those enclosed in [ and ] - and those please DO delete, they are
2225
only provided for your information and removing them makes your
2326
ticket more readable :)
2427

25-
Make sure any bug you want to repor tis still present with the CURRENT
28+
Make sure any bug you want to report is still present with the CURRENT
2629
OctoPrint version and that it does not vanish when you start OctoPrint
27-
in safe mode - how to do that is also explained in the contribution
28-
guidelines linked up there in the big yellow box.
30+
in safe mode - how to do that is also explained in the Contribution
31+
Guidelines linked up there in the big yellow box.
2932

3033
Thank you!
3134

@@ -37,53 +40,68 @@ by heart ;))
3740

3841
#### What were you doing?
3942

40-
[Please describe the steps to reproduce your issue. Be as specific as
41-
possible here. The maintainers will need to reproduce your issue in
42-
order to fix it and that is not possible if they don't know what you
43-
did to get it to happen in the first place.
43+
[Please be as specific as possible here. The maintainers will need to
44+
reproduce your issue in order to fix it and that is not possible if they
45+
don't know what you did to get it to happen in the first place.
46+
47+
Ideally provide exact steps to follow in order to reproduce your problem:
48+
49+
1. ...
50+
2. ...
51+
3. ...
4452

4553
If you encountered a problem with specific files of any sorts, make sure
4654
to also include a link to a file with which to reproduce the problem.]
4755

48-
#### What did you expect to happen and what happened instead?
56+
#### What did you expect to happen?
57+
58+
#### What happened instead?
59+
60+
#### Did the same happen when running OctoPrint in safe mode?
61+
62+
[Try to reproduce your problem in safe mode. You can find information
63+
on how to enable safe mode in the Contribution Guidelines.]
4964

5065
#### Branch & Commit or Version of OctoPrint
5166

5267
[Can be found in the lower left corner of the web interface. ALWAYS INCLUDE.]
5368

5469
#### Operating System running OctoPrint
5570

56-
[OctoPi, Linux, Windows, MacOS, something else? With version please.]
71+
[OctoPi, Linux, Windows, MacOS, something else? With version please.
72+
OctoPi's version can be found in /etc/octopi_version]
5773

5874
#### Printer model & used firmware incl. version
5975

6076
[If applicable, always include if unsure.]
6177

6278
#### Browser and Version of Browser, Operating System running Browser
6379

64-
[If applicable, always include if unsure or reporting UI issues.]
80+
[If applicable, always include if unsure.]
6581

6682
#### Link to octoprint.log
6783

68-
[On gist.github.com or pastebin.com. ALWAYS INCLUDE and never truncate.]
84+
[On gist.github.com or pastebin.com. ALWAYS INCLUDE and never truncate.
85+
The Contribution Guidelines tell you where to find that.]
6986

7087
#### Link to contents of terminal tab or serial.log
7188

7289
[On gist.github.com or pastebin.com. If applicable, always include if unsure or
73-
reporting any kind of communication issues between OctoPrint and your printer.
74-
Never truncate.
90+
reporting communication issues. Never truncate.
7591

7692
serial.log is usually not written due to performance reasons and must be
7793
enabled explicitly. Provide at the very least the FULL contents of your
7894
terminal tab at the time of the bug occurrence, even if you do not have
79-
a serial.log.]
95+
a serial.log (which the Contribution Guidelines tell you where to find).]
8096

8197
#### Link to contents of Javascript console in the browser
8298

8399
[On gist.github.com or pastebin.com or alternatively a screenshot. If applicable -
84-
always include if unsure or reporting UI issues.]
100+
always include if unsure or reporting UI issues.
101+
102+
The Contribution Guidelines tell you where to find that.]
85103

86-
#### Screenshot(s) or video(s) showing the problem:
104+
#### Screenshot(s)/video(s) showing the problem:
87105

88106
[If applicable. Always include if unsure or reporting UI issues.]
89107

.versioneer-lookup

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ prerelease
1818
HEAD
1919
\(detached.*
2020

21-
# maintenance is currently the branch for preparation of maintenance release 1.3.2
21+
# maintenance is currently the branch for preparation of maintenance release 1.3.3
2222
# so are any fix/... and improve/... branches
23-
maintenance 1.3.2 6393de8c7d42a8bbddcab7cdbb6530ea88a8c82d pep440-dev
24-
fix/.* 1.3.2 6393de8c7d42a8bbddcab7cdbb6530ea88a8c82d pep440-dev
25-
improve/.* 1.3.2 6393de8c7d42a8bbddcab7cdbb6530ea88a8c82d pep440-dev
23+
maintenance 1.3.3 0a69dbeddb301d5a32827a3f0d561f875df24234 pep440-dev
24+
fix/.* 1.3.3 0a69dbeddb301d5a32827a3f0d561f875df24234 pep440-dev
25+
improve/.* 1.3.3 0a69dbeddb301d5a32827a3f0d561f875df24234 pep440-dev
26+
27+
# staging/maintenance is currently the branch for preparation of 1.3.3rc4 (if we'll need that)
28+
staging/maintenance 1.3.3rc4 ce1541e956778b732458599a21f38b6783a0c2ec pep440-dev
2629

2730
# every other branch is a development branch and thus gets resolved to 1.4.0-dev for now
2831
.* 1.4.0 7f5d03d0549bcbd26f40e7e4a3297ea5204fb1cc pep440-dev

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ date of first contribution):
7979
* [Greg Hulands](https://github.com/ghulands)
8080
* [Andreas Werner](https://github.com/gallore)
8181
* [Shawn Bruce](https://github.com/kantlivelong)
82+
* [Claudiu Ceia] (https://github.com/ClaudiuCeia)
8283

8384
OctoPrint started off as a fork of [Cura](https://github.com/daid/Cura) by
8485
[Daid Braam](https://github.com/daid). Parts of its communication layer and

0 commit comments

Comments
 (0)