PathScripts.post.rml_post Namespace Reference

Functions

def addfooter ()
 
def addheader ()
 
def convertgcode (cmd, args, state)
 
def convertobject (obj)
 
def export (objectslist, filename, argstring)
 
def feed (x=None, y=None, z=None, state=None)
 
def home ()
 
def jog (x=None, y=None, z=None, state=None)
 
def mm2cord (mm)
 
def motoroff ()
 
def motoron ()
 
def parse (inputstring)
 
def setjog ()
 
def speed (xy=None, z=None, state=None)
 
def xyarc (args, state)
 

Variables

 pythonopen = open
 
string TOOLTIP
 

Function Documentation

◆ addfooter()

def PathScripts.post.rml_post.addfooter ( )

◆ addheader()

def PathScripts.post.rml_post.addheader ( )

◆ convertgcode()

def PathScripts.post.rml_post.convertgcode (   cmd,
  args,
  state 
)

◆ convertobject()

def PathScripts.post.rml_post.convertobject (   obj)

◆ export()

def PathScripts.post.rml_post.export (   objectslist,
  filename,
  argstring 
)

◆ feed()

def PathScripts.post.rml_post.feed (   x = None,
  y = None,
  z = None,
  state = None 
)

◆ home()

def PathScripts.post.rml_post.home ( )

◆ jog()

def PathScripts.post.rml_post.jog (   x = None,
  y = None,
  z = None,
  state = None 
)

◆ mm2cord()

def PathScripts.post.rml_post.mm2cord (   mm)

◆ motoroff()

def PathScripts.post.rml_post.motoroff ( )

◆ motoron()

def PathScripts.post.rml_post.motoron ( )

◆ parse()

◆ setjog()

def PathScripts.post.rml_post.setjog ( )

◆ speed()

def PathScripts.post.rml_post.speed (   xy = None,
  z = None,
  state = None 
)

◆ xyarc()

def PathScripts.post.rml_post.xyarc (   args,
  state 
)

Variable Documentation

◆ pythonopen

PathScripts.post.rml_post.pythonopen = open

◆ TOOLTIP

string PathScripts.post.rml_post.TOOLTIP
Initial value:
1= """
2FreeCAD Path post-processor to output code for the Roland Modela MDX-## machines.
3
4The machine speaks RML-1, specified in 'Roland RML-1 Programming Guidelines'
5https://itp.nyu.edu/classes/cdp-spring2014/files/2014/09/RML1_Manual.pdf
6http://altlab.org/d/content/m/pangelo/ideas/rml_command_guide_en_v100.pdf
7
8The format has some overlap with HPGL:
9https://en.wikipedia.org/wiki/HPGL
10http://paulbourke.net/dataformats/hpgl/
11"""