Disable BABYSTEP_XY, add to SDSORT comment
This commit is contained in:
		@@ -523,7 +523,7 @@
 | 
			
		||||
 | 
			
		||||
  // SD Card Sorting options
 | 
			
		||||
  #if ENABLED(SDCARD_SORT_ALPHA)
 | 
			
		||||
    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256).
 | 
			
		||||
    #define SDSORT_LIMIT       40     // Maximum number of sorted items (10-256). Costs 27 bytes each.
 | 
			
		||||
    #define FOLDER_SORTING     -1     // -1=above  0=none  1=below
 | 
			
		||||
    #define SDSORT_GCODE       false  // Allow turning sorting on/off with LCD and M34 g-code.
 | 
			
		||||
    #define SDSORT_USES_RAM    false  // Pre-allocate a static array for faster pre-sorting.
 | 
			
		||||
@@ -621,7 +621,7 @@
 | 
			
		||||
 */
 | 
			
		||||
#define BABYSTEPPING
 | 
			
		||||
#if ENABLED(BABYSTEPPING)
 | 
			
		||||
  #define BABYSTEP_XY                // Also enable X/Y Babystepping. Not supported on DELTA!
 | 
			
		||||
  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
 | 
			
		||||
  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
 | 
			
		||||
  #define BABYSTEP_MULTIPLICATOR 100 // Babysteps are very small. Increase for faster motion.
 | 
			
		||||
  //#define BABYSTEP_ZPROBE_OFFSET   // Enable to combine M851 and Babystepping
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user