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

【源码】切片stl文件并沿切片创建连续轮廓_第1张图片

包含了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文件并沿切片创建连续轮廓_第2张图片

你可能感兴趣的:(【源码】切片stl文件并沿切片创建连续轮廓)