This commit is contained in:
johnnyr 2010-08-29 17:45:38 -07:00
parent b51219c4e7
commit 85fe968aeb

View file

@ -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
#endif