Hello,
Previously, I have received source code for JAKA post processor. I could integrate the extrusion control sample code lines following https://robodk.com/doc/en/Robot-Machinin...rint3Dpost.
However, when I generate the program, I get something unusual. Instead of a .jks file I get .txt file. Moreover, the output looks way off:
For context, I am trying to control the extrusion through AO signals. I am not exactly sure how to share the edited version of the post processor. However, I have shared that with Konstantinos if you want to have a look.
Thanks!
Previously, I have received source code for JAKA post processor. I could integrate the extrusion control sample code lines following https://robodk.com/doc/en/Robot-Machinin...rint3Dpost.
However, when I generate the program, I get something unusual. Instead of a .jks file I get .txt file. Moreover, the output looks way off:
Code:
//Global parameters:
#<speed_mms> = 250.000
#<speed_degs> = 59.999
#<accel_mmss> = 833.300
#<accel_degss> = 79.999
#<blend_radius_mm> = 1.000
// Main program:
b'//Program generated by RoboDK v5.9.2 for JAKA Zu20 on 12/11/2025 21:28:04\n'b'//Using nominal kinematics.\n'b'#<blend_radius_mm> = 1.000\n'b'//Show tooltest4\n'b'// End of main program\n'For context, I am trying to control the extrusion through AO signals. I am not exactly sure how to share the edited version of the post processor. However, I have shared that with Konstantinos if you want to have a look.
Thanks!
