Have the Global Parameters Changed ???
03 Apr 2014 23:05 #45542
by saands
Have the Global Parameters Changed ??? was created by saands
I have searched but cannot find any reference that would tell me why my Axis implementation of LinuxCNC allows me to access all the normal parameters like fixture offsets, but it doesn't recognize when I ask it for the values stored in
#<_ccomp>
or
#<_coord_system>
Here is my G-code:
(debug,calling coordinate system is: #<_coord_system>)
(debug,calling compenstation is: #<_ccomp> )
They just return the Undefined code of #####
Am I missing something obvious?
Thanks so much in advance!
Saands
#<_ccomp>
or
#<_coord_system>
Here is my G-code:
(debug,calling coordinate system is: #<_coord_system>)
(debug,calling compenstation is: #<_ccomp> )
They just return the Undefined code of #####
Am I missing something obvious?
Thanks so much in advance!
Saands
Please Log in or Create an account to join the conversation.
04 Apr 2014 00:32 #45543
by andypugh
Which version of LinuxCNC are you using?
www.linuxcnc.org/docs/devel/html/gcode/o...d_named_parameters_a
Lists the parameters for the development version.
The released version (2.5.3) only has
www.linuxcnc.org/docs/html/gcode/overvie...sub:Named-Parameters
If you are using Master then we might have to look more carefully.
Replied by andypugh on topic Have the Global Parameters Changed ???
I have searched but cannot find any reference that would tell me why my Axis implementation of LinuxCNC allows me to access all the normal parameters like fixture offsets, but it doesn't recognize when I ask it for the values stored in
#<_ccomp>
#<_coord_system>
Which version of LinuxCNC are you using?
www.linuxcnc.org/docs/devel/html/gcode/o...d_named_parameters_a
Lists the parameters for the development version.
The released version (2.5.3) only has
www.linuxcnc.org/docs/html/gcode/overvie...sub:Named-Parameters
If you are using Master then we might have to look more carefully.
Please Log in or Create an account to join the conversation.
Time to create page: 0.137 seconds