>>> I had wait more than month answer from CS-Lab support team and now I am really stucked without solution.
>>> My customer needs machine working but I am still not yet get solution to use pneumatic cylinder as Z axis.
Version 3.600 is still being tested and fixed. Unfortunately, there is no way to speed up the release of this version.
>>> Has anyone any other solution than adding custom M command in every Z movement on and how to detect machine automatic Z lift on tangential mode corner if that is not written to G-code?
Currently there is no other solution than the custom M command.
>>> Or can I make virtual Z axis some how and drive it without homing to get positions to it?
You can create a real Z axis and use a macro to zero its position when starting gcode using a macro.
Then you can read its position but that will be too slow to make sense.
>>> I had wait more than month answer from CS-Lab support team and now I am really stucked without solution.
>>> My customer needs machine working but I am still not yet get solution to use pneumatic cylinder as Z axis.
Version 3.600 is still being tested and fixed. Unfortunately, there is no way to speed up the release of this version.
>>> Has anyone any other solution than adding custom M command in every Z movement on and how to detect machine automatic Z lift on tangential mode corner if that is not written to G-code?
Currently there is no other solution than the custom M command.
>>> Or can I make virtual Z axis some how and drive it without homing to get positions to it?
You can create a real Z axis and use a macro to zero its position when starting gcode using a macro.
Then you can read its position but that will be too slow to make sense.