Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Oct 12, 2023
1 parent b64314d commit 4f0a36a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Features merged into the master branch:

- [probe: z_calibration](https://github.com/DangerKlippers/danger-klipper/pull/31) ([klipper#4614](https://github.com/Klipper3d/klipper/pull/4614) / [protoloft/z_calibration](https://github.com/protoloft/klipper_z_calibration))

- [core: danger_options](https://github.com/DangerKlippers/danger-klipper/pull/67)

"Dangerous Klipper for dangerous users"

Klipper is a 3d-Printer firmware. It combines the power of a general
Expand Down
25 changes: 25 additions & 0 deletions docs/Config_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,31 @@ pins such as "extra_mcu:ar9" may then be used elsewhere in the config
[mcu my_extra_mcu]
# See the "mcu" section for configuration parameters.
```
## ⚠️ Danger Options
A collection of DangerKlipper-specific system options
```
[danger_options]
# If an unused config option or section should cause an error
# if False, will warn but allow klipper to still run
error_on_unused_config_options: True
# If statistics should be logged
# (helpful for keeping the log clean during development)
log_statistics: True
# If the config file should be logged at startup
log_config_file_at_startup: True
# If the bed mesh should be logged on startup
# (helpful for keeping the log clean during development)
log_bed_mesh_at_startup: True
# If we should log detailed crash info when an exception occurs
# Most of it is overly-verbose and fluff and we still get a stack trace
# for normal exceptions, so setting to False can help save time while developing
log_shutdown_info: True
```

## Common kinematic settings

Expand Down

0 comments on commit 4f0a36a

Please sign in to comment.