mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Remove trailing whitespace
This commit is contained in:
parent
eea3fc95a4
commit
aa03fabc57
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class LayerPolygon:
|
|||
__number_of_types = 11
|
||||
|
||||
__jump_map = numpy.logical_or(numpy.logical_or(numpy.arange(__number_of_types) == NoneType, numpy.arange(__number_of_types) == MoveCombingType), numpy.arange(__number_of_types) == MoveRetractionType)
|
||||
|
||||
|
||||
## LayerPolygon, used in ProcessSlicedLayersJob
|
||||
# \param extruder
|
||||
# \param line_types array with line_types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue