Desuuuu / klipper

Klipper is a 3d-printer firmware. Modified to work with DWIN T5UID1 touchscreens.
GNU General Public License v3.0
124 stars 51 forks source link

Fix for Abort/pause/resume not working #40

Closed GeoCyberwolf closed 3 years ago

GeoCyberwolf commented 3 years ago

Fixes #39

I think this is the right way to merge my fork with yours?

I'm new to using git!

Desuuuu commented 3 years ago

The problem should be fixed by 2529eea491744eadd680d3cb0336627e42093149, which also keeps the current behaviour of letting the host handle pausing/resuming when not using virtual SD.

GeoCyberwolf commented 3 years ago

The problem should be fixed by 2529eea, which also keeps the current behaviour of letting the host handle pausing/resuming when not using virtual SD.

Ahhhhhh thats the bit I was missing, its the virtual SD that changes things.

Excellent work on this, by the way! I'd consider merging this to the main klipper repo, the touchscreen support seems complete enough to me.