Skip to content

Commit c5fdcf9

Browse files
committed
Add missing default setting.
1 parent 835bf31 commit c5fdcf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

octoprint_filamentsensorng/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def get_settings_defaults(self):
7878
'mode':0, # Board Mode
7979
'confirmations':5,# Confirm that we're actually out of filament
8080
'no_filament_gcode':'',
81+
'debug_mode':0, # Debug off!
8182
'pause_print':True,
8283
})
8384

0 commit comments

Comments
 (0)