modified: src/modules/robot/arm_solutions/RotatableDeltaSolution.cpp
authorDouglas Pearless <Douglas.Pearless@pearless.co.nz>
Thu, 11 Jun 2015 02:19:42 +0000 (14:19 +1200)
committerDouglas Pearless <Douglas.Pearless@pearless.co.nz>
Thu, 11 Jun 2015 02:19:42 +0000 (14:19 +1200)
src/modules/robot/arm_solutions/RotatableDeltaSolution.cpp

index 86d96a3..4b219db 100644 (file)
@@ -131,10 +131,6 @@ void RotatableDeltaSolution::init() {
 
        //these are calculated here and not in the config() as these variables can be fine tuned by the user.
        z_calc_offset  = (delta_z_offset - tool_offset - delta_ee_offs)*-1.0F;
-
-       // This is calculated from the Z_HOME_ANGLE angles after applying forward kinematics, and adding the Z calc offset to it.
-       z_home_offs    = (((delta_z_offset - tool_offset - delta_ee_offs) - 182.002F) - 0.5F);
-
 }
 
 void RotatableDeltaSolution::cartesian_to_actuator( float cartesian_mm[], float actuator_mm[] )