44:310be640a303 | 45:c82943fb205f |
---|---|
1 ; test restoring of relative extrusion mode | |
2 ; after pause https://github.com/kliment/Printrun/issues/1083 | |
3 G28 | |
4 G90 ; abs all, including E | |
5 M83 ; relative E | |
6 ;@!print('Please press Resume and check for M 83') | |
7 ;@!self.p.loud = True | |
8 ;@pause | |
9 ;@!self.p.loud = False | |
10 ;@!threading.Timer(2, lambda logbox: print('PASSED. Seen M 83' if 'M' + '83' in logbox.Value else 'FAILED: M 83 not seen'), (self.logbox,)).start() |