Update and fix CHDK
This commit is contained in:
		@@ -538,8 +538,6 @@
 | 
			
		||||
#define ENCODER_10X_STEPS_PER_SEC 75    // If the encoder steps per sec exceeds this value, multiply steps moved x10 to quickly advance the value
 | 
			
		||||
#define ENCODER_100X_STEPS_PER_SEC 160  // If the encoder steps per sec exceeds this value, multiply steps moved x100 to really quickly advance the value
 | 
			
		||||
 | 
			
		||||
//#define CHDK 4        //Pin for triggering CHDK to take a picture see how to use it here http://captain-slow.dk/2014/03/09/3d-printing-timelapses/
 | 
			
		||||
#define CHDK_DELAY 50 //How long in ms the pin should stay HIGH before going LOW again
 | 
			
		||||
 | 
			
		||||
// @section lcd
 | 
			
		||||
 | 
			
		||||
@@ -1471,6 +1469,15 @@
 | 
			
		||||
 | 
			
		||||
// @section extras
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Canon Hack Development Kit
 | 
			
		||||
 * http://captain-slow.dk/2014/03/09/3d-printing-timelapses/
 | 
			
		||||
 */
 | 
			
		||||
//#define CHDK_PIN    4   // Set and enable a pin for triggering CHDK to take a picture
 | 
			
		||||
#if PIN_EXISTS(CHDK)
 | 
			
		||||
  #define CHDK_DELAY 50   // (ms) How long the pin should remain HIGH
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Spindle & Laser control
 | 
			
		||||
 *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user