Skip to content

Commit

Permalink
Convert layer height to Markdown, make corrections and redo images
Browse files Browse the repository at this point in the history
The images needed to be redone because all of these images need to be split now.
  • Loading branch information
Ghostkeeper committed Jul 4, 2019
1 parent 458cbc5 commit 5f067d5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
9 changes: 0 additions & 9 deletions resources/descriptions/layer_height.json

This file was deleted.

16 changes: 16 additions & 0 deletions resources/descriptions/layer_height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
The 3D printer puts down plastic in layers. The layer height is the thickness of these layers in millimetres. It is the most important factor in both the visual quality of your final print and the printing time.
![0.1mm layer height](layer_height_0.1.png)
![0.2mm layer height](layer_height_0.3.png)
Layer height is the single most important setting to affect the overall quality and conversely the printing time. These are just some of the effects:
* Having thinner layers will increase the visual quality of the print. Since the layers are thinner, the stair stepping effect at the layer's borders will be reduced. Also, the layers will be closer together and so the creases in between the layers will be smaller, leading to an overall smoother finish.
* Having thinner layers allows the printer to produce more detail on the top and bottom sides of your print.
* Having thicker layers tends to make the print stronger, to a point. There will be fewer borders between the layers, which tend to be a weak point. The thicker layers will not shear as much.
* Having thicker layers will reduce printing time, because the nozzle will not have to make as many horizontal movements.

Many settings depend on the layer height. Because layer height significantly affects the flow rate of material through the nozzle, many parameters of the printing process will change. This is very complex. For instance, when increasing the layer height, you should probably increase the printing temperature slightly to offset the extra rate of heat loss. The temperature then affects the liquidity of the material which will affect how sharp your corners will be and what cooling is needed, and so on. It is always wise to start from a pre-made quality profile available to your printer that has a layer height close to what you want.

You can choose a desired layer height in Custom Mode, but pre-made profiles are available with various layer heights as well. You can choose from profiles for various layer heights in the Recommended Mode using a slider or using the drop-down widget in Custom Mode. Since these profiles also change some parameters that depend on the layer height, you'll probably achieve a better quality that way.

At very low layer heights, you could run into the resolution limit of your Z axis. Look up the step size of your printer's Z axis and make sure that the layer height is a multiple of this. If it doesn't match up properly, some layers will be thicker than others which will result in banding.

*Note that the layer height setting does not hold for the initial layer of the print or for the raft layers, which have their own settings to adjust the layer height separately. When using adaptive layers, this layer height setting will be used as a baseline but the actual layer height will have some variation.*
Binary file removed resources/images/layer_height.png
Binary file not shown.
Binary file added resources/images/layer_height_0.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/layer_height_0.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f067d5

Please sign in to comment.