JoeJ wrote:Why don't you post the factory file. That will make it really easy to review your settings and tell you what to change.
OK.. I've attached a factory file that demonstrates the problem:
In the start script, there are 3 temperature set commands: 2 M004, and one M404. The M004 are changed by the post processor to M104.
I've attached my firmware settings as well--they are necessary to demonstrate the problem. Please unzip and import this file into the firmware settings before loading the factory file.
When you prepare to print and Save the Toolpaths to Disk, the temperature setting commands do NOT exist in the BFB file. They have been removed. They are NOT removed by the post-processor--they are removed before post-processing happens.
If the temp setting commands in the firmware file DON'T match the ones in the start script, the software doesn't remove them in the g-code BFB file. Since they do (and they should!) it removes them when saving the file.
you can verify this by putting a "^" in front of these commands in the script, they appear (with ^ mark) in the bfb file. If you remove the ^ mark, they do not appear. (comments using a ";" are stripped by the post processor because the CubePro doesn't support them)
This is most certainly a bug and this is to report this. I already have worked around the problem, so i'm not looking for a fix--i'm reporting this as a bug--Simplify3D should NEVER alter the script. ever.