Various fixes for 2.0.x configs
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							f9aa1daa0d
						
					
				
				
					commit
					aed0cfa3d1
				
			| @@ -781,14 +781,14 @@ | ||||
|  | ||||
| // The size of the print bed | ||||
| #define X_BED_SIZE 200 | ||||
| #define Y_BED_SIZE 200 | ||||
| #define Y_BED_SIZE 180 | ||||
|  | ||||
| // Travel limits (mm) after homing, corresponding to endstop positions. | ||||
| #define X_MIN_POS 0 | ||||
| #define Y_MIN_POS 20 | ||||
| #define Z_MIN_POS 0 | ||||
| #define X_MAX_POS X_BED_SIZE | ||||
| #define Y_MAX_POS Y_BED_SIZE | ||||
| #define Y_MAX_POS ((Y_BED_SIZE) + (Y_MIN_POS)) | ||||
| #define Z_MAX_POS 190 | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -781,14 +781,14 @@ | ||||
|  | ||||
| // The size of the print bed | ||||
| #define X_BED_SIZE 200 | ||||
| #define Y_BED_SIZE 200 | ||||
| #define Y_BED_SIZE 180 | ||||
|  | ||||
| // Travel limits (mm) after homing, corresponding to endstop positions. | ||||
| #define X_MIN_POS 0 | ||||
| #define Y_MIN_POS 20 | ||||
| #define Z_MIN_POS 0 | ||||
| #define X_MAX_POS X_BED_SIZE | ||||
| #define Y_MAX_POS Y_BED_SIZE | ||||
| #define Y_MAX_POS ((Y_BED_SIZE) + (Y_MIN_POS)) | ||||
| #define Z_MAX_POS 190 | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user