Teacup: How to automatically pause a print? August 02, 2011 10:57AM |
Registered: 14 years ago Posts: 581 |
Re: Teacup: How to automatically pause a print? August 02, 2011 01:04PM |
Registered: 14 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Teacup: How to automatically pause a print? August 02, 2011 07:54PM |
Registered: 14 years ago Posts: 1,797 |
Re: Teacup: How to automatically pause a print? August 02, 2011 08:56PM |
Registered: 17 years ago Posts: 1,094 |
Re: Teacup: How to automatically pause a print? August 03, 2011 01:45AM |
Registered: 14 years ago Posts: 1,797 |
Re: Teacup: How to automatically pause a print? August 03, 2011 06:48AM |
Registered: 17 years ago Posts: 1,094 |
case 226: for (uint8_t debounce = 0; debounce < 8; loopstuff()) if (READ(RESUME_PIN)) debounce++ else debounce = 0;perhaps