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

Suppress moving speed from gcode

#1
Hey guys,

is it possible to suppress the traveling, cutting speed from an imported gcode?
I want to define these speeds myself afterwards in a PP and manually deleting in RoboDK is not that elegant. ;)

See attached picture

Thanks
Hermann


Attached Files Thumbnail(s)
   
#2
You can filter the speeds out with your post processor. You can override the speed by having an empty setSpeed function. Example:
Code:
def setSpeed(self, speed_mms):
   pass

You'll find more information and a very similar example to edit your post processor here:
https://robodk.com/doc/en/Post-Processor...ampleSpeed
#3
Thank you Albert ;)
  




Users browsing this thread:
1 Guest(s)