Browse Source

Clean up whitespace, spacing

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

2
.travis.yml

@ -86,7 +86,7 @@ script:
#
# And with a Sled Z Probe
#
- opt_enable Z_PROBE_SLED
- opt_enable Z_PROBE_SLED
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Test a Servo Probe

4
Marlin/Configuration_adv.h

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1498,11 +1498,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1494,11 +1494,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1500,11 +1500,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1506,11 +1506,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1491,11 +1491,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1498,11 +1498,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1519,11 +1519,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1486,11 +1486,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1505,11 +1505,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1498,11 +1498,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1499,11 +1499,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1499,11 +1499,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1499,11 +1499,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1499,11 +1499,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1504,11 +1504,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1499,11 +1499,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1498,11 +1498,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1497,11 +1497,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

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

@ -1498,11 +1498,11 @@
/**
* NanoDLP Synch support
*
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
* string to enable synchronization with DLP projector exposure. This change will allow to use
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*
*/
//#define NANODLP_Z_SYNC
#endif // CONFIGURATION_ADV_H

2
Marlin/src/lcd/ultralcd_impl_DOGM.h

@ -164,7 +164,7 @@
// LCD selection
#if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
#ifdef CPU_32_BIT
#ifdef CPU_32_BIT
U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 2 stripes, SW SPI
#else
U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_RS); // 2 stripes, HW SPI (shared with SD card)

2
Marlin/src/module/probe.cpp

@ -596,7 +596,7 @@ float probe_pt(const float &rx, const float &ry, const bool stow, const uint8_t
}
else if (!position_is_reachable(nx, ny)) return NAN; // The given position is in terms of the nozzle
const float nz =
const float nz =
#if ENABLED(DELTA)
// Move below clip height or xy move will be aborted by do_blocking_move_to
min(current_position[Z_AXIS], delta_clip_start_height)

2
Marlin/src/pins/pins_BIQU_BQ111_A4.h

@ -95,7 +95,7 @@
*
* REPRAP_DISCOUNT_SMART_CONTROLLER is not supported due to the lack of LCD_PINS_D5,
* LCD_PINS_D6 or LCD_PINS_D7 in the EXP1 connector.
*
*
* A remote SD card is not supported as the pins routed to EXP2 are the same as used
* for the onboard SD card, and a chip select signal is not provided for the remote
* SD card.

Loading…
Cancel
Save