feat: Dashboard improvements and configuration updates
Dashboard: - Enhanced terminal components (ClaudeTerminal, GlobalClaudeTerminal) - Improved MarkdownRenderer for better documentation display - Updated convergence plots (ConvergencePlot, PlotlyConvergencePlot) - Refined Home, Analysis, Dashboard, Setup, Results pages - Added StudyContext improvements - Updated vite.config for better dev experience Configuration: - Updated CLAUDE.md with latest instructions - Enhanced launch_dashboard.py - Updated config.py settings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,8 +14,8 @@ import os
|
||||
|
||||
# NX Installation Directory
|
||||
# Change this to update NX version across entire Atomizer codebase
|
||||
NX_VERSION = "2506"
|
||||
NX_INSTALLATION_DIR = Path(f"C:/Program Files/Siemens/NX{NX_VERSION}")
|
||||
NX_VERSION = "2512"
|
||||
NX_INSTALLATION_DIR = Path("C:/Program Files/Siemens/DesigncenterNX2512")
|
||||
|
||||
# Derived NX Paths (automatically updated when NX_VERSION changes)
|
||||
NX_BIN_DIR = NX_INSTALLATION_DIR / "NXBIN"
|
||||
|
||||
Reference in New Issue
Block a user