Tweak some config comments
This commit is contained in:
		| @@ -926,7 +926,7 @@ | ||||
|  | ||||
| //#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off. | ||||
|  | ||||
| //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ... | ||||
| //#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... | ||||
|                              // Be sure you have this distance over your Z_MAX_POS in case. | ||||
|  | ||||
| // Direction of endstops when homing; 1=MAX, -1=MIN | ||||
|   | ||||
| @@ -597,7 +597,7 @@ | ||||
|   #define SD_DETECT_INVERTED | ||||
|  | ||||
|   #define SD_FINISHED_STEPPERRELEASE true          // Disable steppers when SD Print is finished | ||||
|   #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the z enabled so your bed stays in place. | ||||
|   #define SD_FINISHED_RELEASECOMMAND "M84 X Y Z E" // You might want to keep the Z enabled so your bed stays in place. | ||||
|  | ||||
|   // Reverse SD sort to show "more recent" files first, according to the card's FAT. | ||||
|   // Since the FAT gets out of order with usage, SDCARD_SORT_ALPHA is recommended. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user