You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
Thank you for submitting your feedback to the Marlin project.
|
|
Please use one of the templates below to fill out this box.
|
|
|
|
------------------------------------------------------------
|
|
### Feature Request
|
|
Please put [FR] in the issue title: `[FR] Add-on that goes 'ping'`
|
|
|
|
------------------------------------------------------------
|
|
### Compile Error
|
|
When I compile with `FEATURE_X` I get an error:
|
|
```
|
|
Paste_the_error_text_here
|
|
```
|
|
|
|
------------------------------------------------------------
|
|
### Bug Report
|
|
- Description: ---
|
|
- Expected behaviour: ---
|
|
- Actual behaviour: ---
|
|
- Steps to reproduce:
|
|
- Do this
|
|
- Do that
|
|
|
|
Attach a ZIP of `Configuration.h` and `Configuration_adv.h` by dropping here.
|
|
|
|
------------------------------------------------------------
|
|
### Bug Report Tips
|
|
- When troubleshooting, use `M502` followed by `M500` to reset EEPROM to defaults.
|
|
- Use `DEBUG_LEVELING_FEATURE` with `M111 S247` for detailed logging of homing/leveling.
|
|
- Format text with: **bold**, _italic_, `code`.
|
|
- Format C++ with three backticks, plus "cpp":
|
|
```cpp
|
|
void my_function(bool do_it) {
|
|
// Hold this spot
|
|
}
|
|
```
|