5.1.40.3676
2/25/2026
Changes made for Pathfinder V5's PC's.
Rev F: V4.04.24 Rev G: V5.00.23
Change made for Pathfinder V5 PC's.
6 configuration files existed on disk in AllConfigurations/ but were missing from the .csproj, so they weren't being copied to the build output:
JornsFlexEncoderUpgrade JornsHyperDriveFlex8Frame JornsHyperDriveFullSystem JouanelPTU31 RoperWhitneyElectricPartial ThalmannZRUpgrade All 6 have been added with CopyToOutputDirectory: PreserveNewest so they'll now ship with the build.
Changes made for Pathfinder V5 PC's.
Added JornsHyperDriveFlex4Frame override which is supposed to have the closed loop parameter tuning for a 4 frame Jorns Twin.
Changes made for Pathfinder V5 PC's.
Changes to the I/O to align more with machine options.
Changes made for Pathfinder V5 PC's.
The PTS31 material had 6mm, 10mm, 12mm, 15mm, 19mm, 25mm geometries but PTU31's config defines a 24mm geometry in its Shapes section. Replaced the material file with one containing just 24mm with both Upper and Lower bending tools. Rebuild and the test should pass now.
Changes made for Pathfinder V5 PC's.
The csproj now references JornsHyperDriveFlex4Frame.ConfigurationOverrides.json instead of the deleted .ConfigurationStore.json. This means the override file will be copied to the output directory during build, and the CreateDefaultSettingsFile() discovery logic (which scans for both .ConfigurationStore.json and .ConfigurationOverrides.json files) will pick it up as an available machine configuration.