Implement NANODLP_Z_SYNC for 2.0.x

This commit is contained in:
Scott Lahteine
2017-11-24 00:28:06 -06:00
parent 4d517d169a
commit dc82babe8e
36 changed files with 349 additions and 0 deletions

View File

@ -1491,4 +1491,14 @@
// tweaks made to the configuration are affecting the printer in real-time.
#endif
/**
* NanoDLP Synch support
*
* 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