Remove trailing whitespace

This commit is contained in:
Ghostkeeper 2018-08-24 15:24:00 +02:00
parent eea3fc95a4
commit aa03fabc57
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -90,7 +90,7 @@
"infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'triangles'" },
"infill_wipe_dist": { "value": "0" },
"initial_layer_line_width_factor": { "value": "120" },
"initial_layer_line_width_factor": { "value": "120" },
"jerk_enabled": { "value": "True" },
"jerk_layer_0": { "value": "jerk_topbottom" },
"jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" },