소스 검색

Apply soft limits to joystick jogging (#17114)

Jamie 4 년 전
부모
커밋
23c5701178
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Marlin/src/feature/joystick.cpp

+ 1
- 0
Marlin/src/feature/joystick.cpp 파일 보기

@@ -173,6 +173,7 @@ Joystick joystick;
173 173
 
174 174
     if (!UNEAR_ZERO(hypot2)) {
175 175
       current_position += move_dist;
176
+      apply_motion_limits(current_position);
176 177
       const float length = sqrt(hypot2);
177 178
       injecting_now = true;
178 179
       planner.buffer_line(current_position, length / seg_time, active_extruder, length);

Loading…
취소
저장