Rich Cattell Marlin G30 probe 'shudder' June 01, 2015 07:28PM |
Registered: 10 years ago Posts: 20 |
SENDING:G30 X0 Y0 Bed Z-Height at X:0.00 Y:0.00 = 85.8000 Carriage Positions: [341.40, 332.50, 333.11]
SENDING:G30 A Starting Auto Calibration.. Z-Tower Endstop Offsets 167.4001 X:0.00 Y:0.00 Z:0.00 167.4001 167.4001 Tower Position Adjust 126.6000 A:0.00 B:0.00 C:0.00 167.4001 167.4001 I:0.00 J:0.00 K:0.00 167.4001 Delta Radius: 127.0000 X-Tower Y-Tower Diag Rod: 277.0000 The position of the endstop switches on this printer are not within limits Adjust endstop switches so that they are within 3mm Z-height of each other Current Endstop Positions - X: 167.40 Y: 167.40 Z: 167.40 Autocalibration aborted
#define Z_PROBE_OFFSET {10, 5, -2, 0} // X, Y, Z, E distance between hotend nozzle and deployed bed leveling probe. #define Z_PROBE_DEPLOY_START_LOCATION {0, 0, 30, 0} // X, Y, Z, E start location for z-probe deployment sequence #define Z_PROBE_DEPLOY_END_LOCATION {0, 0, 30, 0} // X, Y, Z, E end location for z-probe deployment sequence #define Z_PROBE_RETRACT_START_LOCATION {0, 0, 30, 0} // X, Y, Z, E start location for z-probe retract sequence #define Z_PROBE_RETRACT_END_LOCATION {0, 0, 30, 0} // X, Y, Z, E end location for z-probe retract sequence
Re: Rich Cattell Marlin G30 probe 'shudder' June 03, 2015 10:49AM |
Registered: 13 years ago Posts: 134 |
Re: Rich Cattell Marlin G30 probe 'shudder' June 12, 2015 02:50AM |
Registered: 10 years ago Posts: 20 |
Re: Rich Cattell Marlin G30 probe 'shudder' June 12, 2015 03:04AM |
Registered: 12 years ago Posts: 805 |
Re: Rich Cattell Marlin G30 probe 'shudder' June 14, 2015 01:11PM |
Registered: 10 years ago Posts: 20 |