Skip to content

v1.2.3 — 19 new system variables

Choose a tag to compare

@anzory anzory released this 11 May 18:13
· 5 commits to master since this release

Added

  • 19 new SolidCAM system variables:
    • iMachining cutting angles: i_MIN_CA (numeric), i_MAX_CA (numeric) — minimum and maximum cutting angles in degrees.
    • iMachining feed: i_inpocket_feed (numeric) — feed rate for in-pocket machining.
    • Operation data: finish_down_step (numeric) — finish down-step value.
    • Feed rates: feed_rapid_teeth (numeric) — rapid feed per tooth.
    • Tool sequencing: next_job_tool_tag (integer) — tool tag of the next job.
    • Next position coordinates: xunext, yunext, zunext, xlunext, ylunext, zlunext (all numeric) — next untransformed and local untransformed X/Y/Z coordinates in the operation sequence (appears in 4-axis profile jobs).
    • Current position coordinates: xupos, yupos, zupos, xlupos, ylupos, zlupos (all numeric) — current untransformed and local untransformed X/Y/Z coordinates of the tool position.
    • Tool level: zlnext_tool_z_level (numeric) — next local tool Z-level for the next position in the operation sequence.

Install: download anzory.vscode-gppl-ide-1.2.3.vsix below, then in VS Code: Extensions: Install from VSIX…. Or install from Marketplace once published.