Skip to content

Commit

Permalink
modified: ConfigSamples/README.TXT
Browse files Browse the repository at this point in the history
	modified:   src/modules/robot/arm_solutions/RotatableDeltaSolution.h
  • Loading branch information
DouglasPearless committed Jun 10, 2015
1 parent c8d52c6 commit 462a7b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ConfigSamples/README.TXT
Expand Up @@ -12,7 +12,7 @@ The full configs found in the ConfigSamples director include:
Rostock or Kossel style linear delta bot using the most recent Smoothieboard.

* FirePick.delta - This directory contains a sample config for a
FirePick Rotatable Delta bot using a custom SMoothie compatible board, or Smoothie on a breadbaord
FirePick Rotatable delta bot using a custom Smoothie compatible board, see http://delta.firepick.org

* AzteegX5Mini - This directory contains a sample config file for using
the Azteeg X5 Mini.
Expand Down
3 changes: 0 additions & 3 deletions src/modules/robot/arm_solutions/RotatableDeltaSolution.h
Expand Up @@ -33,9 +33,6 @@ class RotatableDeltaSolution : public BaseSolution {
float z_home_offs; // This is calculated from the above angle, after applying forward
// kinematics, and adding the Z calc offset to it.


float delta_printable_radius; // Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).

float xyz_full_steps_per_rotation; // stepper motor steps per 360 full rotation

float delta[3] = {0.0, 0.0, 0.0};
Expand Down

0 comments on commit 462a7b5

Please sign in to comment.