CauldronDevelopmentLLC / CAMotics

Open-Source Simulation & Computer Aided Machining - A 3-axis CNC GCode simulator
Other
611 stars 142 forks source link

Can't run a tpl program from CAMotics on Windows 10 #267

Closed DougCoffland closed 5 years ago

DougCoffland commented 6 years ago

I am running the AMD-64 bit version of CAMotics on Windows 10.

When I try to run the simplest of programs, I get the following errors: "Errors were encountered during tool path generation. See console output for more details."

The the console says: Error:Exception: @9:24 Unexpected end of expression.

The contents of the tpl file are:


units(METRIC); rapid({z: 5});


I can run the same command from tplang.exe directly from the command line with no problems.

jcoffland commented 5 years ago

I believe this was caused by the filename having the wrong extension.