#Ender S1 Pro won't Home after Ellis3d.com max Acceleration testing

7 messages · Page 1 of 1 (latest)

winged yacht
#

I'm new please bear with me.--So I was going through all the calibrations on ellis3d.com and I just completed the max acceleration testing and was going to start the max speed testing but it requires you to home. G28 returned "Move out of range: -13.012 -20.012 10.000 [0.000]" I assumed something skipped during the testing given that you run everything to the point it skips. I edited my x and y position_endstop and position_min to several different values and every time I get the same error but the x and y are -(my entered value).012 always. Then I ran G28 X - find no error G28 Y - fine no error G28 Z - BOOM Error. So that told me the error is on Z homing (or so I think) I ran Probe_calibrate - No change to error, Probe_accuracy then Probe_calibrate again- Still get the error- I have tried various figures for the Z stepper position_min no luck. Z stepper endstop_pin is set to use the probe for virtual endstop. Everything was working find before I ran this calibration and now I can't de anything with the printer since it won't home.

I have no idea what setting I need to change in Klipper to fix this issue please help.

#

[stepper_x]
step_pin: PC2
dir_pin: PB9
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: !PA5
position_endstop: -14
position_min: -14
position_max: 244
homing_speed: 50

[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: !PA6
position_endstop: -16
position_min: -16
position_max: 217
homing_speed: 50

[stepper_z]
step_pin: PB6
dir_pin: !PB5
enable_pin: !PC3
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop
position_max: 268
position_min: -15

[bltouch]
sensor_pin: ^PC14
control_pin: PC13
x_offset: -57
y_offset: -30
#z_offset: 2.80
speed:10
samples:1
samples_result:average
probe_with_touch_mode: true
stow_on_each_sample: true

[safe_z_home]
home_xy_position: 140, 144
speed: 100
z_hop: 10
z_hop_speed: 5
move_to_previous: true

wheat hawk
#

Klippy.log to,see the complete config

#

The error is either in your homing routine or more likely in that silly test macro. I assume that it let you in relative mode but your config is made for absolute

winged yacht
#

I fixed it out but didn't know exactly WHAT until I read your post.I reverted to an old Printer.cgf file and everything works again. But I had disabled any macros I thought might effect it. I DIDN'T disable the test macro!

wheat hawk
#

As said most likely it is a mismatch between absolute/relativ (G90/G91). That will solve itself after each printer start

#

So if you run in an issue if you print back to back than we need to analyze your config