Browse Source

Remove extra MAX_FREQ_TIME define (PR#148)

Scott Lahteine 8 years ago
parent
commit
f690b82343
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/planner.cpp

+ 0
- 1
Marlin/planner.cpp View File

@@ -799,7 +799,6 @@ float junction_deviation = 0.1;
799 799
 
800 800
   // Max segement time in us.
801 801
   #ifdef XY_FREQUENCY_LIMIT
802
-    #define MAX_FREQ_TIME (1000000.0 / XY_FREQUENCY_LIMIT)
803 802
 
804 803
     // Check and limit the xy direction change frequency
805 804
     unsigned char direction_change = block->direction_bits ^ old_direction_bits;

Loading…
Cancel
Save