Hello Guest it is March 29, 2024, 08:20:21 AM

Author Topic: Gcode -using a period in parameters  (Read 1996 times)

0 Members and 1 Guest are viewing this topic.

Gcode -using a period in parameters
« on: June 25, 2012, 11:21:25 AM »
Hello There all of you

I am writing a program which will output gcode for simple machining

If I am using a parameter as say for instance
#11=30.5    ( where 30.5 is a dimension for roughing out)

Is it allowable to use a period within the paramater for instance
#11.1= 30.0 ( where 30.0 is the finished size)

many thanks

fred evans



think of the trees-- use both sides of the computer paper

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Gcode -using a period in parameters
« Reply #1 on: June 25, 2012, 11:55:12 AM »
NO all #var names MUST be integers.

(;-) TP