Add NANODLP_ALL_AXIS to config examples

This commit is contained in:
Scott Lahteine 2017-12-15 16:04:52 -06:00
parent 59265034ae
commit 9a4af6bd7c
30 changed files with 120 additions and 0 deletions

View file

@ -1559,5 +1559,9 @@
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
*/
//#define NANODLP_Z_SYNC
#if ENABLED(NANODLP_Z_SYNC)
//#define NANODLP_ALL_AXIS // Enables "Z_move_comp" output on any axis move.
// Default behaviour is limited to Z axis only.
#endif
#endif // CONFIGURATION_ADV_H