InterpolationPrintOrganizer.remove_duplicate_points_in_path

InterpolationPrintOrganizer.remove_duplicate_points_in_path(layer_key, path_key, tolerance=0.0001)

Remove subsequent points that are within a certain tolerance.

Parameters
  • layer_key (str) – They key of the layer to remove points from.

  • path_key (str) – The key of the path to remove points from.

  • tolerance (float, optional) – Distance between points to remove. Defaults to 0.0001.