소스 검색

Merge pull request #1694 from Wurstnase/fix_z_config

comment #define Z_DUAL_STEPPER_DRIVERS
Scott Lahteine 9 년 전
부모
커밋
7667023817
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h 파일 보기

@@ -98,7 +98,7 @@
98 98
 // Only a few motherboards support this, like RAMPS, which have dual extruder support (the 2nd, often unused, extruder driver is used
99 99
 // to control the 2nd Z axis stepper motor). The pins are currently only defined for a RAMPS motherboards.
100 100
 // On a RAMPS (or other 5 driver) motherboard, using this feature will limit you to using 1 extruder.
101
-#define Z_DUAL_STEPPER_DRIVERS
101
+//#define Z_DUAL_STEPPER_DRIVERS
102 102
 
103 103
 #ifdef Z_DUAL_STEPPER_DRIVERS
104 104
 

Loading…
취소
저장