My Marlin configs for Fabrikator Mini and CTC i3 Pro B
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.

feature_request.yml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: ✨ Request a feature
  2. description: Request a new Marlin Firmware feature
  3. title: "[FR] (feature summary)"
  4. labels: 'T: Feature Request'
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. Do you want to ask a question? Are you looking for support? Please use one of the [support links](https://github.com/MarlinFirmware/Marlin/issues/new/choose).
  10. - type: markdown
  11. attributes:
  12. value: >
  13. **Thank you for requesting a new Marlin Firmware feature!**
  14. ## Before Requesting a Feature
  15. - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
  16. - Check the latest [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see if the feature already exists.
  17. - Before you proceed with your request, please consider if it is necessary to make it into a firmware feature, or if it may be better suited for a slicer or host feature.
  18. - type: textarea
  19. attributes:
  20. label: Is your feature request related to a problem? Please describe.
  21. description: A clear description of the problem (e.g., "I need X but Marlin can't do it [...]").
  22. - type: textarea
  23. attributes:
  24. label: Are you looking for hardware support?
  25. description: Tell us the printer, board, or peripheral that needs support.
  26. - type: textarea
  27. attributes:
  28. label: Describe the feature you want
  29. description: A clear description of the feature and how you think it should work.
  30. validations:
  31. required: true
  32. - type: textarea
  33. attributes:
  34. label: Additional context
  35. description: Add any other context or screenshots about the feature request here.