forked from prusa3d/PrusaSlicer
-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
285 additions
and
186 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* @lordofhyphens @supermerill | ||
* @supermerill @lordofhyphens | ||
|
||
.github/CODEOWNERS @lordofhyphens | ||
.github/CODEOWNERS @supermerill |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,19 @@ | ||
### Version | ||
_Version of Slic3r used goes here_ | ||
|
||
_Use `About->About Slic3r` for release versions._ | ||
|
||
_Do not report Prusa3D Slic3r bugs here without confirming it is a problem on a development release of Slic3r, or your issue will be closed. *Only* use normal Slic3r version IDs._ | ||
|
||
_For -dev versions, use `git describe --tag` or get the hash value for the version you downloaded or `git rev-parse HEAD`_ | ||
_Version of SuperSlicer used goes here (help->about)_ | ||
|
||
### Operating system type + version | ||
_What OS are you using, and state any version #s_ | ||
|
||
### Behavior | ||
* _Describe the problem_ | ||
* _Steps needed to reproduce the problem_ | ||
* _If this is a command-line slicing issue, include the options used_ | ||
* _Expected Results_ | ||
* _Actual Results_ | ||
* _Screenshots from __*Slic3r*__ preview are preferred_ | ||
* _Screenshots if useful_ | ||
|
||
_Is this a new feature request?_ | ||
Related guides for writing feature requests: http://meta.stackexchange.com/a/259196 http://nickohrn.com/2013/09/write-great-feature-request-bug-report/ | ||
|
||
|
||
#### STL/Config (.ZIP) where problem occurs | ||
_Upload a zipped copy of an STL and your config (`File -> Export Config`)_ | ||
#### Project File (.3MF) where problem occurs | ||
_*Upload a Project File* (.3MF) `Plater -> Save Project as...`_ | ||
_You have to zip it (or rename it to .zip) to be able to drag& drop it here_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
name: Bug report template | ||
about: Old bug report template do modify manually | ||
|
||
--- | ||
|
||
### Do not report Prusa3D Slic3r bugs here without confirming it is a problem on a development release of Slic3r, or your issue will be closed. [Development builds of Slic3r](https://dl.slic3r.org/dev). [Prusa3D Issue Tracker](https://github.com/Prusa3D/Slic3r/issues) | ||
|
||
**Describe the bug** | ||
**Bug description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
!!>> Project File <<!! | ||
*Please* upload a ZIP archive containing the project file used when the problem arise: `File`->`Save project as...`, then zip it & drop it here. | ||
Please export it just before the problem occur. Even if you did nothing and/or there is no object, export it! (it contains your current configuration). | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**3D Model and Slic3r Configuration Export** | ||
Please upload a ZIP archive containing a copy of the 3D model you are seeing this bug with and a CTRL-E export of the configuration used. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. MacOS, Linux, Windows] | ||
- Version [e.g. 1.3.0] | ||
- _Do not report Prusa3D Slic3r bugs here without confirming it is a problem on a development release of Slic3r, or your issue will be closed. *Only* use normal Slic3r version IDs._ | ||
- _For -dev versions, use `git describe --tag` or get the hash value for the version you downloaded or `git rev-parse HEAD`_ | ||
- _Use `About->About Slic3r` for release versions._ | ||
- Version [e.g. 2.3.55.5], Use `Help->About`_ | ||
- Printer model | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: | | ||
What is the problem? | ||
What did you expect? | ||
You paste or drop screenshots here | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: to_reproduce | ||
attributes: | ||
label: Project file & How to reproduce | ||
description: "*Please* upload a ZIP archive containing the project file used when the problem arise. Please export it just before the problem occur. Even if you did nothing and/or there is no object, export it! (it contains your current configuration)." | ||
placeholder: | | ||
`File`->`Save project as...` then zip it & drop it here | ||
Also, if needed include the steps to reproduce the bug: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of our software are you running? You can have the full version in `Help` -> `About superslicer`. | ||
placeholder: 2.4.60.2 | ||
validations: | ||
required: false | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: with the version if possible | ||
placeholder: windows 10 / ubuntu 22.04 / macos 15 | ||
validations: | ||
required: false | ||
- type: input | ||
id: printer | ||
attributes: | ||
label: Printer model | ||
description: May be useful to update default profile, or understand why to creates a problem | ||
placeholder: voron 2.4 with afterburner | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,7 @@ local-lib | |
build* | ||
deps/build* | ||
deps/deps-* | ||
**/.DS_Store | ||
|
||
# MacOS Ignores | ||
.DS_Store | ||
|
Oops, something went wrong.