Cura in Astroprint is Producing Different Output from Cura Desktop

I am trying to use Astroprint to slice prints for a Monoprice Delta Mini. Unfortunately, the Delta Mini is very sensitive about the flow of the plastic on the first layer. Basically, it is difficult to get a solid first layer on this printer. I have succeeded in finding settings for Cura 4.0 that work consistently and have attempted to transfer these settings and also the start gcode to Astroprint cloud.

Unfortunately, I have been unable to get Astroprint cloud to produce the same gcode. Specifically, Astroprint cloud is extruding significantly less filament when printing the brim which leads to failure since the print will not stick. If I use a raft it does stick — barely but then the rest of the print seems to be under extruder.

When I first defined the filament it defaulted to 3.0. It also seems as if the slicer still thinks the filament is 3mm thick instead of 1.75mm.

I would be happy to provide the gcode files if this is helpful. Here are a couple of lines showing the issue:

Astroprint — Notice the initial extrusion is for E0.00914
;LAYER_COUNT:175
;LAYER:0
M107
G0 F3600 X-13.607 Y-2.25 Z0.21
;TYPE:SKIRT
G1 F1500 E0
G1 F1800 X-13.567 Y-3.042 E0.00914

Cura 4.0 — Notice the initial extrusion is for E0.02423
;LAYER_COUNT:175
;LAYER:0
M107
G0 F3600 X-13.607 Y-2.25 Z0.21
;TYPE:SKIRT
G1 F3000 E0
G1 F1800 X-13.567 Y-3.042 E0.02423

I am soon this is just user error but if you could point me in the correct direction that would be great.

Irv

I believe I have found some if not all of the issue. When you are defining a printer, at least when I did this a couple of week ago, and select Cura 3, the extruder defaults to “Generic FDM Extruder”. Under this extruder definition on the “material” tab you will find the “diameter” setting. Mine had defaulted to 2.85.

When the slicer selected was Cura 15 it was properly defaulting to 1.75. I change it to 1.75 and had much better success. I have not compared output line by line yet, but the print was no longer under extruded – which makes sense.

You should check with your manufacturer which is the proper setting. Defaults are not always the proper values for every printer. In this case 2.85 is VERY wrong if your printer is supposed to use 1.75 filament.

Also different slicer have different default values.