An unexpected error has occurred:
/home/christian/.sheetcamtng/posts/EMC.scpost:108: attempt to compare nil with number
This error occurred on line 1255 in file /home/les/Documents/src/SheetCamTNG/Camlib/postmacro.cpp)
Post processing failed
…hm - what is the problem?
regards
Christian
Go to Options->machine->post processor and edit the post. Look for these lines:
if (plungeRate <= 0) then
post.Warning("WARNING: Plunge rate is zero")
end
if (feedRate <= 0) then
post.Warning("WARNING: Feed rate is zero")
end
and delete them. These warnings were intended to detect some common problems but in practise they are a waste of time and sometimes cause odd problems like yours.