소스 검색

Update Configuration.h

Scott Lahteine 7 년 전
부모
커밋
2511e869e2
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      Marlin/example_configurations/Anet/A8/Configuration.h

+ 1
- 2
Marlin/example_configurations/Anet/A8/Configuration.h 파일 보기

@@ -425,9 +425,8 @@
425 425
 // It also enables the M302 command to set the minimum extrusion temperature
426 426
 // or to allow moving the extruder regardless of the hotend temperature.
427 427
 // *** IT IS HIGHLY RECOMMENDED TO LEAVE THIS OPTION ENABLED! ***
428
-// A temp of 160 guards against false tripping when the extruder fan kicks on.
429 428
 #define PREVENT_COLD_EXTRUSION
430
-#define EXTRUDE_MINTEMP 160
429
+#define EXTRUDE_MINTEMP 160  // 160 guards against false tripping when the extruder fan kicks on.
431 430
 
432 431
 // This option prevents a single extrusion longer than EXTRUDE_MAXLENGTH.
433 432
 // Note that for Bowden Extruders a too-small value here may prevent loading.

Loading…
취소
저장