Laserbea4k43
Well-known member
- Printer Model
 - Voron 2.4 350
 
- Extruder Type
 - Galileo
 
- Cooling Type
 - Stealthburner
 
Hello,
I've in stalled a low-profile y-endstop and transposed z-chain mod after installing an EBB 2209 USB.
After doing so, I've had to(?) physically adjust my bed location in order to get 0,0 to meet at the front-left corner of my bed, it was hanging over a bit. But also modified my steppers config like so:
	
	
	
		
Now, when I use my clean nozzle script, it the nozzle doesn't reach the brush, so I tried adjusting by updating the brush position as follows:
	
	
	
		
Running the script now gives me an out of range error.
Could someone help me reconfigure?
	
		
			
		
		
	
				
			I've in stalled a low-profile y-endstop and transposed z-chain mod after installing an EBB 2209 USB.
After doing so, I've had to(?) physically adjust my bed location in order to get 0,0 to meet at the front-left corner of my bed, it was hanging over a bit. But also modified my steppers config like so:
		Python:
	
	[stepper_x]
##    Uncomment for 350mm build
position_endstop: 348.5
position_max: 348.5
[stepper_y]
##    Uncomment for 350mm build
position_endstop: 349
position_max: 349
	Now, when I use my clean nozzle script, it the nozzle doesn't reach the brush, so I tried adjusting by updating the brush position as follows:
		Python:
	
	## These are only used if location_bucket_rear is False. You specify a custom location in y axis for your brush - see diagram above. ##
variable_brush_front:       357        
variable_brush_depth:       377
	Running the script now gives me an out of range error.
Could someone help me reconfigure?