name: 🐞 Bug Report description: Something behaves incorrectly while Orca Slicer keeps running labels: ["bug"] body: - type: markdown attributes: value: | **Thank you for using Orca Slicer and wanting to report a bug.** Please note that this is not the place to make feature requests or ask for help. For this, please use the [Feature request](https://github.com/OrcaSlicer/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others. If Orca Slicer closes on its own, freezes or stops responding, please use the [Crash report](https://github.com/OrcaSlicer/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=crash_report.yml) form instead. It asks for the logs a crash needs. Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. - type: checkboxes attributes: label: Is this issue reproducible in the latest nightly build? description: > Please verify this issue still happens in the latest nightly build first. It may already be fixed there: [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). options: - label: I have checked the latest nightly build and the issue is still reproducible required: true - type: checkboxes attributes: label: Is there an existing issue for this problem? description: Please search to see if an issue already exists for the bug you encountered. options: - label: I have searched the existing issues required: true - type: input id: version attributes: label: OrcaSlicer Version description: Which version of Orca Slicer are you running? You can see the full version in `Help` -> `About Orca Slicer`. placeholder: e.g. 2.5.0 validations: required: true - type: input id: working_version attributes: label: Regression compared to a previous version description: Did it work in a previous version? placeholder: e.g. 2.3.2 validations: required: false - type: dropdown id: os_type attributes: label: "Operating System (OS)" description: "What OSes are you experiencing issues on?" multiple: true options: - Linux - macOS - Windows validations: required: true - type: input id: os_version attributes: label: "OS Version" description: "What OS version does this relate to?" placeholder: "i.e. OS: Windows 7/8/10/11 ..., Ubuntu 22.04/Fedora 36 ..., macOS 10.15/11.1/12.3 ..." validations: required: true - type: textarea id: system_info attributes: label: Additional system information description: For the performance issue, please also show the CPU, Memory information; For the 3D Rendering issue, please also show the Display Card information. placeholder: | CPU: 11th gen Intel r core tm i7-1185g7/AMD Ryzen 7 6800h/... Memory: 32/16 GB... Display Card: NVIDIA Quadro P400/... validations: required: false - type: input id: printer attributes: label: Printer description: Which printer was selected placeholder: Voron 2.4/VzBot/Prusa MK4/Bambu Lab X1 series/Bambu Lab P1P/... validations: required: true - type: textarea id: reproduce_steps attributes: label: How to reproduce description: Please describe the detailed steps to reproduce this issue placeholder: | 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error validations: required: true - type: textarea id: actual_results attributes: label: Actual results description: What happens after the above steps? Please, enclose a screenshot whenever possible (even when you think the description is clear). validations: required: true - type: textarea id: expected_results attributes: label: Expected results description: What should happen after the above steps? validations: required: true - type: textarea id: file_uploads attributes: label: Project file & Debug log uploads description: | Attach the files with the **Paste, drop, or click to add files** control directly underneath this box. Zip anything that is not a `.log`, `.txt` or image, since GitHub rejects other file types, and keep each file under 25 MB. * The **project file** used when the problem happened, zipped. Export it just before or after the problem occurs. Even if you did nothing and there is no object on the plate, export it, since we need the configuration it carries. `File` -> `Save project as...` * The **log folder**, zipped. `Help` -> `Show Configuration Folder` opens it, or find it at: * Windows: `%APPDATA%\OrcaSlicer\log`, usually `C:\Users\\AppData\Roaming\OrcaSlicer\log` * macOS: `$HOME/Library/Application Support/OrcaSlicer/log` * Linux: `$HOME/.config/OrcaSlicer/log` * Flatpak: `$HOME/.var/app/com.orcaslicer.OrcaSlicer/config/OrcaSlicer/log` * If the zip comes out over 25 MB, attach the newest logs from that folder on their own instead. placeholder: | Zipped project file Zipped log folder validations: required: true - type: checkboxes id: file_checklist attributes: label: Checklist of files to include options: - label: Log file - label: Project file - type: textarea attributes: label: Anything else? description: | Screenshots? References? Anything that will give us more context about the issue you are encountering! validations: required: false