Prusa3d Marlin fork
mmu2_power.h
1 #pragma once
2 
3 namespace MMU2 {
4 
5 void power_on();
6 
7 void power_off();
8 
9 void reset();
10 
11 } // namespace MMU2
New MMU2 protocol logic.
Definition: mmu2.cpp:26