Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
209965a
feat: BlockWriter integration, cycle cache, arc macro, and tests
rybakov25 Feb 21, 2026
0913136
feat: Medium priority tasks - plane.py, subprog.py, test fixes
rybakov25 Feb 21, 2026
4105a5a
feat: Low priority tasks - FormatSpec, tool_list, JSON Schema, tests
rybakov25 Feb 21, 2026
b37a729
feat: IMSpost integration - use1set, force, rtcp macros
rybakov25 Feb 21, 2026
f05732a
refactor: Remove macros with encoding issues (to be reimplemented)
rybakov25 Feb 21, 2026
df4e075
feat: Add Siemens macros and reorganize mmill macros
rybakov25 Feb 21, 2026
496be4b
fix: Register format strings (F3 instead of F4.3)
rybakov25 Feb 21, 2026
b5abd72
fix: Macro priority and output formatting
rybakov25 Feb 21, 2026
3a9a3d1
fix: Spindle and A/B modal output
rybakov25 Feb 21, 2026
c008d12
feat: Add high and medium priority IMSpost macros
rybakov25 Feb 22, 2026
ec9b361
feat: Copy macros to base, fix PythonGlobalVariables, update docs
rybakov25 Feb 22, 2026
6f66ac1
Delete GITHUB_REPO_SETUP.md
rybakov25 Feb 22, 2026
fba3225
Delete FINAL_IMPLEMENTATION_REPORT.md
rybakov25 Feb 22, 2026
7a760d0
fix: FSQ-100 macros with BlockWriter integration
rybakov25 Feb 22, 2026
d16f4f1
fix: minor fixes
rybakov25 Feb 22, 2026
c09e2d4
Merge branch 'feature/sprut-integration' of https://github.com/rybako…
rybakov25 Feb 22, 2026
46774e1
Add arc.py macro for G02/G03 circular interpolation
rybakov25 Feb 23, 2026
2e4fd4f
Add StateCache and CycleCache for IMSPost-style state management
rybakov25 Feb 23, 2026
4458da0
Add SequenceNCWord and TextNCWord for NC output formatting
rybakov25 Feb 23, 2026
8ba0f53
Add controller config settings for block numbering and comment style
rybakov25 Feb 23, 2026
99c8f81
Add NumericNCWord with format pattern support
rybakov25 Feb 23, 2026
f51306d
Integrate NumericNCWord and TextNCWord in PostContext and PythonPostC…
rybakov25 Feb 23, 2026
1e86063
Update controller configs with complete formatting parameters
rybakov25 Feb 23, 2026
c860af8
Update machine profiles with complete configuration
rybakov25 Feb 23, 2026
cc1b3e8
docs: Update documentation with new features (v1.1.0)
rybakov25 Feb 23, 2026
d1c31c0
docs: Complete documentation update for v1.1.0
rybakov25 Feb 23, 2026
0496cb6
docs: Final documentation update - PROJECT_STRUCTURE and IMSPOST guides
rybakov25 Feb 23, 2026
386474a
fix: minor documentation and rapid.py cleanup
rybakov25 Feb 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Thumbs.db
# Logs
*.log
logs/

# Generated statistics
PROJECT_STATS.md
206 changes: 0 additions & 206 deletions GITHUB_REPO_SETUP.md

This file was deleted.

Loading
Loading