Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 12, 2019 01:49PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 12, 2019 01:52PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 12, 2019 05:36PM |
Registered: 7 years ago Posts: 759 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 12, 2019 06:50PM |
Registered: 12 years ago Posts: 22 |
/** * Points to probe for all 3-point Leveling procedures. * Override if the automatically selected points are inadequate. */ #if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL) #define PROBE_PT_1_X 35 #define PROBE_PT_1_Y 180 #define PROBE_PT_2_X 35 #define PROBE_PT_2_Y 35 #define PROBE_PT_3_X 170 #define PROBE_PT_3_Y 35 #endif
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 13, 2019 02:32PM |
Registered: 6 years ago Posts: 265 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 01:43PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 03:06PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 04:50PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 05:29PM |
Registered: 6 years ago Posts: 265 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 05:35PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 05:52PM |
Registered: 12 years ago Posts: 22 |
Probing mesh point 16/16. >>> probe_pt(133.33, 133.33, raise, 0, probe_relative) current_position=(103.33, 128.33, 8.70) : >>> do_blocking_move_to(103.33, 128.33, 8.70) <<< do_blocking_move_to current_position=(103.33, 128.33, 8.70) : set_probe_deployed deploy: 1 do_probe_raise(10.00) >>> do_blocking_move_to(103.33, 128.33, 15.70) <<< do_blocking_move_to echo:busy: processing >>> do_blocking_move_to(103.33, 128.33, 15.70) <<< do_blocking_move_to current_position=(103.33, 128.33, 15.70) : >>> run_z_probe current_position=(103.33, 128.33, 15.70) : >>> do_probe_move >>> do_blocking_move_to(103.33, 128.33, 3.70) <<< do_blocking_move_to echo:busy: processing echo:busy: processing echo:busy: processing current_position=(103.33, 128.33, 3.70) : sync_plan_position current_position=(103.33, 128.33, 3.70) : <<< do_probe_move SLOW Probe fail! current_position=(103.33, 128.33, 3.70) : <<< run_z_probe >>> do_blocking_move_to(103.33, 128.33, 8.70) <<< do_blocking_move_to echo:busy: processing current_position=(103.33, 128.33, 8.70) : set_probe_deployed deploy: 0 >>> do_blocking_move_to(103.33, 128.33, 8.70) <<< do_blocking_move_to Errorrobing Failed
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 05:57PM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 14, 2019 06:29PM |
Registered: 6 years ago Posts: 265 |
Quote
Mark Benson
If I set the X_/Y_MAX_POS to keep the nozzle on the bed the probe is off the bed. If I constrain it so the probe in on the bed, I lose printable area.
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 17, 2019 09:55AM |
Registered: 12 years ago Posts: 22 |
Re: Head does not move in x and y when trying to build UBL mesh (probes in same place repeatedly) August 18, 2019 02:24PM |
Registered: 12 years ago Posts: 22 |
Z_PROBE_LOW_POINTwasn't low enough to allow probing to work.