After following the steps on Z-probe, can't compile and upload
Dear All,
Hope someone can help me to see what I have missed out.
My current Firmware is Repetier 0.92.3.
Delta printer
I followed the steps given from this site:
Hope someone can help me to see what I have missed out.
My current Firmware is Repetier 0.92.3.
Delta printer
I followed the steps given from this site:
#define FEATURE_Z_PROBE true
#define Z_PROBE_PIN 63
#define Z_PROBE_PULLUP true
#define Z_PROBE_ON_HIGH true
#define Z_PROBE_X_OFFSET -11.2625
#define Z_PROBE_Y_OFFSET -6.5
#define Z_PROBE_WAIT_BEFORE_TEST false
/** Speed of z-axis in mm/s when probing */
#define Z_PROBE_SPEED 5
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 1.5 // Distance to safely switch off probe after it was activated
#define Z_PROBE_REPETITIONS 5 // Repetitions for probing at one point.
/** The height is the difference between activated probe position and nozzle height. */
#define Z_PROBE_HEIGHT 39.91
/** Gap between probe and bed resp. extruder and z sensor. Must be greater then initial z height inaccuracy! */
#define Z_PROBE_GAP 30.0
When I hit upload it just stays at compiling sketch... (waited an hour still compiling)
It only happens for the following settings. I tried setting it back to default and it compiled fine.
Does anyone knows what is wrong?
Thanks in advance
Cyrus
Comments
But I key G32 to do auto leveling. This happen
Warning:Invalid delta coordinate - move ignored x:9552 y:2000 z:-5695
Warning:in queueDeltaMove to calculateDeltaSubSegments returns error. Warning:moveTo / queueDeltaMove returns error
My current config for the firmware is