This post is now Archived, as all new information for BFB and CubePro files with Simplify3D 3.0.0 should be posted in the new thread for best results: viewtopic.php?f=8&t=3113&p=13492#p13492
Using a BFB style printer with Simplify3D - 3D Touch, CubeX, RapMan and CubePro
Important Preface only for CubePro users
If you have a CubePro 3D Printer, you will need to download the CodeX utility. This is used to convert the Simplify3D created bfb file into a .cubepro file. The CodeX utility is Windows only!
The CodeX utility can be found in the first thread at this link:
Code: Select all
https://groups.google.com/forum/#!topic/kisslicer-refugee-camp/ZMuIrtn5MfoUnextract the zip file and you will have CodeX64.exe and CodeX32.exe
Steps to get printing with your BFB 3D Touch, CubeX, RapMan & CubePro
First, download the attached zip file, this contains profiles for the various BFB style 3D Printers as well as their multi-head variants.
To import the profile, go to File-->Import FFF Profile and then select the FFF file downloaded from this forum post.
Next, import a model and slice. When you get to the print preview window, hit save Toolpaths to Disk, this will allow you to save the file. Please note, due to the post processing scripts in the profile if you save a file, do not save it again without exiting the preview mode and re-slicing, otherwise the post-processing scripts will be run on the exported file twice and you will end up with a non-usable file.
Save it as somename.gcode
Even though you specified a .gcode extension, the post-processing script should take care of everything and you should have a .bfb file to the location you specified to save the file.
For CubePro Users
Run the CodeX executable file that matches the bitness of your operating system mentioned above, using the .bfb profile you have created as the input file. Select CubePro and encode, then encode the file! After the CodeX utility prompts you that it has finished converting the file, you should now have a valid .cubepro file that you can use with your CubePro 3D Printer!
Notes:
Adjusting the Extrusion Multiplier will not actually adjust the extrusion rate of the print. This is due to the bfb style machines not using the E, or extrusion, parameter in their code. What they use is the M108 SXX command, which tells the firmware to start the extruder motor at a certain RPM. This RPM rate is the S parameter and matches up with the speed of the printing. If you want to experiment with different printing speed and/or extrusion rates, adjust the M108 SXX paramater in the starting G-Code and then the Default Printing Speed in the "Other" Tab.
If you find better M108 SXX and speed combinations, please feel free to post it to help others!