Преглед изворни кода

Standardize encoder defaults

Scott Lahteine пре 6 година
родитељ
комит
4953fb1c88
51 измењених фајлова са 101 додато и 103 уклоњено
  1. 2
    4
      Marlin/Configuration.h
  2. 2
    2
      Marlin/src/config/default/Configuration.h
  3. 2
    2
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 2
    2
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 2
    2
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 2
    2
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  7. 2
    2
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
  8. 2
    2
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
  9. 2
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  10. 2
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  11. 2
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  12. 2
    2
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h
  13. 2
    2
      Marlin/src/config/examples/Creality/Ender-2/Configuration.h
  14. 2
    2
      Marlin/src/config/examples/Creality/Ender-4/Configuration.h
  15. 2
    2
      Marlin/src/config/examples/Felix/Configuration.h
  16. 2
    2
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  17. 2
    2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  18. 2
    2
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  19. 2
    2
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  20. 2
    2
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
  21. 2
    2
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
  22. 2
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  23. 1
    1
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  24. 2
    2
      Marlin/src/config/examples/MakerParts/Configuration.h
  25. 2
    2
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  26. 2
    2
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  27. 2
    2
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  28. 2
    2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  29. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  30. 2
    2
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  31. 2
    2
      Marlin/src/config/examples/RigidBot/Configuration.h
  32. 2
    2
      Marlin/src/config/examples/SCARA/Configuration.h
  33. 2
    2
      Marlin/src/config/examples/STM32F10/Configuration.h
  34. 2
    2
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  35. 2
    2
      Marlin/src/config/examples/TheBorg/Configuration.h
  36. 2
    2
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  37. 2
    2
      Marlin/src/config/examples/Tronxy/X5S/Configuration.h
  38. 2
    2
      Marlin/src/config/examples/Tronxy/XY100/Configuration.h
  39. 2
    2
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  40. 2
    2
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  41. 2
    2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  42. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  43. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  44. 2
    2
      Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
  45. 2
    2
      Marlin/src/config/examples/delta/generic/Configuration.h
  46. 2
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  47. 2
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  48. 2
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  49. 2
    2
      Marlin/src/config/examples/makibox/Configuration.h
  50. 2
    2
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  51. 2
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h

+ 2
- 4
Marlin/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options
@@ -1533,10 +1533,8 @@
1533 1533
 // RepRapDiscount FULL GRAPHIC Smart Controller
1534 1534
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1535 1535
 //
1536
-
1537 1536
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1538 1537
 
1539
-
1540 1538
 //
1541 1539
 // MakerLab Mini Panel with graphic
1542 1540
 // controller and SD support - http://reprap.org/wiki/Mini_panel

+ 2
- 2
Marlin/src/config/default/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Anet/A6/Configuration.h Прегледај датотеку

@@ -1548,13 +1548,13 @@
1548 1548
 // This option overrides the default number of encoder pulses needed to
1549 1549
 // produce one step. Should be increased for high-resolution encoders.
1550 1550
 //
1551
-//#define ENCODER_PULSES_PER_STEP 1
1551
+//#define ENCODER_PULSES_PER_STEP 4
1552 1552
 
1553 1553
 //
1554 1554
 // Use this option to override the number of step signals required to
1555 1555
 // move between next/prev menu items.
1556 1556
 //
1557
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1557
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1558 1558
 
1559 1559
 /**
1560 1560
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Anet/A8/Configuration.h Прегледај датотеку

@@ -1407,13 +1407,13 @@
1407 1407
 // This option overrides the default number of encoder pulses needed to
1408 1408
 // produce one step. Should be increased for high-resolution encoders.
1409 1409
 //
1410
-//#define ENCODER_PULSES_PER_STEP 1
1410
+//#define ENCODER_PULSES_PER_STEP 4
1411 1411
 
1412 1412
 //
1413 1413
 // Use this option to override the number of step signals required to
1414 1414
 // move between next/prev menu items.
1415 1415
 //
1416
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1416
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1417 1417
 
1418 1418
 /**
1419 1419
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration.h Прегледај датотеку

@@ -1388,13 +1388,13 @@
1388 1388
 // This option overrides the default number of encoder pulses needed to
1389 1389
 // produce one step. Should be increased for high-resolution encoders.
1390 1390
 //
1391
-//#define ENCODER_PULSES_PER_STEP 1
1391
+//#define ENCODER_PULSES_PER_STEP 4
1392 1392
 
1393 1393
 //
1394 1394
 // Use this option to override the number of step signals required to
1395 1395
 // move between next/prev menu items.
1396 1396
 //
1397
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1397
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1398 1398
 
1399 1399
 /**
1400 1400
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h Прегледај датотеку

@@ -1401,13 +1401,13 @@
1401 1401
 // This option overrides the default number of encoder pulses needed to
1402 1402
 // produce one step. Should be increased for high-resolution encoders.
1403 1403
 //
1404
-//#define ENCODER_PULSES_PER_STEP 1
1404
+//#define ENCODER_PULSES_PER_STEP 4
1405 1405
 
1406 1406
 //
1407 1407
 // Use this option to override the number of step signals required to
1408 1408
 // move between next/prev menu items.
1409 1409
 //
1410
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1410
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1411 1411
 
1412 1412
 /**
1413 1413
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration.h Прегледај датотеку

@@ -1388,13 +1388,13 @@
1388 1388
 // This option overrides the default number of encoder pulses needed to
1389 1389
 // produce one step. Should be increased for high-resolution encoders.
1390 1390
 //
1391
-//#define ENCODER_PULSES_PER_STEP 1
1391
+//#define ENCODER_PULSES_PER_STEP 4
1392 1392
 
1393 1393
 //
1394 1394
 // Use this option to override the number of step signals required to
1395 1395
 // move between next/prev menu items.
1396 1396
 //
1397
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1397
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1398 1398
 
1399 1399
 /**
1400 1400
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10S/Configuration.h Прегледај датотеку

@@ -1401,13 +1401,13 @@
1401 1401
 // This option overrides the default number of encoder pulses needed to
1402 1402
 // produce one step. Should be increased for high-resolution encoders.
1403 1403
 //
1404
-//#define ENCODER_PULSES_PER_STEP 1
1404
+//#define ENCODER_PULSES_PER_STEP 4
1405 1405
 
1406 1406
 //
1407 1407
 // Use this option to override the number of step signals required to
1408 1408
 // move between next/prev menu items.
1409 1409
 //
1410
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1410
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1411 1411
 
1412 1412
 /**
1413 1413
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Creality/Ender-2/Configuration.h Прегледај датотеку

@@ -1404,13 +1404,13 @@
1404 1404
 // This option overrides the default number of encoder pulses needed to
1405 1405
 // produce one step. Should be increased for high-resolution encoders.
1406 1406
 //
1407
-//#define ENCODER_PULSES_PER_STEP 1
1407
+//#define ENCODER_PULSES_PER_STEP 4
1408 1408
 
1409 1409
 //
1410 1410
 // Use this option to override the number of step signals required to
1411 1411
 // move between next/prev menu items.
1412 1412
 //
1413
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1413
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1414 1414
 
1415 1415
 /**
1416 1416
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Creality/Ender-4/Configuration.h Прегледај датотеку

@@ -1410,13 +1410,13 @@
1410 1410
 // This option overrides the default number of encoder pulses needed to
1411 1411
 // produce one step. Should be increased for high-resolution encoders.
1412 1412
 //
1413
-//#define ENCODER_PULSES_PER_STEP 1
1413
+//#define ENCODER_PULSES_PER_STEP 4
1414 1414
 
1415 1415
 //
1416 1416
 // Use this option to override the number of step signals required to
1417 1417
 // move between next/prev menu items.
1418 1418
 //
1419
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1419
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1420 1420
 
1421 1421
 /**
1422 1422
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Felix/Configuration.h Прегледај датотеку

@@ -1382,13 +1382,13 @@
1382 1382
 // This option overrides the default number of encoder pulses needed to
1383 1383
 // produce one step. Should be increased for high-resolution encoders.
1384 1384
 //
1385
-//#define ENCODER_PULSES_PER_STEP 1
1385
+//#define ENCODER_PULSES_PER_STEP 4
1386 1386
 
1387 1387
 //
1388 1388
 // Use this option to override the number of step signals required to
1389 1389
 // move between next/prev menu items.
1390 1390
 //
1391
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1391
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1392 1392
 
1393 1393
 /**
1394 1394
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Felix/DUAL/Configuration.h Прегледај датотеку

@@ -1382,13 +1382,13 @@
1382 1382
 // This option overrides the default number of encoder pulses needed to
1383 1383
 // produce one step. Should be increased for high-resolution encoders.
1384 1384
 //
1385
-//#define ENCODER_PULSES_PER_STEP 1
1385
+//#define ENCODER_PULSES_PER_STEP 4
1386 1386
 
1387 1387
 //
1388 1388
 // Use this option to override the number of step signals required to
1389 1389
 // move between next/prev menu items.
1390 1390
 //
1391
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1391
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1392 1392
 
1393 1393
 /**
1394 1394
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h Прегледај датотеку

@@ -1407,13 +1407,13 @@
1407 1407
 // This option overrides the default number of encoder pulses needed to
1408 1408
 // produce one step. Should be increased for high-resolution encoders.
1409 1409
 //
1410
-//#define ENCODER_PULSES_PER_STEP 1
1410
+//#define ENCODER_PULSES_PER_STEP 4
1411 1411
 
1412 1412
 //
1413 1413
 // Use this option to override the number of step signals required to
1414 1414
 // move between next/prev menu items.
1415 1415
 //
1416
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1416
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1417 1417
 
1418 1418
 /**
1419 1419
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h Прегледај датотеку

@@ -1415,13 +1415,13 @@
1415 1415
 // This option overrides the default number of encoder pulses needed to
1416 1416
 // produce one step. Should be increased for high-resolution encoders.
1417 1417
 //
1418
-//#define ENCODER_PULSES_PER_STEP 1
1418
+//#define ENCODER_PULSES_PER_STEP 4
1419 1419
 
1420 1420
 //
1421 1421
 // Use this option to override the number of step signals required to
1422 1422
 // move between next/prev menu items.
1423 1423
 //
1424
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1424
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1425 1425
 
1426 1426
 /**
1427 1427
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h Прегледај датотеку

@@ -1416,13 +1416,13 @@
1416 1416
 // This option overrides the default number of encoder pulses needed to
1417 1417
 // produce one step. Should be increased for high-resolution encoders.
1418 1418
 //
1419
-//#define ENCODER_PULSES_PER_STEP 1
1419
+//#define ENCODER_PULSES_PER_STEP 4
1420 1420
 
1421 1421
 //
1422 1422
 // Use this option to override the number of step signals required to
1423 1423
 // move between next/prev menu items.
1424 1424
 //
1425
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1425
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1426 1426
 
1427 1427
 /**
1428 1428
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h Прегледај датотеку

@@ -1415,13 +1415,13 @@
1415 1415
 // This option overrides the default number of encoder pulses needed to
1416 1416
 // produce one step. Should be increased for high-resolution encoders.
1417 1417
 //
1418
-//#define ENCODER_PULSES_PER_STEP 1
1418
+//#define ENCODER_PULSES_PER_STEP 4
1419 1419
 
1420 1420
 //
1421 1421
 // Use this option to override the number of step signals required to
1422 1422
 // move between next/prev menu items.
1423 1423
 //
1424
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1424
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1425 1425
 
1426 1426
 /**
1427 1427
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h Прегледај датотеку

@@ -1404,13 +1404,13 @@
1404 1404
 // This option overrides the default number of encoder pulses needed to
1405 1405
 // produce one step. Should be increased for high-resolution encoders.
1406 1406
 //
1407
-//#define ENCODER_PULSES_PER_STEP 1
1407
+//#define ENCODER_PULSES_PER_STEP 4
1408 1408
 
1409 1409
 //
1410 1410
 // Use this option to override the number of step signals required to
1411 1411
 // move between next/prev menu items.
1412 1412
 //
1413
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1413
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1414 1414
 
1415 1415
 /**
1416 1416
  * Encoder Direction Options

+ 1
- 1
Marlin/src/config/examples/JGAurora/A5/Configuration.h Прегледај датотеку

@@ -1411,7 +1411,7 @@
1411 1411
 // This option overrides the default number of encoder pulses needed to
1412 1412
 // produce one step. Should be increased for high-resolution encoders.
1413 1413
 //
1414
-//#define ENCODER_PULSES_PER_STEP 5
1414
+//#define ENCODER_PULSES_PER_STEP 4
1415 1415
 
1416 1416
 //
1417 1417
 // Use this option to override the number of step signals required to

+ 2
- 2
Marlin/src/config/examples/MakerParts/Configuration.h Прегледај датотеку

@@ -1420,13 +1420,13 @@
1420 1420
 // This option overrides the default number of encoder pulses needed to
1421 1421
 // produce one step. Should be increased for high-resolution encoders.
1422 1422
 //
1423
-#define ENCODER_PULSES_PER_STEP 1
1423
+//#define ENCODER_PULSES_PER_STEP 4
1424 1424
 
1425 1425
 //
1426 1426
 // Use this option to override the number of step signals required to
1427 1427
 // move between next/prev menu items.
1428 1428
 //
1429
-#define ENCODER_STEPS_PER_MENU_ITEM 4
1429
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1430 1430
 
1431 1431
 /**
1432 1432
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Malyan/M150/Configuration.h Прегледај датотеку

@@ -1428,13 +1428,13 @@
1428 1428
 // This option overrides the default number of encoder pulses needed to
1429 1429
 // produce one step. Should be increased for high-resolution encoders.
1430 1430
 //
1431
-//#define ENCODER_PULSES_PER_STEP 1
1431
+//#define ENCODER_PULSES_PER_STEP 4
1432 1432
 
1433 1433
 //
1434 1434
 // Use this option to override the number of step signals required to
1435 1435
 // move between next/prev menu items.
1436 1436
 //
1437
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1437
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1438 1438
 
1439 1439
 /**
1440 1440
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Malyan/M200/Configuration.h Прегледај датотеку

@@ -1399,13 +1399,13 @@
1399 1399
 // This option overrides the default number of encoder pulses needed to
1400 1400
 // produce one step. Should be increased for high-resolution encoders.
1401 1401
 //
1402
-//#define ENCODER_PULSES_PER_STEP 1
1402
+//#define ENCODER_PULSES_PER_STEP 4
1403 1403
 
1404 1404
 //
1405 1405
 // Use this option to override the number of step signals required to
1406 1406
 // move between next/prev menu items.
1407 1407
 //
1408
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1408
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1409 1409
 
1410 1410
 /**
1411 1411
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h Прегледај датотеку

@@ -1404,13 +1404,13 @@
1404 1404
 // This option overrides the default number of encoder pulses needed to
1405 1405
 // produce one step. Should be increased for high-resolution encoders.
1406 1406
 //
1407
-//#define ENCODER_PULSES_PER_STEP 1
1407
+//#define ENCODER_PULSES_PER_STEP 4
1408 1408
 
1409 1409
 //
1410 1410
 // Use this option to override the number of step signals required to
1411 1411
 // move between next/prev menu items.
1412 1412
 //
1413
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1413
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1414 1414
 
1415 1415
 /**
1416 1416
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h Прегледај датотеку

@@ -1404,13 +1404,13 @@
1404 1404
 // This option overrides the default number of encoder pulses needed to
1405 1405
 // produce one step. Should be increased for high-resolution encoders.
1406 1406
 //
1407
-//#define ENCODER_PULSES_PER_STEP 1
1407
+//#define ENCODER_PULSES_PER_STEP 4
1408 1408
 
1409 1409
 //
1410 1410
 // Use this option to override the number of step signals required to
1411 1411
 // move between next/prev menu items.
1412 1412
 //
1413
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1413
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1414 1414
 
1415 1415
 /**
1416 1416
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/RigidBot/Configuration.h Прегледај датотеку

@@ -1398,13 +1398,13 @@
1398 1398
 // This option overrides the default number of encoder pulses needed to
1399 1399
 // produce one step. Should be increased for high-resolution encoders.
1400 1400
 //
1401
-//#define ENCODER_PULSES_PER_STEP 1
1401
+//#define ENCODER_PULSES_PER_STEP 4
1402 1402
 
1403 1403
 //
1404 1404
 // Use this option to override the number of step signals required to
1405 1405
 // move between next/prev menu items.
1406 1406
 //
1407
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1407
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1408 1408
 
1409 1409
 /**
1410 1410
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration.h Прегледај датотеку

@@ -1412,13 +1412,13 @@
1412 1412
 // This option overrides the default number of encoder pulses needed to
1413 1413
 // produce one step. Should be increased for high-resolution encoders.
1414 1414
 //
1415
-//#define ENCODER_PULSES_PER_STEP 1
1415
+//#define ENCODER_PULSES_PER_STEP 4
1416 1416
 
1417 1417
 //
1418 1418
 // Use this option to override the number of step signals required to
1419 1419
 // move between next/prev menu items.
1420 1420
 //
1421
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1421
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1422 1422
 
1423 1423
 /**
1424 1424
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/STM32F10/Configuration.h Прегледај датотеку

@@ -1403,13 +1403,13 @@
1403 1403
 // This option overrides the default number of encoder pulses needed to
1404 1404
 // produce one step. Should be increased for high-resolution encoders.
1405 1405
 //
1406
-//#define ENCODER_PULSES_PER_STEP 1
1406
+//#define ENCODER_PULSES_PER_STEP 4
1407 1407
 
1408 1408
 //
1409 1409
 // Use this option to override the number of step signals required to
1410 1410
 // move between next/prev menu items.
1411 1411
 //
1412
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1412
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1413 1413
 
1414 1414
 /**
1415 1415
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Sanguinololu/Configuration.h Прегледај датотеку

@@ -1431,13 +1431,13 @@
1431 1431
 // This option overrides the default number of encoder pulses needed to
1432 1432
 // produce one step. Should be increased for high-resolution encoders.
1433 1433
 //
1434
-//#define ENCODER_PULSES_PER_STEP 1
1434
+//#define ENCODER_PULSES_PER_STEP 4
1435 1435
 
1436 1436
 //
1437 1437
 // Use this option to override the number of step signals required to
1438 1438
 // move between next/prev menu items.
1439 1439
 //
1440
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1440
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1441 1441
 
1442 1442
 /**
1443 1443
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/TheBorg/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Tronxy/X1/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Tronxy/X5S/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/Tronxy/XY100/Configuration.h Прегледај датотеку

@@ -1411,13 +1411,13 @@
1411 1411
 // This option overrides the default number of encoder pulses needed to
1412 1412
 // produce one step. Should be increased for high-resolution encoders.
1413 1413
 //
1414
-//#define ENCODER_PULSES_PER_STEP 1
1414
+//#define ENCODER_PULSES_PER_STEP 4
1415 1415
 
1416 1416
 //
1417 1417
 // Use this option to override the number of step signals required to
1418 1418
 // move between next/prev menu items.
1419 1419
 //
1420
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1420
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1421 1421
 
1422 1422
 /**
1423 1423
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/adafruit/ST7565/Configuration.h Прегледај датотеку

@@ -1400,13 +1400,13 @@
1400 1400
 // This option overrides the default number of encoder pulses needed to
1401 1401
 // produce one step. Should be increased for high-resolution encoders.
1402 1402
 //
1403
-//#define ENCODER_PULSES_PER_STEP 1
1403
+//#define ENCODER_PULSES_PER_STEP 4
1404 1404
 
1405 1405
 //
1406 1406
 // Use this option to override the number of step signals required to
1407 1407
 // move between next/prev menu items.
1408 1408
 //
1409
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1409
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1410 1410
 
1411 1411
 /**
1412 1412
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h Прегледај датотеку

@@ -1533,13 +1533,13 @@
1533 1533
 // This option overrides the default number of encoder pulses needed to
1534 1534
 // produce one step. Should be increased for high-resolution encoders.
1535 1535
 //
1536
-//#define ENCODER_PULSES_PER_STEP 1
1536
+//#define ENCODER_PULSES_PER_STEP 4
1537 1537
 
1538 1538
 //
1539 1539
 // Use this option to override the number of step signals required to
1540 1540
 // move between next/prev menu items.
1541 1541
 //
1542
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1542
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1543 1543
 
1544 1544
 /**
1545 1545
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h Прегледај датотеку

@@ -1533,13 +1533,13 @@
1533 1533
 // This option overrides the default number of encoder pulses needed to
1534 1534
 // produce one step. Should be increased for high-resolution encoders.
1535 1535
 //
1536
-//#define ENCODER_PULSES_PER_STEP 1
1536
+//#define ENCODER_PULSES_PER_STEP 4
1537 1537
 
1538 1538
 //
1539 1539
 // Use this option to override the number of step signals required to
1540 1540
 // move between next/prev menu items.
1541 1541
 //
1542
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1542
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1543 1543
 
1544 1544
 /**
1545 1545
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h Прегледај датотеку

@@ -1532,13 +1532,13 @@
1532 1532
 // This option overrides the default number of encoder pulses needed to
1533 1533
 // produce one step. Should be increased for high-resolution encoders.
1534 1534
 //
1535
-//#define ENCODER_PULSES_PER_STEP 1
1535
+//#define ENCODER_PULSES_PER_STEP 4
1536 1536
 
1537 1537
 //
1538 1538
 // Use this option to override the number of step signals required to
1539 1539
 // move between next/prev menu items.
1540 1540
 //
1541
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1541
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1542 1542
 
1543 1543
 /**
1544 1544
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h Прегледај датотеку

@@ -1536,13 +1536,13 @@
1536 1536
 // This option overrides the default number of encoder pulses needed to
1537 1537
 // produce one step. Should be increased for high-resolution encoders.
1538 1538
 //
1539
-//#define ENCODER_PULSES_PER_STEP 1
1539
+//#define ENCODER_PULSES_PER_STEP 4
1540 1540
 
1541 1541
 //
1542 1542
 // Use this option to override the number of step signals required to
1543 1543
 // move between next/prev menu items.
1544 1544
 //
1545
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1545
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1546 1546
 
1547 1547
 /**
1548 1548
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/generic/Configuration.h Прегледај датотеку

@@ -1521,13 +1521,13 @@
1521 1521
 // This option overrides the default number of encoder pulses needed to
1522 1522
 // produce one step. Should be increased for high-resolution encoders.
1523 1523
 //
1524
-//#define ENCODER_PULSES_PER_STEP 1
1524
+//#define ENCODER_PULSES_PER_STEP 4
1525 1525
 
1526 1526
 //
1527 1527
 // Use this option to override the number of step signals required to
1528 1528
 // move between next/prev menu items.
1529 1529
 //
1530
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1530
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1531 1531
 
1532 1532
 /**
1533 1533
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration.h Прегледај датотеку

@@ -1524,13 +1524,13 @@
1524 1524
 // This option overrides the default number of encoder pulses needed to
1525 1525
 // produce one step. Should be increased for high-resolution encoders.
1526 1526
 //
1527
-//#define ENCODER_PULSES_PER_STEP 1
1527
+//#define ENCODER_PULSES_PER_STEP 4
1528 1528
 
1529 1529
 //
1530 1530
 // Use this option to override the number of step signals required to
1531 1531
 // move between next/prev menu items.
1532 1532
 //
1533
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1533
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1534 1534
 
1535 1535
 /**
1536 1536
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Прегледај датотеку

@@ -1524,13 +1524,13 @@
1524 1524
 // This option overrides the default number of encoder pulses needed to
1525 1525
 // produce one step. Should be increased for high-resolution encoders.
1526 1526
 //
1527
-//#define ENCODER_PULSES_PER_STEP 1
1527
+//#define ENCODER_PULSES_PER_STEP 4
1528 1528
 
1529 1529
 //
1530 1530
 // Use this option to override the number of step signals required to
1531 1531
 // move between next/prev menu items.
1532 1532
 //
1533
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1533
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1534 1534
 
1535 1535
 /**
1536 1536
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration.h Прегледај датотеку

@@ -1533,13 +1533,13 @@
1533 1533
 // This option overrides the default number of encoder pulses needed to
1534 1534
 // produce one step. Should be increased for high-resolution encoders.
1535 1535
 //
1536
-//#define ENCODER_PULSES_PER_STEP 1
1536
+//#define ENCODER_PULSES_PER_STEP 4
1537 1537
 
1538 1538
 //
1539 1539
 // Use this option to override the number of step signals required to
1540 1540
 // move between next/prev menu items.
1541 1541
 //
1542
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1542
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1543 1543
 
1544 1544
 /**
1545 1545
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/makibox/Configuration.h Прегледај датотеку

@@ -1403,13 +1403,13 @@
1403 1403
 // This option overrides the default number of encoder pulses needed to
1404 1404
 // produce one step. Should be increased for high-resolution encoders.
1405 1405
 //
1406
-//#define ENCODER_PULSES_PER_STEP 1
1406
+//#define ENCODER_PULSES_PER_STEP 4
1407 1407
 
1408 1408
 //
1409 1409
 // Use this option to override the number of step signals required to
1410 1410
 // move between next/prev menu items.
1411 1411
 //
1412
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1412
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1413 1413
 
1414 1414
 /**
1415 1415
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/stm32f103ret6/Configuration.h Прегледај датотеку

@@ -1401,13 +1401,13 @@
1401 1401
 // This option overrides the default number of encoder pulses needed to
1402 1402
 // produce one step. Should be increased for high-resolution encoders.
1403 1403
 //
1404
-//#define ENCODER_PULSES_PER_STEP 1
1404
+//#define ENCODER_PULSES_PER_STEP 4
1405 1405
 
1406 1406
 //
1407 1407
 // Use this option to override the number of step signals required to
1408 1408
 // move between next/prev menu items.
1409 1409
 //
1410
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1410
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1411 1411
 
1412 1412
 /**
1413 1413
  * Encoder Direction Options

+ 2
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration.h Прегледај датотеку

@@ -1395,13 +1395,13 @@
1395 1395
 // This option overrides the default number of encoder pulses needed to
1396 1396
 // produce one step. Should be increased for high-resolution encoders.
1397 1397
 //
1398
-//#define ENCODER_PULSES_PER_STEP 1
1398
+//#define ENCODER_PULSES_PER_STEP 4
1399 1399
 
1400 1400
 //
1401 1401
 // Use this option to override the number of step signals required to
1402 1402
 // move between next/prev menu items.
1403 1403
 //
1404
-//#define ENCODER_STEPS_PER_MENU_ITEM 5
1404
+//#define ENCODER_STEPS_PER_MENU_ITEM 1
1405 1405
 
1406 1406
 /**
1407 1407
  * Encoder Direction Options

Loading…
Откажи
Сачувај