[notifications]
moonraker_throttle: truesend notifications when moonraker detects a system throttle (only on rpi)
timelapse: truesend a notification with the timelapse as soon as a timelapse is finished with rendering
embed_blacklist:
example:
embed_blacklist:
- printjob_completedisable notifications for specific embeds
gcode_notifications: trueenable gcode notifications (M117 gcode)
gcode_blacklist:
- /(Rendering (\||\/|-|\\))/g
- /^.*(Time Left).*$/gblacklist gcode messages (supports regex syntax)
gcode_whitelist
example:
gcode_whitelist:
- i am a normal message
- /^.*(i am regex).*$/gwhitelist gcode messages (supports regex syntax)
temp_notifications: falseenable notifications when the printer reached its target temperature
temp_notification_offset: 3offset for the target temperatur (example: target is 200C, offset is 3. it will trigger the notification between 197C and 203C)
temp_notification_duration: 5time when the target temperature is maintained before the notification is sent
temp_notification_delay: 30delay 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: 30default notifications configuration
Last updated