Browse Source

Add pause/resume action to example configs

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

8
Marlin/src/config/default/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Anet/A6/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Anet/A8/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h

@ -1431,6 +1431,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Cartesio/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h

@ -1433,6 +1433,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Felix/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/MakerParts/Configuration_adv.h

@ -1402,6 +1402,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h

@ -1427,6 +1427,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h

@ -1431,6 +1431,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h

@ -1438,6 +1438,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/RigidBot/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/SCARA/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h

@ -1419,6 +1419,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h

@ -1441,6 +1441,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h

@ -1431,6 +1431,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/generic/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h

@ -1437,6 +1437,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h

@ -1432,6 +1432,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/makibox/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h

@ -1430,6 +1430,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

8
Marlin/src/config/examples/wt150/Configuration_adv.h

@ -1431,6 +1431,14 @@
*/
//#define ACTION_ON_KILL "poweroff"
/**
* Specify an action command to send to the host on pause and resume.
* Will be sent in the form '//action:ACTION_ON_PAUSE', e.g. '//action:pause'.
* The host must be configured to handle the action command.
*/
//#define ACTION_ON_PAUSE "pause"
//#define ACTION_ON_RESUME "resume"
//===========================================================================
//====================== I2C Position Encoder Settings ======================
//===========================================================================

Loading…
Cancel
Save