Extended NanoDLP_Z_Move_Sync feature to G4 and G28, Added optional move_sync for all axis.

This commit is contained in:
robpower 2017-12-15 15:54:14 +01:00 committed by Scott Lahteine
parent 0ac0324af2
commit 59265034ae
2 changed files with 23 additions and 2 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