07-31-2022, 09:10 AM
OK thank you for your answer
在后处理程序我添加和没有没说完ens
It should add and highlight
However, nothing is happening
I want to download speed information in the RoboDK simulator itself to apply this python script
But as I understand it there is no such possibility?
在后处理程序我添加和没有没说完ens
It should add and highlight
Code:
self.addline('ExtruderSpeed(%.3f)' % extruder_signal)
I want to download speed information in the RoboDK simulator itself to apply this python script
Code:
import sys
if len(sys.argv) > 1:
e_value = float(sys.argv[1])
if f_value is None :
f_value = 0
f_transform = f_value * 60 * 1.5676 # mm/s in mm/min und adaptation for line crossection Q to fed filament Q/pi*(2.85/2)²
code = 'G1 xxx F' + str(f_transform)