chiark / gitweb /
Residual in the comments: there are no more mm/minutes but only mm/sec in the planner...
authorBernhard Kubicek <kubicek@gmx.at>
Wed, 9 May 2012 05:05:13 +0000 (08:05 +0300)
committerBernhard Kubicek <kubicek@gmx.at>
Wed, 9 May 2012 05:05:13 +0000 (08:05 +0300)
Marlin/planner.h

index 873441bb0536e12d4a1ff36b0fd65011ad31a0a7..fc0d83c2b8d3a7a0b029a8b7a530dd1c0a62b6a2 100644 (file)
@@ -45,10 +45,10 @@ typedef struct {
   #endif
 
   // Fields used by the motion planner to manage acceleration
-//  float speed_x, speed_y, speed_z, speed_e;        // Nominal mm/minute for each axis
-  float nominal_speed;                               // The nominal speed for this block in mm/min  
-  float entry_speed;                                 // Entry speed at previous-current junction in mm/min
-  float max_entry_speed;                             // Maximum allowable junction entry speed in mm/min
+//  float speed_x, speed_y, speed_z, speed_e;        // Nominal mm/sec for each axis
+  float nominal_speed;                               // The nominal speed for this block in mm/sec 
+  float entry_speed;                                 // Entry speed at previous-current junction in mm/sec
+  float max_entry_speed;                             // Maximum allowable junction entry speed in mm/sec
   float millimeters;                                 // The total travel of this block in mm
   float acceleration;                                // acceleration mm/sec^2
   unsigned char recalculate_flag;                    // Planner flag to recalculate trapezoids on entry junction