[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)
gcode_whitelist
example:
gcode_whitelist:
- i am a normal message
- /^.*(i am regex).*$/g
whitelist gcode messages (supports regex syntax)
temp_notifications: false
enable notifications when the printer reached its target temperature
temp_notification_offset: 3
offset for the target temperatur (example: target is 200C, offset is 3. it will trigger the notification between 197C and 203C)
temp_notification_duration: 5
time when the target temperature is maintained before the notification is sent
temp_notification_delay: 30
delay before the temperature notification gets send
[notifications]
moonraker_throttle: true
timelapse: true
embed_blacklist:
gcode_notifications: true
gcode_blacklist:
- /(Rendering (\||\/|-|\\))/g
- /^.*(Time Left).*$/g
gcode_whitelist:
temp_notifications: false
temp_notification_offset: 3
temp_notification_duration: 5
temp_notification_delay: 30
default notifications configuration
Last updated