Переглянути джерело

Add "Marlin Dev Mode" option

Scott Lahteine 6 роки тому
джерело
коміт
e0ab8acf19
51 змінених файлів з 163 додано та 0 видалено
  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 Переглянути файл

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

+ 3
- 0
Marlin/src/config/default/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Cartesio/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Felix/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/MakerParts/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/RigidBot/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/SCARA/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/TheBorg/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/generic/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/makibox/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Переглянути файл

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

+ 3
- 0
Marlin/src/config/examples/wt150/Configuration_adv.h Переглянути файл

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

+ 13
- 0
Marlin/src/gcode/calibrate/G28.cpp Переглянути файл

@@ -174,6 +174,19 @@ void GcodeSuite::G28(const bool always_home_all) {
174 174
     }
175 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 190
   if (all_axes_known() && parser.boolval('O')) { // home only if needed
178 191
     #if ENABLED(DEBUG_LEVELING_FEATURE)
179 192
       if (DEBUGGING(LEVELING)) {

Завантаження…
Відмінити
Зберегти