Parcourir la source

Add pause/resume action to example configs

Scott Lahteine il y a 6 ans
Parent
révision
3b51f5c67e
36 fichiers modifiés avec 288 ajouts et 0 suppressions
  1. 8
    0
      Marlin/src/config/default/Configuration_adv.h
  2. 8
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  3. 8
    0
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  4. 8
    0
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  5. 8
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  6. 8
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 8
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 8
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 8
    0
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 8
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  11. 8
    0
      Marlin/src/config/examples/Felix/Configuration_adv.h
  12. 8
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  13. 8
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  14. 8
    0
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  15. 8
    0
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  16. 8
    0
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  17. 8
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  18. 8
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  19. 8
    0
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  20. 8
    0
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  21. 8
    0
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  22. 8
    0
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  23. 8
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  24. 8
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  25. 8
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  26. 8
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  27. 8
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  28. 8
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  29. 8
    0
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  30. 8
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  31. 8
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  32. 8
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  33. 8
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  34. 8
    0
      Marlin/src/config/examples/makibox/Configuration_adv.h
  35. 8
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  36. 8
    0
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 8
- 0
Marlin/src/config/default/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Voir le fichier

@@ -1431,6 +1431,14 @@
1431 1431
  */
1432 1432
 //#define ACTION_ON_KILL "poweroff"
1433 1433
 
1434
+/**
1435
+ * Specify an action command to send to the host on pause and resume.
1436
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1437
+ * The host must be configured to handle the action command.
1438
+ */
1439
+//#define ACTION_ON_PAUSE "pause"
1440
+//#define ACTION_ON_RESUME "resume"
1441
+
1434 1442
 //===========================================================================
1435 1443
 //====================== I2C Position Encoder Settings ======================
1436 1444
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Voir le fichier

@@ -1433,6 +1433,14 @@
1433 1433
  */
1434 1434
 //#define ACTION_ON_KILL "poweroff"
1435 1435
 
1436
+/**
1437
+ * Specify an action command to send to the host on pause and resume.
1438
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1439
+ * The host must be configured to handle the action command.
1440
+ */
1441
+//#define ACTION_ON_PAUSE "pause"
1442
+//#define ACTION_ON_RESUME "resume"
1443
+
1436 1444
 //===========================================================================
1437 1445
 //====================== I2C Position Encoder Settings ======================
1438 1446
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h Voir le fichier

@@ -1402,6 +1402,14 @@
1402 1402
  */
1403 1403
 //#define ACTION_ON_KILL "poweroff"
1404 1404
 
1405
+/**
1406
+ * Specify an action command to send to the host on pause and resume.
1407
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1408
+ * The host must be configured to handle the action command.
1409
+ */
1410
+//#define ACTION_ON_PAUSE "pause"
1411
+//#define ACTION_ON_RESUME "resume"
1412
+
1405 1413
 //===========================================================================
1406 1414
 //====================== I2C Position Encoder Settings ======================
1407 1415
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Voir le fichier

@@ -1427,6 +1427,14 @@
1427 1427
  */
1428 1428
 //#define ACTION_ON_KILL "poweroff"
1429 1429
 
1430
+/**
1431
+ * Specify an action command to send to the host on pause and resume.
1432
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1433
+ * The host must be configured to handle the action command.
1434
+ */
1435
+//#define ACTION_ON_PAUSE "pause"
1436
+//#define ACTION_ON_RESUME "resume"
1437
+
1430 1438
 //===========================================================================
1431 1439
 //====================== I2C Position Encoder Settings ======================
1432 1440
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Voir le fichier

@@ -1431,6 +1431,14 @@
1431 1431
  */
1432 1432
 //#define ACTION_ON_KILL "poweroff"
1433 1433
 
1434
+/**
1435
+ * Specify an action command to send to the host on pause and resume.
1436
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1437
+ * The host must be configured to handle the action command.
1438
+ */
1439
+//#define ACTION_ON_PAUSE "pause"
1440
+//#define ACTION_ON_RESUME "resume"
1441
+
1434 1442
 //===========================================================================
1435 1443
 //====================== I2C Position Encoder Settings ======================
1436 1444
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Voir le fichier

@@ -1438,6 +1438,14 @@
1438 1438
  */
1439 1439
 //#define ACTION_ON_KILL "poweroff"
1440 1440
 
1441
+/**
1442
+ * Specify an action command to send to the host on pause and resume.
1443
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1444
+ * The host must be configured to handle the action command.
1445
+ */
1446
+//#define ACTION_ON_PAUSE "pause"
1447
+//#define ACTION_ON_RESUME "resume"
1448
+
1441 1449
 //===========================================================================
1442 1450
 //====================== I2C Position Encoder Settings ======================
1443 1451
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Voir le fichier

@@ -1419,6 +1419,14 @@
1419 1419
  */
1420 1420
 //#define ACTION_ON_KILL "poweroff"
1421 1421
 
1422
+/**
1423
+ * Specify an action command to send to the host on pause and resume.
1424
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1425
+ * The host must be configured to handle the action command.
1426
+ */
1427
+//#define ACTION_ON_PAUSE "pause"
1428
+//#define ACTION_ON_RESUME "resume"
1429
+
1422 1430
 //===========================================================================
1423 1431
 //====================== I2C Position Encoder Settings ======================
1424 1432
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Voir le fichier

@@ -1441,6 +1441,14 @@
1441 1441
  */
1442 1442
 //#define ACTION_ON_KILL "poweroff"
1443 1443
 
1444
+/**
1445
+ * Specify an action command to send to the host on pause and resume.
1446
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1447
+ * The host must be configured to handle the action command.
1448
+ */
1449
+//#define ACTION_ON_PAUSE "pause"
1450
+//#define ACTION_ON_RESUME "resume"
1451
+
1444 1452
 //===========================================================================
1445 1453
 //====================== I2C Position Encoder Settings ======================
1446 1454
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Voir le fichier

@@ -1431,6 +1431,14 @@
1431 1431
  */
1432 1432
 //#define ACTION_ON_KILL "poweroff"
1433 1433
 
1434
+/**
1435
+ * Specify an action command to send to the host on pause and resume.
1436
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1437
+ * The host must be configured to handle the action command.
1438
+ */
1439
+//#define ACTION_ON_PAUSE "pause"
1440
+//#define ACTION_ON_RESUME "resume"
1441
+
1434 1442
 //===========================================================================
1435 1443
 //====================== I2C Position Encoder Settings ======================
1436 1444
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Voir le fichier

@@ -1437,6 +1437,14 @@
1437 1437
  */
1438 1438
 //#define ACTION_ON_KILL "poweroff"
1439 1439
 
1440
+/**
1441
+ * Specify an action command to send to the host on pause and resume.
1442
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1443
+ * The host must be configured to handle the action command.
1444
+ */
1445
+//#define ACTION_ON_PAUSE "pause"
1446
+//#define ACTION_ON_RESUME "resume"
1447
+
1440 1448
 //===========================================================================
1441 1449
 //====================== I2C Position Encoder Settings ======================
1442 1450
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Voir le fichier

@@ -1432,6 +1432,14 @@
1432 1432
  */
1433 1433
 //#define ACTION_ON_KILL "poweroff"
1434 1434
 
1435
+/**
1436
+ * Specify an action command to send to the host on pause and resume.
1437
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1438
+ * The host must be configured to handle the action command.
1439
+ */
1440
+//#define ACTION_ON_PAUSE "pause"
1441
+//#define ACTION_ON_RESUME "resume"
1442
+
1435 1443
 //===========================================================================
1436 1444
 //====================== I2C Position Encoder Settings ======================
1437 1445
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Voir le fichier

@@ -1430,6 +1430,14 @@
1430 1430
  */
1431 1431
 //#define ACTION_ON_KILL "poweroff"
1432 1432
 
1433
+/**
1434
+ * Specify an action command to send to the host on pause and resume.
1435
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1436
+ * The host must be configured to handle the action command.
1437
+ */
1438
+//#define ACTION_ON_PAUSE "pause"
1439
+//#define ACTION_ON_RESUME "resume"
1440
+
1433 1441
 //===========================================================================
1434 1442
 //====================== I2C Position Encoder Settings ======================
1435 1443
 //===========================================================================

+ 8
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h Voir le fichier

@@ -1431,6 +1431,14 @@
1431 1431
  */
1432 1432
 //#define ACTION_ON_KILL "poweroff"
1433 1433
 
1434
+/**
1435
+ * Specify an action command to send to the host on pause and resume.
1436
+ * Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
1437
+ * The host must be configured to handle the action command.
1438
+ */
1439
+//#define ACTION_ON_PAUSE "pause"
1440
+//#define ACTION_ON_RESUME "resume"
1441
+
1434 1442
 //===========================================================================
1435 1443
 //====================== I2C Position Encoder Settings ======================
1436 1444
 //===========================================================================

Chargement…
Annuler
Enregistrer