Browse Source

Bring configurations up to date

Scott Lahteine 7 years ago
parent
commit
d8582b7506
37 changed files with 78 additions and 69 deletions
  1. 2
    2
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration.h
  2. 2
    2
      Marlin/example_configurations/AliExpress/CL-260/Configuration.h
  3. 2
    2
      Marlin/example_configurations/Anet/A6/Configuration.h
  4. 2
    2
      Marlin/example_configurations/Anet/A8/Configuration.h
  5. 2
    2
      Marlin/example_configurations/BQ/Hephestos/Configuration.h
  6. 2
    2
      Marlin/example_configurations/BQ/Hephestos_2/Configuration.h
  7. 3
    0
      Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h
  8. 2
    2
      Marlin/example_configurations/BQ/WITBOX/Configuration.h
  9. 2
    2
      Marlin/example_configurations/Creality/CR-10/Configuration.h
  10. 2
    2
      Marlin/example_configurations/Felix/Configuration.h
  11. 2
    2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  12. 2
    2
      Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h
  13. 2
    2
      Marlin/example_configurations/Geeetech/GT2560/Configuration.h
  14. 2
    2
      Marlin/example_configurations/Infitary/i3-M508/Configuration.h
  15. 2
    2
      Marlin/example_configurations/Malyan/M150/Configuration.h
  16. 3
    0
      Marlin/example_configurations/Malyan/M150/Configuration_adv.h
  17. 2
    2
      Marlin/example_configurations/Micromake/C1/basic/Configuration.h
  18. 2
    2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  19. 2
    2
      Marlin/example_configurations/RigidBot/Configuration.h
  20. 2
    2
      Marlin/example_configurations/SCARA/Configuration.h
  21. 3
    3
      Marlin/example_configurations/Sanguinololu/Configuration.h
  22. 2
    2
      Marlin/example_configurations/TinyBoy2/Configuration.h
  23. 2
    2
      Marlin/example_configurations/Velleman/K8200/Configuration.h
  24. 3
    0
      Marlin/example_configurations/Velleman/K8200/Configuration_adv.h
  25. 2
    2
      Marlin/example_configurations/Velleman/K8400/Configuration.h
  26. 2
    2
      Marlin/example_configurations/Velleman/K8400/Dual-head/Configuration.h
  27. 2
    2
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  28. 2
    2
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  29. 2
    2
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  30. 2
    2
      Marlin/example_configurations/delta/generic/Configuration.h
  31. 2
    2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  32. 2
    2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  33. 2
    2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  34. 2
    2
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h
  35. 2
    2
      Marlin/example_configurations/makibox/Configuration.h
  36. 2
    2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  37. 2
    2
      Marlin/example_configurations/wt150/Configuration.h

+ 2
- 2
Marlin/example_configurations/AlephObjects/TAZ4/Configuration.h View File

@@ -1429,8 +1429,8 @@
1429 1429
 // Note: Test audio output with the G-Code:
1430 1430
 //  M300 S<frequency Hz> P<duration ms>
1431 1431
 //
1432
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1433
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1432
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1433
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1434 1434
 
1435 1435
 //
1436 1436
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/AliExpress/CL-260/Configuration.h View File

@@ -1409,8 +1409,8 @@
1409 1409
 // Note: Test audio output with the G-Code:
1410 1410
 //  M300 S<frequency Hz> P<duration ms>
1411 1411
 //
1412
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1413
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1412
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1413
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1414 1414
 
1415 1415
 //
1416 1416
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Anet/A6/Configuration.h View File

@@ -1566,8 +1566,8 @@
1566 1566
 // Note: Test audio output with the G-Code:
1567 1567
 //  M300 S<frequency Hz> P<duration ms>
1568 1568
 //
1569
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1570
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1569
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1570
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1571 1571
 
1572 1572
 //
1573 1573
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Anet/A8/Configuration.h View File

@@ -1416,8 +1416,8 @@
1416 1416
 // Note: Test audio output with the G-Code:
1417 1417
 //  M300 S<frequency Hz> P<duration ms>
1418 1418
 //
1419
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1420
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1419
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1420
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1421 1421
 
1422 1422
 //
1423 1423
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/BQ/Hephestos/Configuration.h View File

@@ -1400,8 +1400,8 @@
1400 1400
 // Note: Test audio output with the G-Code:
1401 1401
 //  M300 S<frequency Hz> P<duration ms>
1402 1402
 //
1403
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1404
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1403
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1404
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1405 1405
 
1406 1406
 //
1407 1407
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/BQ/Hephestos_2/Configuration.h View File

@@ -1410,8 +1410,8 @@
1410 1410
 // Note: Test audio output with the G-Code:
1411 1411
 //  M300 S<frequency Hz> P<duration ms>
1412 1412
 //
1413
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1414
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1413
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1414
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1415 1415
 
1416 1416
 //
1417 1417
 // CONTROLLER TYPE: Standard

+ 3
- 0
Marlin/example_configurations/BQ/Hephestos_2/Configuration_adv.h View File

@@ -572,6 +572,9 @@
572 572
     //#define LCD_PROGRESS_BAR_TEST
573 573
   #endif
574 574
 
575
+  // Add an 'M73' G-code to set the current percentage
576
+  //#define LCD_SET_PROGRESS_MANUALLY
577
+
575 578
   // This allows hosts to request long names for files and folders with M33
576 579
   #define LONG_FILENAME_HOST_SUPPORT
577 580
 

+ 2
- 2
Marlin/example_configurations/BQ/WITBOX/Configuration.h View File

@@ -1400,8 +1400,8 @@
1400 1400
 // Note: Test audio output with the G-Code:
1401 1401
 //  M300 S<frequency Hz> P<duration ms>
1402 1402
 //
1403
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1404
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1403
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1404
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1405 1405
 
1406 1406
 //
1407 1407
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Creality/CR-10/Configuration.h View File

@@ -1419,8 +1419,8 @@
1419 1419
 // Note: Test audio output with the G-Code:
1420 1420
 //  M300 S<frequency Hz> P<duration ms>
1421 1421
 //
1422
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1423
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1422
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1423
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1424 1424
 
1425 1425
 //
1426 1426
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h View File

@@ -1391,8 +1391,8 @@
1391 1391
 // Note: Test audio output with the G-Code:
1392 1392
 //  M300 S<frequency Hz> P<duration ms>
1393 1393
 //
1394
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1395
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1394
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1395
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1396 1396
 
1397 1397
 //
1398 1398
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -1391,8 +1391,8 @@
1391 1391
 // Note: Test audio output with the G-Code:
1392 1392
 //  M300 S<frequency Hz> P<duration ms>
1393 1393
 //
1394
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1395
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1394
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1395
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1396 1396
 
1397 1397
 //
1398 1398
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h View File

@@ -1414,8 +1414,8 @@
1414 1414
 // Note: Test audio output with the G-Code:
1415 1415
 //  M300 S<frequency Hz> P<duration ms>
1416 1416
 //
1417
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1418
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1417
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1418
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1419 1419
 
1420 1420
 //
1421 1421
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Geeetech/GT2560/Configuration.h View File

@@ -1424,8 +1424,8 @@
1424 1424
 // Note: Test audio output with the G-Code:
1425 1425
 //  M300 S<frequency Hz> P<duration ms>
1426 1426
 //
1427
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1428
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1427
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1428
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1429 1429
 
1430 1430
 //
1431 1431
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Infitary/i3-M508/Configuration.h View File

@@ -1413,8 +1413,8 @@
1413 1413
 // Note: Test audio output with the G-Code:
1414 1414
 //  M300 S<frequency Hz> P<duration ms>
1415 1415
 //
1416
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1417
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1416
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1417
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1418 1418
 
1419 1419
 //
1420 1420
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Malyan/M150/Configuration.h View File

@@ -1437,8 +1437,8 @@
1437 1437
 // Note: Test audio output with the G-Code:
1438 1438
 //  M300 S<frequency Hz> P<duration ms>
1439 1439
 //
1440
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1441
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1440
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1441
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1442 1442
 
1443 1443
 //
1444 1444
 // CONTROLLER TYPE: Standard

+ 3
- 0
Marlin/example_configurations/Malyan/M150/Configuration_adv.h View File

@@ -572,6 +572,9 @@
572 572
     //#define LCD_PROGRESS_BAR_TEST
573 573
   #endif
574 574
 
575
+  // Add an 'M73' G-code to set the current percentage
576
+  //#define LCD_SET_PROGRESS_MANUALLY
577
+
575 578
   // This allows hosts to request long names for files and folders with M33
576 579
   #define LONG_FILENAME_HOST_SUPPORT
577 580
 

+ 2
- 2
Marlin/example_configurations/Micromake/C1/basic/Configuration.h View File

@@ -1413,8 +1413,8 @@
1413 1413
 // Note: Test audio output with the G-Code:
1414 1414
 //  M300 S<frequency Hz> P<duration ms>
1415 1415
 //
1416
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1417
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1416
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1417
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1418 1418
 
1419 1419
 //
1420 1420
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -1409,8 +1409,8 @@
1409 1409
 // Note: Test audio output with the G-Code:
1410 1410
 //  M300 S<frequency Hz> P<duration ms>
1411 1411
 //
1412
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1413
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1412
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1413
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1414 1414
 
1415 1415
 //
1416 1416
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -1407,8 +1407,8 @@
1407 1407
 // Note: Test audio output with the G-Code:
1408 1408
 //  M300 S<frequency Hz> P<duration ms>
1409 1409
 //
1410
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1411
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1410
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1411
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1412 1412
 
1413 1413
 //
1414 1414
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -1421,8 +1421,8 @@
1421 1421
 // Note: Test audio output with the G-Code:
1422 1422
 //  M300 S<frequency Hz> P<duration ms>
1423 1423
 //
1424
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1425
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1424
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1425
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1426 1426
 
1427 1427
 //
1428 1428
 // CONTROLLER TYPE: Standard

+ 3
- 3
Marlin/example_configurations/Sanguinololu/Configuration.h View File

@@ -1312,7 +1312,7 @@
1312 1312
  *    it, kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, uk,
1313 1313
  *    zh_CN, zh_TW, test
1314 1314
  *
1315
- * :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'cz_utf8':'Czech (UTF8)', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Taiwan)', test':'TEST' }
1315
+ * :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'cz_utf8':'Czech (UTF8)', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'fr_utf8':'French (UTF8)', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'uk':'Ukrainian', 'zh_CN':'Chinese (Simplified)', 'zh_TW':'Chinese (Taiwan)', test':'TEST' }
1316 1316
  */
1317 1317
 #define LCD_LANGUAGE en
1318 1318
 
@@ -1440,8 +1440,8 @@
1440 1440
 // Note: Test audio output with the G-Code:
1441 1441
 //  M300 S<frequency Hz> P<duration ms>
1442 1442
 //
1443
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1444
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1443
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1444
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1445 1445
 
1446 1446
 //
1447 1447
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/TinyBoy2/Configuration.h View File

@@ -1465,8 +1465,8 @@
1465 1465
 // Note: Test audio output with the G-Code:
1466 1466
 //  M300 S<frequency Hz> P<duration ms>
1467 1467
 //
1468
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1469
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1468
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1469
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1470 1470
 
1471 1471
 //
1472 1472
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Velleman/K8200/Configuration.h View File

@@ -1442,8 +1442,8 @@
1442 1442
 // Note: Test audio output with the G-Code:
1443 1443
 //  M300 S<frequency Hz> P<duration ms>
1444 1444
 //
1445
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1446
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1445
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1446
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1447 1447
 
1448 1448
 //
1449 1449
 // CONTROLLER TYPE: Standard

+ 3
- 0
Marlin/example_configurations/Velleman/K8200/Configuration_adv.h View File

@@ -583,6 +583,9 @@
583 583
     //#define LCD_PROGRESS_BAR_TEST
584 584
   #endif
585 585
 
586
+  // Add an 'M73' G-code to set the current percentage
587
+  //#define LCD_SET_PROGRESS_MANUALLY
588
+
586 589
   // This allows hosts to request long names for files and folders with M33
587 590
   #define LONG_FILENAME_HOST_SUPPORT
588 591
 

+ 2
- 2
Marlin/example_configurations/Velleman/K8400/Configuration.h View File

@@ -1409,8 +1409,8 @@
1409 1409
 // Note: Test audio output with the G-Code:
1410 1410
 //  M300 S<frequency Hz> P<duration ms>
1411 1411
 //
1412
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1413
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1412
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1413
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1414 1414
 
1415 1415
 //
1416 1416
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/Velleman/K8400/Dual-head/Configuration.h View File

@@ -1409,8 +1409,8 @@
1409 1409
 // Note: Test audio output with the G-Code:
1410 1410
 //  M300 S<frequency Hz> P<duration ms>
1411 1411
 //
1412
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1413
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1412
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1413
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1414 1414
 
1415 1415
 //
1416 1416
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -1409,8 +1409,8 @@
1409 1409
 // Note: Test audio output with the G-Code:
1410 1410
 //  M300 S<frequency Hz> P<duration ms>
1411 1411
 //
1412
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1413
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1412
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1413
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1414 1414
 
1415 1415
 //
1416 1416
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -1543,8 +1543,8 @@
1543 1543
 // Note: Test audio output with the G-Code:
1544 1544
 //  M300 S<frequency Hz> P<duration ms>
1545 1545
 //
1546
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1547
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1546
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1547
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1548 1548
 
1549 1549
 //
1550 1550
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -1536,8 +1536,8 @@
1536 1536
 // Note: Test audio output with the G-Code:
1537 1537
 //  M300 S<frequency Hz> P<duration ms>
1538 1538
 //
1539
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1540
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1539
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1540
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1541 1541
 
1542 1542
 //
1543 1543
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -1531,8 +1531,8 @@
1531 1531
 // Note: Test audio output with the G-Code:
1532 1532
 //  M300 S<frequency Hz> P<duration ms>
1533 1533
 //
1534
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1535
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1534
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1535
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1536 1536
 
1537 1537
 //
1538 1538
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -1534,8 +1534,8 @@
1534 1534
 // Note: Test audio output with the G-Code:
1535 1535
 //  M300 S<frequency Hz> P<duration ms>
1536 1536
 //
1537
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1538
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1537
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1538
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1539 1539
 
1540 1540
 //
1541 1541
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -1534,8 +1534,8 @@
1534 1534
 // Note: Test audio output with the G-Code:
1535 1535
 //  M300 S<frequency Hz> P<duration ms>
1536 1536
 //
1537
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1538
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1537
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1538
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1539 1539
 
1540 1540
 //
1541 1541
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -1543,8 +1543,8 @@
1543 1543
 // Note: Test audio output with the G-Code:
1544 1544
 //  M300 S<frequency Hz> P<duration ms>
1545 1545
 //
1546
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1547
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1546
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1547
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1548 1548
 
1549 1549
 //
1550 1550
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h View File

@@ -1423,8 +1423,8 @@
1423 1423
 // Note: Test audio output with the G-Code:
1424 1424
 //  M300 S<frequency Hz> P<duration ms>
1425 1425
 //
1426
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1427
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1426
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1427
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1428 1428
 
1429 1429
 //
1430 1430
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h View File

@@ -1412,8 +1412,8 @@
1412 1412
 // Note: Test audio output with the G-Code:
1413 1413
 //  M300 S<frequency Hz> P<duration ms>
1414 1414
 //
1415
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1416
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1415
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1416
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1417 1417
 
1418 1418
 //
1419 1419
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -1404,8 +1404,8 @@
1404 1404
 // Note: Test audio output with the G-Code:
1405 1405
 //  M300 S<frequency Hz> P<duration ms>
1406 1406
 //
1407
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1408
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1407
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1408
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1409 1409
 
1410 1410
 //
1411 1411
 // CONTROLLER TYPE: Standard

+ 2
- 2
Marlin/example_configurations/wt150/Configuration.h View File

@@ -1414,8 +1414,8 @@
1414 1414
 // Note: Test audio output with the G-Code:
1415 1415
 //  M300 S<frequency Hz> P<duration ms>
1416 1416
 //
1417
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100
1418
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000
1417
+//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 2
1418
+//#define LCD_FEEDBACK_FREQUENCY_HZ 5000
1419 1419
 
1420 1420
 //
1421 1421
 // CONTROLLER TYPE: Standard

Loading…
Cancel
Save