Browse Source

Remove extra MAX_FREQ_TIME define (PR#148)

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
f690b82343
  1. 1
      Marlin/planner.cpp

1
Marlin/planner.cpp

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

Loading…
Cancel
Save