Open
Description
The "Wire Printing Top Delay" setting is supposed to insert delays after vertical wires, but setting it to a non-zero value doesn't insert G4 delays in the gcode.
Looking at https://github.com/Ultimaker/CuraEngine/blob/master/src/Wireframe2gcode.cpp, it seems that top_delay is only added when the Knot strategy is chosen. I don't know if this is intended, but it does seem to me that top_delay can also be useful with the other strategies.