Auto Calibration points
Posted: Tue Feb 28, 2017 11:04 am
Will changing the outer probe points mess up the calibration?
What I'm running into is that outer Y probe point is too close to the tower and the white tension piece is getting forced up against the hot end fan enough to stop the fan. I was hoping that moving the points in a little wouldn't completely mess up the auto-calibration.
I've included the G-Code.
; Auto calibration routine for SeeMeCNC Rostock MAX V2
;
; About the G30 S parameter
; Used to specify what calibration computation to perform.
;
; S=-1 Don't adjust anything, just print the height error at each probe point
; S=0 Equivalent to S=<number_of_points_probed>
; S=3 Adjust homing switch corrections only
; S=4 Adjust homing switch corrections and delta radius
; S=6 Adjust homing switch corrections, delta radius, and X and Y tower position offsets
; S=7 Adjust homing switch corrections, delta radius, X and Y tower position offsets, and diagonal rod length
M561 ; clear any bed transform, otherwise homing may be at the wrong height
G28 ; home the printer
G1 X0.00 Y135.00 Z10 F15000 ; move to just above the first probe point (from the list below)
; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 13 points, 6 factors, probing radius: 135, probe offset (0, 0)
G30 P0 X0.00 Y135.00 Z-99999 H0
G30 P1 X116.91 Y67.50 Z-99999 H0
G30 P2 X116.91 Y-67.50 Z-99999 H0
G30 P3 X0.00 Y-135.00 Z-99999 H0
G30 P4 X-116.91 Y-67.50 Z-99999 H0
G30 P5 X-116.91 Y67.50 Z-99999 H0
G30 P6 X0.00 Y67.50 Z-99999 H0
G30 P7 X58.46 Y33.75 Z-99999 H0
G30 P8 X58.46 Y-33.75 Z-99999 H0
G30 P9 X0.00 Y-67.50 Z-99999 H0
G30 P10 X-58.46 Y-33.75 Z-99999 H0
G30 P11 X-58.46 Y33.75 Z-99999 H0
G30 P12 X0 Y0 Z-99999 S6
G1 X0 Y0 Z150 F15000 ; get the head out of the way of the bed
What I'm running into is that outer Y probe point is too close to the tower and the white tension piece is getting forced up against the hot end fan enough to stop the fan. I was hoping that moving the points in a little wouldn't completely mess up the auto-calibration.
I've included the G-Code.
; Auto calibration routine for SeeMeCNC Rostock MAX V2
;
; About the G30 S parameter
; Used to specify what calibration computation to perform.
;
; S=-1 Don't adjust anything, just print the height error at each probe point
; S=0 Equivalent to S=<number_of_points_probed>
; S=3 Adjust homing switch corrections only
; S=4 Adjust homing switch corrections and delta radius
; S=6 Adjust homing switch corrections, delta radius, and X and Y tower position offsets
; S=7 Adjust homing switch corrections, delta radius, X and Y tower position offsets, and diagonal rod length
M561 ; clear any bed transform, otherwise homing may be at the wrong height
G28 ; home the printer
G1 X0.00 Y135.00 Z10 F15000 ; move to just above the first probe point (from the list below)
; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 13 points, 6 factors, probing radius: 135, probe offset (0, 0)
G30 P0 X0.00 Y135.00 Z-99999 H0
G30 P1 X116.91 Y67.50 Z-99999 H0
G30 P2 X116.91 Y-67.50 Z-99999 H0
G30 P3 X0.00 Y-135.00 Z-99999 H0
G30 P4 X-116.91 Y-67.50 Z-99999 H0
G30 P5 X-116.91 Y67.50 Z-99999 H0
G30 P6 X0.00 Y67.50 Z-99999 H0
G30 P7 X58.46 Y33.75 Z-99999 H0
G30 P8 X58.46 Y-33.75 Z-99999 H0
G30 P9 X0.00 Y-67.50 Z-99999 H0
G30 P10 X-58.46 Y-33.75 Z-99999 H0
G30 P11 X-58.46 Y33.75 Z-99999 H0
G30 P12 X0 Y0 Z-99999 S6
G1 X0 Y0 Z150 F15000 ; get the head out of the way of the bed