I’m using DeskProto to mill some insoles and creating a plugin for it. Got a problem here though. I first export my insoles as stl and then use that stl to create a ncp file.
File that i get = customer, .ncp
should have been customer, old, 10.10.1981.ncp
This is what is in my command bar:
Name of program to run: "C:\Program Files\DeskProto 5.0\Dp.exe C:\Users\Techmed\Desktop\STZManager\stzmanager\bin\debug\Settings\Export4DP.stl C:\Users\Techmed\Desktop\STZManager\stzmanager\bin\debug\DPExport\customer, old, 10.10.1981.ncp"
stl file is but I’m exporting it 2 times. So that can’t be the problem.
What am I doing wrong here? It worked a while ago.
Name of program to run: “C:\Program Files\DeskProto 5.0\Dp.exe C:\Users\Techmed\Desktop\STZManager\stzmanager\bin\debug\Settings\Export4DP.stl C:\Users\Techmed\Desktop\STZManager\stzmanager\bin\debug\DPExport\customer, old, 10.10.1981.ncp”
with the spaces etc but the created file will be customer,.ncp
I’ve got the complete command double-quoted. This is because where I start deskproto there are also spaces. If I double-quote the 3 commands 1 by 1 only the first one will be running and he will miss the stl and ncp.
The weird thing is that I haven’t changed a thing and the command bar says the right ncp name but it just dont write it to that.
btw: deksproto site says: _run "C:\Program Files\DeskProto 6.0\dp.exe C:\temp\temp.stl C:\temp\toolpaths"