Hi,
How can i add a delay or pause between layers, so i let the previous layer cool down a little before i continue, is there a setting somewhere ?

The only reason I don't like this idea, is that the extruder is 230C, and would have direct contact at the point you're touching, which would mean that it would be melting and changing the shape of the plastic at that location.dsegel wrote:Go to the Scripts->Layer Change tab and enter something like "G4 P200" - the G4 command is for "dwell" and Marlin uses P for milliseconds and S for seconds. Thus P200 makes it sit and do nothing for 200ms; S2 would make it wait for 2 seconds. Non-Marlin FW just supports the P option, so use something like P2000 for 2 seconds.
This makes it do an actual wait and doesn't waste filament.
That's not a bad idea, but it could lead to stringing. I think KeyboardWarrior has the right idea - just lift and pause in place, then continue. I'm not sure about the values, though. It depends on whether the layer change code is called before or after the layer height change that happens with the new layer, or whether that height change would happen in other parts of the code.gelly wrote:would it be better to move in the X or Y axis instead ?
That is a great tip. Thank youjimc wrote:Here is a little tip and much easier. In your process set the skirt for maybe 20mm offset, 3 or more perimeters then set the number of layers to 9999. That number will make s3d print the skirt the same amout of layers as your model. This will auto generate your box or whatever without having to scale or model anything. Of course its always most efficient if you can print multiple items that you need at the same time