Files
DemoStandardPath/WC-Co6-800nm.CutterMaterial
iamboss 4428b9a2d5 feat(DemoStandardPath): migrate the demo to the MachiningProject schema and add the circle-test path
Main.hincproj moves off the legacy <MillingCourse> root onto <MachiningProject>,
so its six 範例 script entries are now EnablingWrapper-based and it carries an
explicit MillingTool (helix 50 deg, 28 mm exposed). The materials follow the same
rename: HeatTransferCoefficient_WdmK -> HeatConductivity_WdmK, and Al6061T6.mp
becomes RakeFaceCuttingPara3d with an AnchorRakeAngle_deg field.

Because of that root-element change the ApiVersion string reads lower (3.1.200.0)
than the legacy copy it replaces (3.1.236.0) -- the two counters are not
comparable across the rename.

Adds NC/circle-test.ptp with its posted Output/circle.ptp.nc, plus test.hincproj;
ignores the *.step.csv exports and filtered-msg.txt.
2026-08-26 19:12:40 +08:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<CutterMaterial>
<Name>WC-Co6-800nm</Name>
<Note></Note>
<ElasticModulus_GPa>600</ElasticModulus_GPa>
<PoissonRatio>0</PoissonRatio>
<TensileStrength_MPa>1440</TensileStrength_MPa>
<ThermalExpansionCoefficient_dMK>6.7</ThermalExpansionCoefficient_dMK>
<HeatConductivity_WdmK>70</HeatConductivity_WdmK>
<HeatCapacity_JdgK>0.34</HeatCapacity_JdgK>
<Density_gdcm3>14.95</Density_gdcm3>
<MeltingTemperature_K>3143.16</MeltingTemperature_K>
<FusionLatentHeat_Jdg>400</FusionLatentHeat_Jdg>
<FrictionCoefficient>0.44</FrictionCoefficient>
<TemperatureVsHardnessCurve>
<Entry Temperature_K="298.16">17500</Entry>
<Entry Temperature_K="873.16">14800</Entry>
<Entry Temperature_K="1013.16">12500</Entry>
<Entry Temperature_K="1173.16">10000</Entry>
</TemperatureVsHardnessCurve>
<TemperatureVsWearCoefficientCurve>
<Entry Temperature_K="298.16">1.19</Entry>
<Entry Temperature_K="473.16">1.86</Entry>
<Entry Temperature_K="673.1600000000001">7.1</Entry>
<Entry Temperature_K="873.1600000000001">25.7</Entry>
</TemperatureVsWearCoefficientCurve>
</CutterMaterial>