In the gcode generated by cura, both marlin and reprap extrude only a tiny fraction of filament for each move compared to ultigcode. The difference is not constant (and yes I use identical material settings for both marlin and ultigcode)
Below is a snippet of the ultigcode file which prints properly:
QuoteG1 F1200 X88.494 Y91.863 E0.05013
G1 X88.938 Y91.573 E0.10025
G1 X89.421 Y91.353 E0.1504
G1 X89.932 Y91.208 E0.2006
G1 X90.537 Y91.138 E0.25815
G1 X90.957 Y91.128 E0.29785
Below is a snippet of a marlin file with identical material settings, identical profile, identical model, identical printer.
QuoteG1 F1200 X88.494 Y91.863 E0.00786
G1 X88.938 Y91.573 E0.01571
G1 X89.421 Y91.353 E0.02358
G1 X89.932 Y91.208 E0.03144
G1 X90.537 Y91.138 E0.04047
G1 X90.957 Y91.128 E0.04669
This is only one of a list of problems that make marlin/reprap unusable on the UM2+. A single click on the "gcode flavour" dropdown in cura makes the entire file useless junk.
Edited by user978537432
Recommended Posts
Smithy 1,145
It is or should be easy, just go to the printer setup in Cura, change gcode flavor to Marlin and that's it.
I use Marlin on my UM2+ and UM2Go without any problems. In fact ultigcode and marlin is nearly the same, the only difference is that with Marlin you can choose the material and temp in Cura.
Link to post
Share on other sites