Page 1 of 1
cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 11:47 am
by cambo3d
Last night I spent some time trying to get cura 13 to work and was successful.
there are some nice features to cura, one thing I've noticed is that it never has to retract on print layers, its one continuous loop, I have it set to only retract over hole or gaps. It also seems to print faster but this could just be my settings. I had to make some adjustments to the start and end codes, so it would work with the rostock but far it seems to be working great.
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 12:32 pm
by MSURunner
Just wait until Daid releases his new engine... It's ridiculously fast at slicing. There are a lot of nice features in Cura that I like, and why I want to stick with it over RH. Quick question for you... Are you running the RH Firmware or the Marlin still? I would imagine the Marlin? And you are just generating G-Code with it, correct? Not printing directly from it?
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 12:50 pm
by cambo3d
MSURunner wrote:Just wait until Daid releases his new engine... It's ridiculously fast at slicing. There are a lot of nice features in Cura that I like, and why I want to stick with it over RH. Quick question for you... Are you running the RH Firmware or the Marlin still? I would imagine the Marlin? And you are just generating G-Code with it, correct? Not printing directly from it?
im using repetier firmware, and just generating gcode with cura, not printing directly from it.
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 12:56 pm
by MSURunner
Is the RFW playing nice with the Marlin G-Code then? If so, that would be awesome!
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 2:32 pm
by cambo3d
its just gcode, has nothing to do with firmware, the only thing i really had to do was make changes in the start and end codes. Im still tweaking the settings but looks good so far.
right now i'm only using to generate my gcoded files. firmware may be important if you were to use the cura host?
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 2:48 pm
by MSURunner
Some firmware's operate off a different set of G/M values... Cura is what my UM is tuned with and it's very nice to use so I'm quite happy to hear the RFW uses the same G/M values then!
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 3:14 pm
by cambo3d
cura was made for the ultimaker and the ultimaker uses a bowden tube, so maybe it might be better suited for the rostock?
i wonder if we could get the cura host to work with the rostock... have you tried?
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 3:25 pm
by MSURunner
Can't right now, my board is supposed to be in the mail from SeeMe. But I would think it would print so long as you re-flashed it with a Marlin-based firmware and altered the printer dimensions. Since it sounds like the Repetier is using the same G-Code tables, it's probably similar enough to connect and run, though I haven't looked at all at the Repetier to determine if it handles accelerations differently than Marlin (which would be my guess) and therefore, the machine might function funny... If I was able to try it today I would! As is, I'm relying on you!
Re: cura 13.03, i think i'm liking it
Posted: Tue Apr 23, 2013 4:54 pm
by cambo3d
i'll tinker around with it more and see what happens, I'd imagine if this works combined with an all metal hotend, this thing should print stupid fast.
my other rostock is almost up and running, i'll try it with that one.
Re: cura 13.03, i think i'm liking it
Posted: Thu Apr 25, 2013 10:35 am
by cambo3d
it seems that the feedrate may be handled differently, i set it to around 30mm per sec, and it still seems to move a heck of a lot faster than repetier.
so maybe this is a fimware thing?
Re: cura 13.03, i think i'm liking it
Posted: Thu Apr 25, 2013 11:12 am
by MSURunner
Feedrate? You mean the max feedrate? Or are we talking travels/print speeds? Cura has a high travel speed to avoid ooze drag, whereas from what I've seen on Repetier, it's not nearly as fast.
Re: cura 13.03, i think i'm liking it
Posted: Thu Apr 25, 2013 4:44 pm
by jesse
I tried to use Cura has a g-code host earlier today. The connection attempted but was unsuccessful, my firmware is probably not compatible.
Re: cura 13.03, i think i'm liking it
Posted: Sat Apr 27, 2013 3:13 pm
by bplemmons
I tried Cura (thanks Cambo3d) and I do really like how it prints, so much quieter and faster without all of the retraction going on.
But I do have one issue with it, when I start a print it retracts so much that most of the first layer is starved for filament. Is there a way to turn this operation off or do have to dial the retraction setting way back?
I think it was set to 4mm...
Bill
Re: cura 13.03, i think i'm liking it
Posted: Sat Apr 27, 2013 4:04 pm
by cambo3d
maybe try setting your retraction so it only retracts past a certain distance. there's a setting for that in cura.
retraction minimal travel, is what its called.
Re: cura 13.03, i think i'm liking it
Posted: Sat Apr 27, 2013 7:11 pm
by bplemmons
I'll try that, thanks Cambo
Bill
Re: cura 13.03, i think i'm liking it
Posted: Sat Apr 27, 2013 11:47 pm
by bvandiepenbos
I think by default Cura puts commands in the start gcode that may cause the filament retract at start. Try looking at start code and removing those extruder commands.
Re: cura 13.03, i think i'm liking it
Posted: Sun May 05, 2013 2:56 am
by xnaron
bplemmons wrote:I tried Cura (thanks Cambo3d) and I do really like how it prints, so much quieter and faster without all of the retraction going on.
But I do have one issue with it, when I start a print it retracts so much that most of the first layer is starved for filament. Is there a way to turn this operation off or do have to dial the retraction setting way back?
I think it was set to 4mm...
Bill
This is caused by the extruder not being reset. Insert "G92 E0" into the start.gcode file in CURA. This will stop the major retraction on startup.
Re: cura 13.03, i think i'm liking it
Posted: Tue May 07, 2013 10:48 pm
by bplemmons
That's what I was looking for, Thanks!!
Bill
Re: cura 13.03, i think i'm liking it
Posted: Wed May 08, 2013 8:32 am
by foshon
xnaron wrote:bplemmons wrote:I tried Cura (thanks Cambo3d) and I do really like how it prints, so much quieter and faster without all of the retraction going on.
But I do have one issue with it, when I start a print it retracts so much that most of the first layer is starved for filament. Is there a way to turn this operation off or do have to dial the retraction setting way back?
I think it was set to 4mm...
Bill
This is caused by the extruder not being reset. Insert "G92 E0" into the start.gcode file in CURA. This will stop the major retraction on startup.
I believe it's actually cuased by using absolute measurements for extrusion length. The printer is returning the extruder to the original location. I had a similiar issue whenever I would purge the extruder before starting a print. The E0 trick works, by resetting the extruder location, switching to relative extruder movement does as well. IMHO.