Various fixups to configs, spacing, etc.
This commit is contained in:
		@@ -1040,9 +1040,9 @@
 | 
			
		||||
 | 
			
		||||
  // Set the boundaries for probing (where the probe can reach).
 | 
			
		||||
  //#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
  //#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
 | 
			
		||||
  // Probe along the Y axis, advancing X after each column
 | 
			
		||||
  //#define PROBE_Y_FIRST
 | 
			
		||||
@@ -1948,9 +1948,10 @@
 | 
			
		||||
// If the servo can't reach the requested position, increase it.
 | 
			
		||||
#define SERVO_DELAY { 300 }
 | 
			
		||||
 | 
			
		||||
// Servo deactivation
 | 
			
		||||
//
 | 
			
		||||
// With this option servos are powered only during movement, then turned off to prevent jitter.
 | 
			
		||||
// Only power servos during movement, otherwise leave off to prevent jitter
 | 
			
		||||
//#define DEACTIVATE_SERVOS_AFTER_MOVE
 | 
			
		||||
 | 
			
		||||
// Allow servo angle to be edited and saved to EEPROM
 | 
			
		||||
//#define EDITABLE_SERVO_ANGLES
 | 
			
		||||
 | 
			
		||||
#endif // CONFIGURATION_H
 | 
			
		||||
 
 | 
			
		||||
@@ -1040,9 +1040,9 @@
 | 
			
		||||
 | 
			
		||||
  // Set the boundaries for probing (where the probe can reach).
 | 
			
		||||
  //#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
  //#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
 | 
			
		||||
  // Probe along the Y axis, advancing X after each column
 | 
			
		||||
  //#define PROBE_Y_FIRST
 | 
			
		||||
@@ -1948,9 +1948,10 @@
 | 
			
		||||
// If the servo can't reach the requested position, increase it.
 | 
			
		||||
#define SERVO_DELAY { 300 }
 | 
			
		||||
 | 
			
		||||
// Servo deactivation
 | 
			
		||||
//
 | 
			
		||||
// With this option servos are powered only during movement, then turned off to prevent jitter.
 | 
			
		||||
// Only power servos during movement, otherwise leave off to prevent jitter
 | 
			
		||||
//#define DEACTIVATE_SERVOS_AFTER_MOVE
 | 
			
		||||
 | 
			
		||||
// Allow servo angle to be edited and saved to EEPROM
 | 
			
		||||
//#define EDITABLE_SERVO_ANGLES
 | 
			
		||||
 | 
			
		||||
#endif // CONFIGURATION_H
 | 
			
		||||
 
 | 
			
		||||
@@ -1047,9 +1047,9 @@
 | 
			
		||||
 | 
			
		||||
  // Set the boundaries for probing (where the probe can reach).
 | 
			
		||||
  //#define LEFT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define RIGHT_PROBE_BED_POSITION (X_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
  //#define FRONT_PROBE_BED_POSITION MIN_PROBE_EDGE
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - MIN_PROBE_EDGE)
 | 
			
		||||
  //#define BACK_PROBE_BED_POSITION (Y_BED_SIZE - (MIN_PROBE_EDGE))
 | 
			
		||||
 | 
			
		||||
  // Probe along the Y axis, advancing X after each column
 | 
			
		||||
  //#define PROBE_Y_FIRST
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user