How to extract parts of g code using matlab

조회 수: 5 (최근 30일)
Federico
Federico 2022년 8월 24일
댓글: Federico Paolucci 2022년 8월 25일
I want to obtain is a script capable of loading the g code and dividing it into a structure with cells containing the individual commands: I want to find the strings in which the outer contour of all layers is drawn, initialized by; TYPE: WALL-OUTER, as a result of which all commands containing the token G1 at the beginning of the command are stored, followed by the X Y Z E coordinates of displacement and possibly also from F. Then, also commands with the token G0 are stored.
  댓글 수: 3
Walter Roberson
Walter Roberson 2022년 8월 25일
Federico Paolucci
Federico Paolucci 2022년 8월 25일
@Geoff Hayes I report "file g.gcode" as attached file, this code is produced by a software from a file.stl and then the .gcode is sent to 3d printer to print the object

댓글을 달려면 로그인하십시오.

답변 (1개)

Federico
Federico 2022년 8월 25일
@Geoff Hayes I report "file g.gcode" as attached file, this code is produced by a software from a file.stl and then the .gcode is sent to 3d printer to print the object

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by