【源码】切片stl文件并沿切片创建连续轮廓

包含了matlab文件来切片一个stl文件,并创建一个连续的轮廓,机器可以沿着这个轮廓移动以进行3D打印。

This contains the matlab files to slice a stl file and create a continuous contour along which the machine can move for deposition for 3D printing.

主文件为slice_stl_create.m

The main file is slice_stl_create.m

支撑函数为triangle_plane_intersection.m, read_binary_stl_file.m, orient_stl.m, rotate_stl.m and plot_slices.m。

The supporting functions are triangle_plane_intersection.m, read_binary_stl_file.m, orient_stl.m, rotate_stl.m and plot_slices.m.

脚本stl_slice_and_plot.m是使用这些函数的一个示例。

The script stl_slice_and_plot.m is an example using the functions.

更多精彩文章请关注公众号:【源码】切片stl文件并沿切片创建连续轮廓

相关文章:

  • 2021-04-07
  • 2021-06-17
  • 2021-05-29
  • 2021-05-12
  • 2021-09-03
  • 2021-12-02
  • 2021-10-23
  • 2021-10-21
猜你喜欢
  • 2022-12-23
  • 2021-10-18
  • 2021-06-22
  • 2021-12-06
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案