[notifications]

moonraker_throttle: true

send notifications when moonraker detects a system throttle (only on rpi)

timelapse: true

send a notification with the timelapse as soon as a timelapse is finished with rendering

embed_blacklist:

example:

embed_blacklist:
- printjob_complete

disable notifications for specific embeds

gcode_notifications: true

enable gcode notifications (M117 gcode)

gcode_blacklist:
- /(Rendering (\||\/|-|\\))/g
- /^.*(Time Left).*$/g

blacklist gcode messages (supports regex syntax)

whitelist gcode messages (supports regex syntax)

enable notifications when the printer reached its target temperature

offset for the target temperatur (example: target is 200C, offset is 3. it will trigger the notification between 197C and 203C)

time when the target temperature is maintained before the notification is sent

delay before the temperature notification gets send

default notifications configuration

Last updated