The tic-tic-tic you hear is probably the gear slipping over the filament.

There is a maximum amount of plastic you can extrude (expressed in cubic mm per second, of mm3/s). You can roughly calculat this as max_printing_speed_in_mm_per_sec * witdth_of_extrusion_in_mm * layer_height_in_mm.

For example, with a max 3000 mm/min extrusion (= 60 mm/s) at 0.25mm layer height and 0.44 mm width (0.4 mm nozzle) we get 60 * 0.25 * 0.44 = 6.6 m3/s which is within capabilities of a FF type extruder.

Depending on the type of polymer, the printing speed (expressed in mm3/s) and the temperature settings there is a maximum that you can extude. The extruder/gear combination has maximum torque it can put on the filament, and the polymer/temperature/nozzel_size will induce a viscosity/rheological backpressure.

When the back-pressure exceeds what the extruder can supply as torque (backpressure exceeds pushing power), then the filament will slip in the gears to the point that it may be grinding away.

To solve try any (combination) of the following:

1) reduce max printing speed and/or reduce layer height (reduces the max mm3/s extrusion as calculated above)
2) increase printing temperature (reduces viscosity)
3) use other type of polymer (has different temperature-viscosity profile).

Also, be aware that certain parts have an extra amount of plastic extrusion specified in the slicer, for example 150% width for infill. You need to include this in the max extrusion rate calculation. In the above example, this means that you may face 150% * 6.6 = 9.9 mm3/s. This is most likely over the limit the FF extruder can supply.

My advice is to always calculate the max extrusion rate in mm3/s to see where you are when evaluating a printed object.

See also this link: http://www.extrudable.me/2013/04/18/...ty-and-limits/

Cheers