Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Aug 17, 2017
1 parent 4bc267d commit 415fa42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cnc_ctrl_v1/CNC_Functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -986,12 +986,9 @@ void updateKinematicsSettings(const String& readString){
//propagate the new values
kinematics.recomputeGeometry();

Serial.println("leftAxis.read:");
Serial.println(leftAxis.read());

kinematics.forward(leftAxis.read(), rightAxis.read(), &xTarget, &yTarget);

Serial.println(F("Kinematics Settings Updated"));
Serial.println(F("Kinematics Settings Loaded"));
}

void updateMotorSettings(const String& readString){
Expand Down

0 comments on commit 415fa42

Please sign in to comment.