Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed May 26, 2024
1 parent 5c30afb commit f3b6393
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ padding (right):
:align: right


By default, the original Z value of all objects packed using the :meth:`pack.pack` function is preserved.
If you want to align all objects so that they are "placed" on the zero Z coordinate, the :meth:`pack`
function has an `align_z` argument. When set to `True`, this will align all objects.

This can be useful, for example, when preparing print setups for 3D printing, giving you full control
over this alignment so you don't have to leave it to the slicer.


.. _are_glob_imports_bad_practice:

***********************************************
Expand Down

0 comments on commit f3b6393

Please sign in to comment.