Add NANODLP_ALL_AXIS to config examples
This commit is contained in:
parent
5595098063
commit
674deaf223
36 changed files with 216 additions and 108 deletions
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1542,13 +1542,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1544,13 +1544,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1550,13 +1550,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1513,13 +1513,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1538,13 +1538,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1542,13 +1542,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1549,13 +1549,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1530,13 +1530,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1552,13 +1552,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1542,13 +1542,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1548,13 +1548,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1543,13 +1543,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1542,13 +1542,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1541,13 +1541,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -1542,13 +1542,16 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NanoDLP Synch support
|
* NanoDLP Sync 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
|
* string to enable synchronization with DLP projector exposure. This change will allow to use
|
||||||
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
* [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
//#define NANODLP_Z_SYNC
|
//#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
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
Reference in a new issue