Add *_DRIVER_TYPE to example configs
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi>
This commit is contained in:
		@@ -551,6 +551,29 @@
 | 
			
		||||
#define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop.
 | 
			
		||||
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to true to invert the logic of the probe.
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Specify Stepper Driver types
 | 
			
		||||
 * The options are used to determine driver pulse timings as well as more advanced functionality.
 | 
			
		||||
 * Stepper timing options can be overridden in Configuration_adv.h
 | 
			
		||||
 *
 | 
			
		||||
 * Options: A4988, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
 | 
			
		||||
 *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
 | 
			
		||||
 *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
 | 
			
		||||
 *          TMC5130, TMC5130_STANDALONE
 | 
			
		||||
 * :['A4988', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
 | 
			
		||||
 */
 | 
			
		||||
#define X_DRIVER_TYPE  A4988
 | 
			
		||||
#define Y_DRIVER_TYPE  A4988
 | 
			
		||||
#define Z_DRIVER_TYPE  A4988
 | 
			
		||||
#define X2_DRIVER_TYPE A4988
 | 
			
		||||
#define Y2_DRIVER_TYPE A4988
 | 
			
		||||
#define Z2_DRIVER_TYPE A4988
 | 
			
		||||
#define E0_DRIVER_TYPE A4988
 | 
			
		||||
#define E1_DRIVER_TYPE A4988
 | 
			
		||||
#define E2_DRIVER_TYPE A4988
 | 
			
		||||
#define E3_DRIVER_TYPE A4988
 | 
			
		||||
#define E4_DRIVER_TYPE A4988
 | 
			
		||||
 | 
			
		||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
 | 
			
		||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
 | 
			
		||||
//#define ENDSTOP_INTERRUPTS_FEATURE
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user