
+================================================
+                                                
+    Block definitions for toolpath output       
+                                                
+================================================

+ ------------------------------------------------
+   Scripted function used in postp                             
+ ------------------------------------------------

SCRIPT

  require "strict"
  
  pp = require "ppVariables"
 
  --[[ === main =================================================
  |
  | Initialise variables 
  |	
  ]]
  
  g_version = "1.33"
  g_window_width = 300
  g_window_height = 250
  gParkingX = 0
  gParkingY = 0
  g_PPloc = ""
  g_Dialog_filename = "ScriptInclude/ParkXY.htm"
  g_dialog = ""

  function main(script_path)

	dofile(script_path .. "\\ScriptInclude\\Park.lua")
 
     if pp.Init() == false then
        DisplayMessageBox('Failed to initialise ppVariables module!')
     end     
		  
     return true   
  end

ENDSCRIPT
+---------------------------------------------------
+  Commands output at the start of the file
+---------------------------------------------------
