Z Probe Auto bed leveling Issue

Hi,
i installed a z level sensor. When i try to upload my configuration which i changed like the how to from this homepage i get some errors.

This is the are i changed:

#define Z_PROBE_Z_OFFSET 0
#define Z_PROBE_Z_OFFSET_MODE 0
#define UI_BED_COATING 1
#define FEATURE_Z_PROBE true
#define Z_PROBE_BED_DISTANCE 10
#define Z_PROBE_PIN 17
#define Z_PROBE_PULLUP true
#define Z_PROBE_ON_HIGH true
#define Z_PROBE_X_OFFSET -50,49
#define Z_PROBE_Y_OFFSET -18,77
#define Z_PROBE_WAIT_BEFORE_TEST 0
#define Z_PROBE_SPEED 5
#define Z_PROBE_XY_SPEED 150
#define Z_PROBE_SWITCHING_DISTANCE 1.5
#define Z_PROBE_REPETITIONS 3
#define Z_PROBE_HEIGHT 39.91
#define Z_PROBE_START_SCRIPT ""
#define Z_PROBE_FINISHED_SCRIPT ""
#define Z_PROBE_REQUIRES_HEATING 0
#define Z_PROBE_MIN_TEMPERATURE 150
#define FEATURE_AUTOLEVEL 1
#define Z_PROBE_X1 -142.2
#define Z_PROBE_Y1 30
#define Z_PROBE_X2 -3.20
#define Z_PROBE_Y2 30
#define Z_PROBE_X3 -73.20
#define Z_PROBE_Y3 170
#define BED_LEVELING_METHOD 0
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 5
#define BED_LEVELING_REPETITIONS 5
#define BED_MOTOR_1_X 0
#define BED_MOTOR_1_Y 0
#define BED_MOTOR_2_X 200
#define BED_MOTOR_2_Y 0
#define BED_MOTOR_3_X 100
#define BED_MOTOR_3_Y 200
#define BENDING_CORRECTION_A 0
#define BENDING_CORRECTION_B 0
#define BENDING_CORRECTION_C 0
#define FEATURE_AXISCOMP 0
#define AXISCOMP_TANXY 0
#define AXISCOMP_TANYZ 0
#define AXISCOMP_TANXZ 0

The error i get when i try to upload it it is:

  This report would have more information with
  "Show verbose output during compilation"
  enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Melzi 1284p 16mhz"
Eeprom.cpp: In static member function 'static void EEPROM::initalizeUncached()':
Eeprom.cpp:469: error: no matching function for call to 'HAL::eprSetFloat(int, int, int)'
/HAL.h:532: note: candidates are: static void HAL::eprSetFloat(unsigned int, float)
Eeprom.cpp:470: error: no matching function for call to 'HAL::eprSetFloat(int, int, int)'
/HAL.h:532: note: candidates are: static void HAL::eprSetFloat(unsigned int, float)
Eeprom.cpp: In static member function 'static void EEPROM::readDataFromEEPROM(bool)':
Eeprom.cpp:659: error: no matching function for call to 'HAL::eprSetFloat(int, int, int)'
/HAL.h:532: note: candidates are: static void HAL::eprSetFloat(unsigned int, float)
Eeprom.cpp:660: error: no matching function for call to 'HAL::eprSetFloat(int, int, int)'
/HAL.h:532: note: candidates are: static void HAL::eprSetFloat(unsigned int, float)


Thanks for any help!

Comments

Sign In or Register to comment.