Skip to content

Quick guide to writing good bug reports

henrikbrixandersen edited this page Jul 15, 2012 · 12 revisions

Did you encounter an issue with using Slic3r? Fear not! This guide will help you to write a good bug report in just a few, simple steps.

There is a good chance that the issue, you have encountered, is already reported. Please check the list of reported issues before creating a new issue report. If you find an existing issue report, feel free to add further information to that report.

If possible, please include the following information when reporting an issue:

  • Slic3r version
  • Operating system type + version
  • Steps to reproduce the issue, including:
    • Command line parameters used, if any
    • Slic3r configuration file
    • Expected result
    • Actual result
    • Any error messages
  • If the issue is related to G-code generation, please include the following:
    • Input file (STL, OBJ or AMF)
    • a screenshot of the G-code layer with the issue (e.g. using Pronterface)

Simon Tatham has written an excellent on How to Report Bugs Effectively which is well worth reading, although it is not specific to Slic3r.