warn user of an invalid combination
This commit is contained in:
		
							parent
							
								
									43a95ae5ad
								
							
						
					
					
						commit
						8fb30aaed6
					
				| @ -293,6 +293,8 @@ | |||||||
|     #error "BABYSTEPPING is not implemented for SCARA yet." |     #error "BABYSTEPPING is not implemented for SCARA yet." | ||||||
|   #elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY) |   #elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY) | ||||||
|     #error "BABYSTEPPING only implemented for Z axis on deltabots." |     #error "BABYSTEPPING only implemented for Z axis on deltabots." | ||||||
|  |   #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) &&  ENABLED(MESH_BED_LEVELING) | ||||||
|  |     #error "MESH_BED_LEVELING and BABYSTEP_ZPROBE_OFFSET is not a valid combination" | ||||||
|   #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE |   #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE | ||||||
|     #error "BABYSTEP_ZPROBE_OFFSET requires a probe." |     #error "BABYSTEP_ZPROBE_OFFSET requires a probe." | ||||||
|   #endif |   #endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user