mUVe3D / Marlin-mUVe1DLP-Running

Tested and Working DLP Printer Firmware w/Shutter Support
30 stars 12 forks source link

Z_move_comp message being sent at wrong time #5

Open Mattasmack opened 7 years ago

Mattasmack commented 7 years ago

This version of Marlin is supposed to send the extra response "Z_move_comp" after movements to help synchronize with nanodlp software. But it sends the message at the wrong time, as soon as a G1 command is parsed, rather than after movement is complete as expected. The problem is that the function call that sends the message, on line 1017 of Marlin_main.cpp, should come after the st_synchronize() function call on the next line. Lines 1017 and 1018 of Marlin_main.cpp should be swapped.

mUVe3D commented 7 years ago

Thank you very much for taking notice and for supplying the correction! We'll get it added right away!