|
@@ -50,6 +50,8 @@ body:
|
50
|
50
|
Describe the bug in this section. Tell us what you were trying to do and what
|
51
|
51
|
happened that you did not expect. Provide a clear and concise description of the
|
52
|
52
|
problem and include as many details as possible.
|
|
53
|
+
|
|
54
|
+ When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.
|
53
|
55
|
placeholder: |
|
54
|
56
|
Marlin doesn't work.
|
55
|
57
|
validations:
|
|
@@ -147,23 +149,20 @@ body:
|
147
|
149
|
- Same as my slicer
|
148
|
150
|
- Other (explain below)
|
149
|
151
|
|
150
|
|
- - type: markdown
|
|
152
|
+ - type: checkboxes
|
151
|
153
|
attributes:
|
152
|
|
- value: >-
|
153
|
|
- ## Other things to include
|
154
|
|
-
|
155
|
|
- Please also be sure to include these items to help with troubleshooting:
|
156
|
|
-
|
157
|
|
- * **A ZIP file** containing your `Configuration.h` and `Configuration_adv.h`.
|
158
|
|
- (Please don't paste lengthy configuration text here.)
|
159
|
|
- * **Log output** from the host. (`M111 S247` for maximum logging.)
|
160
|
|
- * **Images or videos** demonstrating the problem, if it helps to make it clear.
|
161
|
|
- * **A G-Code file** that exposes the problem, if not affecting _all_ G-code.
|
162
|
|
-
|
163
|
|
- If you've made any other modifications to the firmware, please describe them in detail in the space provided.
|
164
|
|
-
|
165
|
|
- When pasting formatted text into the box below don't forget to put ` ``` ` (on its own line) before and after to make it readable.
|
|
154
|
+ label: Other things to include
|
|
155
|
+ options:
|
|
156
|
+ - label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`.
|
|
157
|
+ required: true
|
|
158
|
+ - label: Log output from the host. (`M111 S247` for maximum logging.)
|
|
159
|
+ - label: Images or videos demonstrating the problem, if it helps to make it clear.
|
|
160
|
+ - label: A G-Code file that exposes the problem, if not affecting _all_ G-code.
|
166
|
161
|
|
167
|
162
|
- type: textarea
|
168
|
163
|
attributes:
|
169
|
164
|
label: Additional information & file uploads
|
|
165
|
+ description: >-
|
|
166
|
+ If you've made any other modifications to the firmware, please describe them in detail.
|
|
167
|
+
|
|
168
|
+ When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.
|