Hello,
Recently, I downloaded a new version of Marlin 1.1.x and tried to configure it for my delta machine.
My machine is a Kossel mini. I always got a error message as the following.
Arduino: 1.6.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\Marlin_main.cpp:230:0:
sketch\Marlin_main.cpp: In function 'void gcode_G29()':
Configuration.h:947: error: 'DELTA_PROBEABLE_RADIUS' was not declared in this scope
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
^
sketch\Marlin.h:255:39: note: in definition of macro 'LOGICAL_POSITION'
#define LOGICAL_POSITION(POS, AXIS) ((POS) + WORKSPACE_OFFSET(AXIS))
^
sketch\Marlin_main.cpp:4350:89: note: in expansion of macro 'LOGICAL_X_POSITION'
left_probe_bed_position = parser.seen('L') ? (int)parser.value_linear_units() : LOGICAL_X_POSITION(LEFT_PROBE_BED_POSITION);
^
sketch\Marlin_main.cpp:4350:108: note: in expansion of macro 'LEFT_PROBE_BED_POSITION'
left_probe_bed_position = parser.seen('L') ? (int)parser.value_linear_units() : LOGICAL_X_POSITION(LEFT_PROBE_BED_POSITION);
^
exit status 1
'DELTA_PROBEABLE_RADIUS' was not declared in this scope
the attachment is the configuration head file. Thank you!
Recently, I downloaded a new version of Marlin 1.1.x and tried to configure it for my delta machine.
My machine is a Kossel mini. I always got a error message as the following.
Arduino: 1.6.9 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch\Marlin_main.cpp:230:0:
sketch\Marlin_main.cpp: In function 'void gcode_G29()':
Configuration.h:947: error: 'DELTA_PROBEABLE_RADIUS' was not declared in this scope
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
^
sketch\Marlin.h:255:39: note: in definition of macro 'LOGICAL_POSITION'
#define LOGICAL_POSITION(POS, AXIS) ((POS) + WORKSPACE_OFFSET(AXIS))
^
sketch\Marlin_main.cpp:4350:89: note: in expansion of macro 'LOGICAL_X_POSITION'
left_probe_bed_position = parser.seen('L') ? (int)parser.value_linear_units() : LOGICAL_X_POSITION(LEFT_PROBE_BED_POSITION);
^
sketch\Marlin_main.cpp:4350:108: note: in expansion of macro 'LEFT_PROBE_BED_POSITION'
left_probe_bed_position = parser.seen('L') ? (int)parser.value_linear_units() : LOGICAL_X_POSITION(LEFT_PROBE_BED_POSITION);
^
exit status 1
'DELTA_PROBEABLE_RADIUS' was not declared in this scope
the attachment is the configuration head file. Thank you!