浏览代码

Use standard encoder pulses/steps for CR-10S

Scott Lahteine 7 年前
父节点
当前提交
4a4d832344
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10S/Configuration.h 查看文件

1358
 // This option overrides the default number of encoder pulses needed to
1358
 // This option overrides the default number of encoder pulses needed to
1359
 // produce one step. Should be increased for high-resolution encoders.
1359
 // produce one step. Should be increased for high-resolution encoders.
1360
 //
1360
 //
1361
-#define ENCODER_PULSES_PER_STEP 1
1361
+//#define ENCODER_PULSES_PER_STEP 1
1362
 
1362
 
1363
 //
1363
 //
1364
 // Use this option to override the number of step signals required to
1364
 // Use this option to override the number of step signals required to
1365
 // move between next/prev menu items.
1365
 // move between next/prev menu items.
1366
 //
1366
 //
1367
-#define ENCODER_STEPS_PER_MENU_ITEM 5
1367
+//#define ENCODER_STEPS_PER_MENU_ITEM 5
1368
 
1368
 
1369
 /**
1369
 /**
1370
  * Encoder Direction Options
1370
  * Encoder Direction Options

正在加载...
取消
保存