Editing Adaptive Post Processor

Editing Adaptive Post Processor

shawn3WMTV
Enthusiast Enthusiast
325 Views
2 Replies
Message 1 of 3

Editing Adaptive Post Processor

shawn3WMTV
Enthusiast
Enthusiast

I am trying to make a post processor for my 3D printer. There are a few things that get outputed that I can not figure out where they come from. I am using the generic FFF post as a starting place. This gets generated in the post. But when I click on it in Visual Studio Code, it does not know where in the post it was created.

 

;rapid-leaky
G0 X-140 Y-139.25 Z0.2
G1 F1500 E15
 
Does anyone know where this comes from? I want to stop the post from extruding 15mm at the very beginning of the post.
0 Likes
326 Views
2 Replies
Replies (2)
Message 2 of 3

johnswetz1982
Advisor
Advisor

you could use the Dumper.CPS post to check or you can get an addon for visual studio, not sure which one (Autodesk HSM I think) that will reference what section of your post processor that comes from by clicking on that section of code.

0 Likes
Message 3 of 3

shawn3WMTV
Enthusiast
Enthusiast

I am using the VS code addin for this purpose.  Clicking on the line in the posted code does not show where it was generated.

 

0 Likes