소스 검색

Remove extra MAX_FREQ_TIME define (PR#148)

Scott Lahteine 9 년 전
부모
커밋
f690b82343
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      Marlin/planner.cpp

+ 0
- 1
Marlin/planner.cpp 파일 보기

@@ -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…
취소
저장