amortech wrote:Thanks so much Lephino. I appreciate you sharing especially with the Trio. I have had lots of issues so far getting this to work. Mostly with filament jams but your setup at least got me a full print. Super frustrating as I have multiple degrees in software engineering and i own a creative design firm. We have a hub on 3d hubs and almost every job we have received the Cube Pro has botched...well the software has botched.
I hate asking because this should be the easiest file to print but i tried printing this with our firmware in ABS and it over-extruded so much pretty much laid down a ball of goop.
One, i think if I can pause the print head for -3 seconds after every layer it would help - can we do that via simplify? I don't see anywhere. I do see what looks like the pause code in the cubepro file but not sure the best way to implement that in the scripts.
Can someone take a look at this simple file. Embarrassing as its a paid job on 3d hubs but the Cube software prints is hollow between the outer and inner shell (see photo).
With your settings here in simplify it lays down waay too much filament. Give it a shot and let me know.
Thanks again to you and MichaelHerron for the contributions - really looking forward to getting simplify working.
I wouldn't recommend any pausing between layers--that will create a melty spot where the print jets stop.
If you feel you must pause between layers, all you need to do is add the following line to your "LAYER CHANGE" script tab:
G4 P3
If you are laying down too much plastic, its a pretty easy fix: either increase the movement speed or decrease the flow rate.
If you are using Lephino's files, the movement speed is already pretty fast--don't increase it too much beyond 2500mm/min.
I believe the flowrate is controlled in the tool-change script on lephino's files. Look for M108 S20 in the scripts. The 20 is the flowrate. Simply reduce this number a little. This number must be adjusted WITH speed(in the OTHER) tab and filament diameter. When you find the right number, be sure and log it!
Unfortunately, because Simplify isn't able to control flowrate with this printer yet, you shouldn't do any layer or outline based speed modifications (first layer speed reduction, etc)--keep these at 100%
My perfect flowrate for the filament I use is M108 S16 for a speed of 2500mm/min
Lephino's flowrate is M108 S20 for a speed of 3000mm/min. You can simply interpolate--it should be a linear function to calculate other speeds. (mine appears to be slightly lower flow/speed than his, which could be a function of my filament diameter being slightly higher).
I hope this helps! and Good luck!