TheJoshW / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
1 stars 0 forks source link

Add get_status() #24

Closed TheJoshW closed 3 years ago

TheJoshW commented 3 years ago

get_status is used by Jinga and other applications to show state to the user. Simply pass through RunoutHelper state: self.get_status = self.runout_helper.get_status

TheJoshW commented 3 years ago

Fixed by PR #4281