Just shifted to Cura and my opinion is that it is MUCH better than Slicr… should have done that before.
I had some strange errors with Slicr when using support ect. and just sped SO much time adjusting, so i shifted to Cura just to try it out and I am just saying WOW!
Cura is MUCH faster than Slicr
When using support in Cura, support material is only touching the model where needed!!
In Cura the treefrog http://www.thingiverse.com/thing:18479 can be printed without infill and still produce a perfect result because of “intelligent” software (not possible in slicr).
Overall Cura is more simple, easy to use and more “intelligent” slicing the model producing more satisfying results.
I have just been playing with the pause function i Cura where it is possible to change filament at a specific height.
I couldn’t get repetier and slicr to work correct in the beginning.
Cura worked good at that moment.
After i put the lcd on i couldn’t get cura to work ok and tried using slicr again.
This time i got it working pretty good.
Today i needed to print a larger item and it took slicr almost 8 minutes to generate a gcode at a 7 mb size.
When i started printing i noticed that the bottom layers where not nice and the rest also wasn’t that great.
So i downloaded the newest Cura and started all over setting it up.
It takes Cura only a few seconds to generate the gcode and the size is much smaller at 2,5 mb.
Printed the same part (5 hour slicr and 3,5 hour Cura) the Cura part came out much nicer.
Are there any special settings I need for Cura? I’m literally 4 days into trying to print with my new 3D printer, and I want to junk-punch my computer.
Thanks to jangermann for giving his settings for Cura. I tried it and wow, Cura is so much better then Slic3r. From now on, I’m gonna use Cura to print.
In your profile, there is a nozzle size of 0.4mm even though the K8200 has a default 0.5 nozzle.
How come? Ist that a trial & error result of test runs or did you measure the real nozzle size?
BTW i do agree: print results with cura are way better than Repetier/Slicr
Do you have a Cura profile for ABS too?
[alterations]
start.gcode = ;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
M190 S60 ;Uncomment to add your own bed temperature line
M109 S200 ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing…
end.gcode = ;End GCode
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
start2.gcode = ;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M104 S{print_temperature} ;Uncomment to add your own temperature line
;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T1 ;Switch to the 2nd extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-{retraction_dual_amount}
T0 ;Switch to the first extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing…
end2.gcode = ;End GCode
M104 T0 S0 ;extruder heater off
M104 T1 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
support_start.gcode =
support_end.gcode =
cool_start.gcode =
cool_end.gcode =
replace.csv =
switchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
G92 E0
G1 E-36 F5000
G92 E0
T{extruder}
G1 X{new_x} Y{new_y} Z{new_z} F{travel_speed}
G1 E36 F5000
G92 E0
I downloaded the latest version of Repetier Host, and it comes with both slic3r and Cura Engine embedded. Cura, running under Repetier Host, runs fine on my K8200. I’m not using the Vellemean Host version of Repetier because it has not been updated since March of 2013. (Way to go Velleman!) naturally, The k8400 version of Velleman host is the latest Repetier. but don’t worry K8400 owners, Velleman will screw you the way it screwed the K8200 owners. Just give them time.
Downloading the latest Repetier Host from the Repetier website for the K8200 is a trivial exercise. There is no need ever to use the Velleman Host Version. I’m talking about a PC of course, because the MAC is not well supported by Repetier Host.
This thread seems to imply that standalone Cura is better than Cura running under Repetier Host.
Whs would that be? If that is true, will someone please explain it to me?
[quote=“artcominio”]I downloaded the latest version of Repetier Host, and it comes with both slic3r and Cura Engine embedded. Cura, running under Repetier Host, runs fine on my K8200. I’m not using the Vellemean Host version of Repetier because it has not been updated since March of 2013. (Way to go Velleman!) naturally, The k8400 version of Velleman host is the latest Repetier. but don’t worry K8400 owners, Velleman will screw you the way it screwed the K8200 owners. Just give them time.
Downloading the latest Repetier Host from the Repetier website for the K8200 is a trivial exercise. There is no need ever to use the Velleman Host Version. I’m talking about a PC of course, because the MAC is not well supported by Repetier Host.
This thread seems to imply that standalone Cura is better than Cura running under Repetier Host.
Whs would that be? If that is true, will someone please explain it to me?[/quote]
Maybe just a personal preference of the different UI.
I’ preferred to stick with repetier, having both set up on my pc.
If you look at the date when this thread was started it was a year ago.
I don’t think Repetier had the Cura engine at the time.
I was using Cura at that time and found that when it sliced a project it would fix a lot of errors in the drawing.
I liked the slicer but did not care for the software as Repetier gave you more options like more control over the fan and other things.
If you look at the date when this thread was started it was a year ago.
I don’t think Repetier had the Cura engine at the time.
I was using Cura at that time and found that when it sliced a project it would fix a lot of errors in the drawing.
I liked the slicer but did not care for the software as Repetier gave you more options like more control over the fan and other things.[/quote]
If you download the latest and try Cura running in the Repetier environment, let us know what you think.