TimPaterson / Fusion360-Batch-Post

Fusion add-in to post all CAM setups at once, optionally dividing them into folders.
The Unlicense
128 stars 25 forks source link

Issue with G28 and Clearance Height? #72

Open SzlifPL opened 1 week ago

SzlifPL commented 1 week ago

Hi, I have noticed that when using post processor newer then 44115 15.03.2024 (Mach3) , Batchpost is always generating the "Safe retracts and home positioning" as G28, (even when selected G53 or Clearance Height). Could you check this ? Thanks.

TimPaterson commented 1 week ago

Options you set in Fusion's built-in Post Process command are not preserved and given to Post Process All, unfortunately. Any setting that is different from the default can only be set by editing the post processor code. In this case, that code is right near the end of the file, inside properties.safePositionMethod. You would set the value field to the id of one of the other choices, such as "G53".

This is a duplicate of #51.