: Provides immediate visualization of mold components by assigning surfaces to different form directions, highlighting undercuts for early modification. NC Programming and CAM Enhancements 15 MoldDesign – Reducing tool design time
New, intelligent profile programming enabled automated machining of vertical surfaces across multiple heights in a single, efficient procedure.
The Automated Drill application in E11 offered improved selection tools, allowing programmers to pick hole areas based on geometry, color, or specific sets, which is particularly useful for imported CAD data.
Customer design changes required manually redesigning large portions of the mold.
E11 provides advanced 3-axis to 5-axis milling capabilities, optimized for high-speed machining and efficient material removal in mold and die applications. Deep Dive into Cimatron E11 Features 1. Intelligent Mold Design Capabilities
Cimatron E11 is a major release of the integrated CAD/CAM software designed specifically for the mold, tool, and die industry . Released around 2013, this version introduced significant automation in NC programming, assembly management, and specialized tooling design to reduce delivery times and improve surface quality. Key CAD and Assembly Features
✅ (Haas, DMG Mori, Okuma, Heidenhain TNC) – Find a sample post online (Cimatron forum) and adapt it.
| Problem | Likely reason | Solution | |---------|--------------|----------| | Post won't run | GPP2 compiler missing | Reinstall Cimatron E11 with GPP tools | | Wrong G-code format | Post configured for ISO vs Fanuc | Edit output_format in .gpp2 | | Missing G43 | Post logic error | Manually add in tool change section | | Canned cycles unsafe | Post default cycles | Write explicit G98/G99, R planes | | 4th axis rotates wrong | Rotary axis definition | Check rotary_axis setting |
Users can seamlessly mix solid modeling with surface modeling, which is crucial when repairing low-quality client data or working with complex organic shapes.
So, what makes Cimatron E11 such a powerful tool for manufacturers and designers? Here are just a few of the key features that set it apart:
: Offers standalone or integrated solutions for faster electrode design and NC programming, essential for EDM (Electrical Discharge Machining) processes. Machining & Programming CimatronE 11 Highlights NC Simulator
While Cimatron has since released many newer versions (such as Cimatron 2024 and 2025), version E11 remains popular in certain regions like Vietnam due to its stability and lower hardware requirements. Users can find extensive training materials and catalogs that provide deeper technical specs, though these are now primarily hosted on community archives like Hoàng Khương for specific CNC machines or system requirements for running E11?
is a bit older (released around 2013), but it is still widely used, especially for mold & die and 3-axis milling. A "useful post" for E11 depends heavily on your machine + controller (Fanuc, Heidenhain, Siemens, Mazak, etc.) and machine type (mill, mill-turn, wire EDM).
TOOL CHANGE: IF (ToolNum != LastToolNum) OUTPUT "M5" ; OUTPUT "M9" ; OUTPUT "G91 G28 Z0" ; OUTPUT "M6 T" ToolNum ; OUTPUT "G90 G54" ; OUTPUT "S" Speed "M3" ; OUTPUT "G43 H" ToolNum ; END_IF ;