diff options
author | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-06-05 06:40:24 +0200 |
---|---|---|
committer | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-06-05 06:40:24 +0200 |
commit | 3e5757f23377aea7c34a03a6eda2b187ad37cc94 (patch) | |
tree | 7871d4dfae2d8b2eac72c9869c1b22b8ff54f0cb /Tonokip_Firmware | |
parent | 2649509633397a9d97b998089ead76b2ae2741c8 (diff) | |
parent | 81841ef097c679e4781af818a731c24474ac0066 (diff) |
Merge remote branch 'origin/master' into experimental
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 3a9dc0c..62d2031 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -89,6 +89,7 @@ bool axis_relative_modes[] = {false, false, false, false}; float axis_steps_per_unit[] = {80.376,80.376,3200/1.25,16}; float max_feedrate[] = {200000, 200000, 240, 500000}; //mmm, acceleration! +//For SAE Prusa mendeel float z_steps_per_unit = should be 3200/1.411 for 5/16-18 rod and 3200/1.058 for 5/16-24 //float x_steps_per_unit = 10.047; //float y_steps_per_unit = 10.047; //float z_steps_per_unit = 833.398; |