CURA-7951
This commit is contained in:
c.lamboo 2023-08-30 12:51:03 +02:00
parent 38a5754c6f
commit 3e39bbdabd

View File

@ -138,11 +138,11 @@ class GridArrange(Arranger):
# these the node's "footprint". # these the node's "footprint".
# #
# ┌────────────────┐ # ┌────────────────┐
# minimum food print │ NODE │ # minimum foot-print │ NODE │
# └────────────────┘ # └────────────────┘
# │ grid 1 │ grid 2 │ grid 3 │ grid 4 | grid 5 | # │ grid 1 │ grid 2 │ grid 3 │ grid 4 | grid 5 |
# ┌────────────────┐ # ┌────────────────┐
# maximum food print │ NODE │ # maximum foot-print │ NODE │
# └────────────────┘ # └────────────────┘
# #
# The algorithm will find the grid offset such that the number of nodes with # The algorithm will find the grid offset such that the number of nodes with