Browse Source

Add "Marlin Dev Mode" option

Scott Lahteine 7 years ago
parent
commit
e0ab8acf19
51 changed files with 163 additions and 0 deletions
  1. 3
    0
      Marlin/Configuration_adv.h
  2. 3
    0
      Marlin/src/config/default/Configuration_adv.h
  3. 3
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 3
    0
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 3
    0
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 3
    0
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 3
    0
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h
  8. 3
    0
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h
  9. 3
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  10. 3
    0
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  11. 3
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  12. 3
    0
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  13. 3
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  14. 3
    0
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  15. 3
    0
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  16. 3
    0
      Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
  17. 3
    0
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  18. 3
    0
      Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h
  19. 3
    0
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  20. 3
    0
      Marlin/src/config/examples/Felix/Configuration_adv.h
  21. 3
    0
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  22. 3
    0
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h
  23. 3
    0
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h
  24. 3
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  25. 3
    0
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  26. 3
    0
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  27. 3
    0
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  28. 3
    0
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  29. 3
    0
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  30. 3
    0
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  31. 3
    0
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  32. 3
    0
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  33. 3
    0
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  34. 3
    0
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  35. 3
    0
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  36. 3
    0
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  37. 3
    0
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  38. 3
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  39. 3
    0
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  40. 3
    0
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  41. 3
    0
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  42. 3
    0
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  43. 3
    0
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  44. 3
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  45. 3
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  46. 3
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  47. 3
    0
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  48. 3
    0
      Marlin/src/config/examples/makibox/Configuration_adv.h
  49. 3
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  50. 3
    0
      Marlin/src/config/examples/wt150/Configuration_adv.h
  51. 13
    0
      Marlin/src/gcode/calibrate/G28.cpp

+ 3
- 0
Marlin/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/default/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

1730
   #define WIFI_PWD  "Wifi Password"
1730
   #define WIFI_PWD  "Wifi Password"
1731
 #endif
1731
 #endif
1732
 
1732
 
1733
+// Enable Marlin dev mode which adds some special commands
1734
+//#define MARLIN_DEV_MODE
1735
+
1733
 #endif // CONFIGURATION_ADV_H
1736
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

1725
   #define WIFI_PWD  "Wifi Password"
1725
   #define WIFI_PWD  "Wifi Password"
1726
 #endif
1726
 #endif
1727
 
1727
 
1728
+// Enable Marlin dev mode which adds some special commands
1729
+//#define MARLIN_DEV_MODE
1730
+
1728
 #endif // CONFIGURATION_ADV_H
1731
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

1730
   #define WIFI_PWD  "Wifi Password"
1730
   #define WIFI_PWD  "Wifi Password"
1731
 #endif
1731
 #endif
1732
 
1732
 
1733
+// Enable Marlin dev mode which adds some special commands
1734
+//#define MARLIN_DEV_MODE
1735
+
1733
 #endif // CONFIGURATION_ADV_H
1736
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

1730
   #define WIFI_PWD  "Wifi Password"
1730
   #define WIFI_PWD  "Wifi Password"
1731
 #endif
1731
 #endif
1732
 
1732
 
1733
+// Enable Marlin dev mode which adds some special commands
1734
+//#define MARLIN_DEV_MODE
1735
+
1733
 #endif // CONFIGURATION_ADV_H
1736
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/TheBorg/Configuration_adv.h View File

1723
   #define WIFI_PWD  "Wifi Password"
1723
   #define WIFI_PWD  "Wifi Password"
1724
 #endif
1724
 #endif
1725
 
1725
 
1726
+// Enable Marlin dev mode which adds some special commands
1727
+//#define MARLIN_DEV_MODE
1728
+
1726
 #endif // CONFIGURATION_ADV_H
1729
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

1725
   #define WIFI_PWD  "Wifi Password"
1725
   #define WIFI_PWD  "Wifi Password"
1726
 #endif
1726
 #endif
1727
 
1727
 
1728
+// Enable Marlin dev mode which adds some special commands
1729
+//#define MARLIN_DEV_MODE
1730
+
1728
 #endif // CONFIGURATION_ADV_H
1731
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

1729
   #define WIFI_PWD  "Wifi Password"
1729
   #define WIFI_PWD  "Wifi Password"
1730
 #endif
1730
 #endif
1731
 
1731
 
1732
+// Enable Marlin dev mode which adds some special commands
1733
+//#define MARLIN_DEV_MODE
1734
+
1732
 #endif // CONFIGURATION_ADV_H
1735
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

1724
   #define WIFI_PWD  "Wifi Password"
1724
   #define WIFI_PWD  "Wifi Password"
1725
 #endif
1725
 #endif
1726
 
1726
 
1727
+// Enable Marlin dev mode which adds some special commands
1728
+//#define MARLIN_DEV_MODE
1729
+
1727
 #endif // CONFIGURATION_ADV_H
1730
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

1722
   #define WIFI_PWD  "Wifi Password"
1722
   #define WIFI_PWD  "Wifi Password"
1723
 #endif
1723
 #endif
1724
 
1724
 
1725
+// Enable Marlin dev mode which adds some special commands
1726
+//#define MARLIN_DEV_MODE
1727
+
1725
 #endif // CONFIGURATION_ADV_H
1728
 #endif // CONFIGURATION_ADV_H

+ 3
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h View File

1723
   #define WIFI_PWD  "Wifi Password"
1723
   #define WIFI_PWD  "Wifi Password"
1724
 #endif
1724
 #endif
1725
 
1725
 
1726
+// Enable Marlin dev mode which adds some special commands
1727
+//#define MARLIN_DEV_MODE
1728
+
1726
 #endif // CONFIGURATION_ADV_H
1729
 #endif // CONFIGURATION_ADV_H

+ 13
- 0
Marlin/src/gcode/calibrate/G28.cpp View File

174
     }
174
     }
175
   #endif
175
   #endif
176
 
176
 
177
+  #if ENABLED(MARLIN_DEV_MODE)
178
+    if (parser.seen('S')) {
179
+      LOOP_XYZ(a) set_axis_is_at_home((AxisEnum)a);
180
+      SYNC_PLAN_POSITION_KINEMATIC();
181
+      SERIAL_ECHOLNPGM("Simulated Homing");
182
+      report_current_position();
183
+      #if ENABLED(DEBUG_LEVELING_FEATURE)
184
+        if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("<<< G28");
185
+      #endif
186
+      return;
187
+    }
188
+  #endif
189
+
177
   if (all_axes_known() && parser.boolval('O')) { // home only if needed
190
   if (all_axes_known() && parser.boolval('O')) { // home only if needed
178
     #if ENABLED(DEBUG_LEVELING_FEATURE)
191
     #if ENABLED(DEBUG_LEVELING_FEATURE)
179
       if (DEBUGGING(LEVELING)) {
192
       if (DEBUGGING(LEVELING)) {

Loading…
Cancel
Save