diff options
author | johnnyr <thehdesk@gmail.com> | 2010-08-29 17:45:38 -0700 |
---|---|---|
committer | johnnyr <thehdesk@gmail.com> | 2010-08-29 17:45:38 -0700 |
commit | 85fe968aeb84a3d72be823a5018d01dac1635756 (patch) | |
tree | d7a6453fea622f5a2e10b9399e4474541803c895 | |
parent | b51219c4e76fd894f71b12d334218cd56299414e (diff) |
-rw-r--r-- | Tonokip_Firmware/configuration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 47a4a6e..4414846 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -18,7 +18,7 @@ float x_steps_per_unit = 80.376; float y_steps_per_unit = 80.376; float z_steps_per_unit = 6667.184; float e_steps_per_unit = 16; -float max_feedrate = 3000; +float max_feedrate = 18000; //float x_steps_per_unit = 10.047; //float y_steps_per_unit = 10.047; @@ -53,4 +53,4 @@ const int Z_MAX_LENGTH = 70; #define BAUDRATE 115200 -#endif
\ No newline at end of file +#endif |