소스 검색

Update Marlin_main.cpp

Added description of autotemp flags to M109
MyMakibox 11 년 전
부모
커밋
21ec6b88c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Marlin/Marlin_main.cpp

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

118
 // M107 - Fan off
118
 // M107 - Fan off
119
 // M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
119
 // M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
120
 //        Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
120
 //        Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
121
+//        IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
121
 // M114 - Output current position to serial port
122
 // M114 - Output current position to serial port
122
 // M115 - Capabilities string
123
 // M115 - Capabilities string
123
 // M117 - display message
124
 // M117 - display message

Loading…
취소
저장