FreeCAD: master 6ba2d3ac

Author Committer Branch Timestamp Parent
Lee Jones Lee Jones master 2021-02-14 17:56:32 master ed873038
Changeset PathToolBitLibraryGui: Fix LinuxCNC tool table format

The currently exported tool table for LinuxCNC results in the following warning:

  "Requested tool 1 not found in the tool table"

The debug output provides:

  "File: default_tool_table.tbl Unrecognized line skipped: \
      T1 P X0 Y0 Z0 A0 B0 C0 U0 V0 W0 D4.00 I0 J0 Q0; \
      4mm_2F_Compression_Carbide_Endmill"

This is due to a missing/blank P (pocket) entry.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py Diff File