Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

How to calculate the 3D printing filament speed

#7
OK thank you for your answer
在后处理程序我添加和没有没说完ens
It should add and highlight

Code:
self.addline('ExtruderSpeed(%.3f)' % extruder_signal)
However, nothing is happening


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)
But as I understand it there is no such possibility?


Messages In This Thread
RE: How to calculate the 3D printing filament speed - byrobo1973- 07-31-2022, 09:10 AM



Users browsing this thread:
1 Guest(s)