You say this like there is an alternative. Can I use any materialI want and not have to deal with the cartridge thinking it is empty?MichaelHerron wrote:PDZ:
If you are still using the material cartridges...
Thanks..
You say this like there is an alternative. Can I use any materialI want and not have to deal with the cartridge thinking it is empty?MichaelHerron wrote:PDZ:
If you are still using the material cartridges...
yes..mmcginnis9272 wrote:You say this like there is an alternative. Can I use any materialI want and not have to deal with the cartridge thinking it is empty?MichaelHerron wrote:PDZ:
If you are still using the material cartridges...
Thanks..
Is there any way to determine what the code is for other cartridges? For example, white PLA?MichaelHerron wrote:yes..mmcginnis9272 wrote:You say this like there is an alternative. Can I use any materialI want and not have to deal with the cartridge thinking it is empty?MichaelHerron wrote:PDZ:
If you are still using the material cartridges...
Thanks..
You must have a cartridge loaded--AND the cubepro file you are printing must have the correct material type identified FOR THE LOADED CARTRIDGE. (not necessarily what you're printing with)
For instance--if you have a loaded PLA cartridge, the cubepro file must have a material number that corresponds to PLA (natural pla is 214) These number are in the start script.
NEXT--the firmware of the cubepro checks to see if the amount of material that the printed file is going to use is still left in the cartridge. This number is also in the start script. It should be a very small, non-zero number. (.001 works).
The cartridge loaded can be empty!
This may not work forever, but to date, we have not had an issue printing on an empty cartridge.
Thanks for the info. So to feed the material in through the top, I assume required you to take the filament tubeand re-route it to the top, or did you enter the feed motor directly and leave the tube in place?MichaelHerron wrote:
Hope this helps...
don't re-route the tube, just move it out of the way of the motor. I will probably go back to using the tubes and put the spools inside the box, but i'll need to print a spool holder and a chip holder.. too lazy or too busy to design such stuff now.mmcginnis9272 wrote:Thanks for the info. So to feed the material in through the top, I assume required you to take the filament tubeand re-route it to the top, or did you enter the feed motor directly and leave the tube in place?MichaelHerron wrote:
Hope this helps...
One last thing. I decoded a .cubepro file with CubeX.exe and the file is still completely unreadable garbage. I thought .bfb files were human readable g-code. Is this normal or do i have a bad copy of CubeX? My CubePro software is version 1.52 released June 3rd.
Thanks again..
You're kinda right. Its not great. We've still managed to get decent results with some complex parts. The only trouble we've had is when there are very small extrudes--these tend to overextrude when using the same flowrate as larger moves.michaelhauser wrote:I am using S3D with a Cubex (single). I'm still trying to get it dialed in with my filament (ABS) and hot end (e3D lite6 with an adapter I printed). One problem I'm having is the lack of control over flow rate. The Cubex firmware apparently doesn't support 5D-style flow control (E codes), instead using M108 Sxx codes. But using a fixed flow rate (e.g., putting an M108 Sxx code in the gcode header) seems like a poor solution for complex parts. Also, having prime/suck codes only in the header is also problematic for similar reasons. The combination of Kisslicer and Cubitmod seems to solve this by inserting these codes inline as needed. It would seem that without direct support for BFB/Cube firmware or else some fairly sophisticated post-processing, Simplify3D won't be suitable for printing complex parts on these printers. But I'm a 3d printing novice, so this analysis could be completely off-base. Feedback?
Thanks.
Michael Hauser
My simple Python post-processing script is working well. It just inserts a new M108 code whenever it sees an M101 followed by a G1 with a changed feed rate. An extruder speed of Feedrate x .009 seems to work pretty well, although I haven't done much tuning yet. I can post the script if anyone is interested.michaelhauser wrote:...I think I'll write a post-processing script to automate inserting the flow control codes. It seems like the relationship between feed rate and flow rate is roughly linear, at least within the typical feed rate range that produces good prints.
MichaelHerron wrote: NEXT--the firmware of the cubepro checks to see if the amount of material that the printed file is going to use is still left in the cartridge. This number is also in the start script. It should be a very small, non-zero number. (.001 works).
The cartridge loaded can be empty!
This may not work forever, but to date, we have not had an issue printing on an empty cartridge.