Hi Alex, I've tried all possible settings.
As it stands in the new firmware these gaps have closed.
Just speculating here, haven't looked at the cubepro software in a bit now, but if i recall correctly, in the newer versions of the software, they changed the encryption key on the .cubepro files. I believe if you use their latest software, create a .cubepro file, and then try to decode the file using CodeX, you'll get a garbage file, as I think codex has the old encryption key hard coded. I also do not think codex is being actively developed on any longer.Andy wrote:Hi Alex, I've tried all possible settings.
As it stands in the new firmware these gaps have closed.

amortech wrote:Hey Everyone.
Been a while but nice to see this thread still active.
Unfortunately I was forced to use the Cubepro today for a big ABS job so came back here to see whats up.....
I DID MAKE A NICE DISCOVERY FOR EVERYONE!
In order to bypass the filament counter on the new firmware just scroll to the very bottom of the DECODED Cubepro file and you will see a
^LayerTime: 146.2000 1831.109 83360.242
That last value mirrors the material length from above:
^MaterialLengthE1: 83360.242
^MaterialLengthE2: 0.000
^MaterialLengthE3: 0.000
Change both those values and you are golden on the latest firmware.
Stay tuned as the next step for me is swapping the board out for my new Fastbot and running Octoprint on CubePro - so done with this machine. Have a flashforge pro, TypeA Series 1 Pro, Zmorph, Raise3d and they all turn circles around this heap.
MichaelHerron wrote:SFF:SLICE_FOR_FUN wrote:Hello,
I guess my "knocking problem" has been a result of to low temperature.
But I have some more trouble:
1.
when the extruder goes to the position, where the model will be printed, it stays there for a few seconds and extrudes filament. So there is some useless filament, which is not good for quality...
2.
I tried multi color prints, but the results where bad (like here download/file.php?id=1337&mode=view).
The printer extrudes when it shouldn't....
Does someone has a solution for this and maybe could share a fff file with me?
thanks
We finally conquered that issue just before 3.0 was released--i'm not at the office now, so I don't have the FFF files to fix it. The issue is that the *&%&*^ CubePro doesn't actually change tools unless it is extruding, so when it performs the offset, it extrudes while it is doing so. Since Simplify went to 3.0, you may not need the FFF files after all.
Try adding a priming pillar (in the ADDITIONS tab). That may (although I haven't tried it) fix your problem--it will mean the pillar gets all the extra filament and not your part.
michaelhauser wrote:Below is a Python script I wrote to go through the gcode generated by S3D and insert a flow control command (M108 Sxx) whenever the feed rate changes. The "FeedFlowRatio" multiplier can be adjusted to get the best result. This script is especially helpful on parts that have some areas that need to be printed more slowly than the rest of the part.