We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835bf31 commit c5fdcf9Copy full SHA for c5fdcf9
octoprint_filamentsensorng/__init__.py
@@ -78,6 +78,7 @@ def get_settings_defaults(self):
78
'mode':0, # Board Mode
79
'confirmations':5,# Confirm that we're actually out of filament
80
'no_filament_gcode':'',
81
+ 'debug_mode':0, # Debug off!
82
'pause_print':True,
83
})
84
0 commit comments