📁 Mapa Hierárquico do Projeto - SimulCNC

├── 📁 _info/
│ ├── 📄 10-07-2026-ciberplace_simulDB.sql
│ ├── 📄 CNC_Programming_and_Robotics.pdf
│ └── 📄 proximos-passos.txt
├── 📁 api/
│ ├── 📄 api_assembly-old1.php
│ ├── 📄 api_assembly.php
│ ├── 📄 api_assembly_list.php
│ ├── 📄 api_code.php
│ ├── 📄 api_delete.php
│ ├── 📄 api_demo.php
│ ├── 📄 api_insert.php
│ ├── 📄 api_machine.php
│ ├── 📄 api_operation.php
│ ├── 📄 api_program-old1.php
│ ├── 📄 api_program.php
│ ├── 📄 api_project.php
│ ├── 📄 api_setup-old1.php
│ ├── 📄 api_setup.php
│ ├── 📄 api_simulation.php
│ ├── 📄 api_simulation_results.php
│ ├── 📄 api_station.php
│ ├── 📄 api_update.php
│ └── 📄 class.StorageService.php
├── 📁 assets/
│ ├── 📁 css/
│ │ └── 📄 sim-style.css
│ └── 📁 js/
│ ├── 📁 components/
│ │ ├── 📄 sim-cutting-tool.js
│ │ ├── 📄 sim-machine-table.js
│ │ └── 📄 sim-workpiece.js
│ ├── 📁 core/
│ │ ├── 📄 api-utils.js
│ │ ├── 📄 modal-core.js
│ │ ├── 📄 sim-motion-engine.js
│ │ ├── 📄 sim-parser.js
│ │ └── 📄 sim-window.js
│ ├── 📁 interpreters/
│ │ ├── 📁 axis/
│ │ │ ├── 📄 axis-base.js
│ │ │ ├── 📄 axis-linear.js
│ │ │ ├── 📄 axis-robotic-joint.js
│ │ │ └── 📄 axis-rotary.js
│ │ ├── 📁 dialects/
│ │ │ ├── 📄 interpreter-fanuc.js
│ │ │ ├── 📄 interpreter-haas.js
│ │ │ ├── 📄 interpreter-heidenhain.js
│ │ │ ├── 📄 interpreter-kuka.js
│ │ │ └── 📄 interpreter-siemens.js
│ │ └── 📁 machines/
│ │ ├── 📄 machine-base.js
│ │ ├── 📄 machine-lathe-2axis.js
│ │ ├── 📄 machine-mill-5axis.js
│ │ └── 📄 machine-robot-arm-20axis.js
│ ├── 📁 lib/
│ │ └── 📄 codemirror.min.js
│ ├── 📁 modules/
│ │ ├── 📄 common-module.js
│ │ ├── 📄 demo-module.js
│ │ ├── 📄 machine-module.js
│ │ ├── 📄 operation-module.js
│ │ ├── 📄 program-module.js
│ │ ├── 📄 project-module.js
│ │ ├── 📄 run-module.js
│ │ ├── 📄 setup-module.js
│ │ ├── 📄 simulation-module.js
│ │ ├── 📄 station-module.js
│ │ └── 📄 tab-module.js
│ ├── 📄 sim-camera.js
│ ├── 📄 sim-contour.js
│ ├── 📄 sim-coordinate-system.js
│ ├── 📄 sim-cutting-tool.js
│ ├── 📄 sim-gcode-view.js
│ ├── 📄 sim-machine-spindle.js
│ ├── 📄 sim-machine-table.js
│ ├── 📄 sim-motion-engine.js
│ ├── 📄 sim-navbar-modal-27-06-2026.js
│ ├── 📄 sim-navbar-modal.js
│ ├── 📄 sim-parser.js
│ ├── 📄 sim-playback.js
│ ├── 📄 sim-toolpath.js
│ ├── 📄 sim-window.js
│ ├── 📄 sim-workpiece.js
│ ├── 📄 tree.docx
│ └── 📄 {0D002686-92E9-476B-B998-8DB7BF0F504F}.png
├── 📁 config/
│ ├── 📁 _anexo/
│ │ ├── 📄 .env_old1
│ │ ├── 📄 conndb-old1.php
│ │ ├── 📄 tables_append_phase_4_1.php
│ │ └── 📄 tables_append_phase_6_1.php
│ ├── 📄 .env
│ ├── 📄 .env.example
│ ├── 📄 conndb.php
│ ├── 📄 env_loader.php
│ ├── 📄 info_simul.docx
│ ├── 📄 init.php
│ ├── 📄 security.php
│ ├── 📄 site_config.php
│ └── 📄 tables.php
├── 📁 demo/
│ ├── 📄 drilling_placa.txt
│ ├── 📄 gcode_test-old1.txt
│ ├── 📄 gcode_test-old2.txt
│ ├── 📄 gcode_test-old3.txt
│ ├── 📄 gcode_test-old4.txt
│ ├── 📄 gcode_test-old5.txt
│ ├── 📄 gcode_test.txt
│ ├── 📄 milling_contorno_simples.txt
│ ├── 📄 milling_default.txt
│ ├── 📄 milling_desbaste_linhas.txt
│ └── 📄 turning_cilindro.txt
├── 📁 docs/
│ ├── 📁 includes/
│ │ ├── 📄 doc_path.php
│ │ ├── 📄 footer.php
│ │ ├── 📄 header.php
│ │ └── 📄 sidebar.php
│ ├── 📄 3d_window.php
│ ├── 📄 code_panel.php
│ ├── 📄 link-tree.php.url
│ ├── 📄 step1_machine-old1.html
│ ├── 📄 step1_machine.html
│ ├── 📄 step1_machine.php
│ ├── 📄 step2_setup.html
│ ├── 📄 step2_setup.php
│ ├── 📄 step3_operation.html
│ ├── 📄 step3_operation.php
│ ├── 📄 step4_program.html
│ ├── 📄 step4_program.php
│ ├── 📄 step5_project.html
│ ├── 📄 step5_project.php
│ ├── 📄 step6_simulation.html
│ └── 📄 step6_simulation.php
├── 📁 includes/
│ ├── 📄 footer.php
│ ├── 📄 header.php
│ ├── 📄 main.php
│ ├── 📄 main_left.php
│ ├── 📄 main_right-old1.php
│ ├── 📄 main_right-old2.php
│ ├── 📄 main_right-old3.php
│ ├── 📄 main_right.php
│ ├── 📄 navbar_bottom.php
│ ├── 📄 navbar_top.php
│ ├── 📄 onboarding.php
│ └── 📄 welcome.php
├── 📁 lang/
│ ├── 📄 en.php
│ ├── 📄 es.php
│ ├── 📄 fr.php
│ └── 📄 pt.php
├── 📁 modals/
│ ├── 📁 _anexo/
│ │ ├── 📄 editor-cnc-old1.html
│ │ ├── 📄 test-editor-v1.html
│ │ ├── 📄 test-editor.html
│ │ ├── 📄 teste_tabs.html
│ │ └── 📄 view-cnc-old1.html
│ ├── 📄 assembly.php
│ ├── 📄 demo.php
│ ├── 📄 editor-cnc-old1.html
│ ├── 📄 editor-cnc.html
│ ├── 📄 machine.php
│ ├── 📄 operation.php
│ ├── 📄 program.php
│ ├── 📄 project.php
│ ├── 📄 setup.php
│ ├── 📄 simulation.php
│ ├── 📄 station.php
│ ├── 📄 test-editor-v1.html
│ ├── 📄 test-editor.html
│ ├── 📄 teste_tabs.html
│ ├── 📄 view-cnc-advanced.html
│ ├── 📄 view-cnc-old1.html
│ └── 📄 view-cnc.html
├── 📁 points-symbols/
│ ├── 📄 chapter-4-cnc-part-programming.url
│ ├── 📄 cnc-lathes.url
│ ├── 📄 cnc_turning_courseware.pdf
│ ├── 📄 lt660-cnc-lathe.url
│ ├── 📄 Screenshot_1.png
│ └── 📄 zero-pea.url
├── 📁 uploads/
│ └── 📁 project/
├── 📄 .....GEMINI.url
├── 📄 database_schema.html
├── 📄 doc-old1.php
├── 📄 doc-old2.php
├── 📄 doc.php
├── 📄 estrategia-iframe.docx
├── 📄 estrategia-iframe.txt
├── 📄 index.php
├── 📄 info.docx
├── 📄 info.txt
├── 📄 link-database_schema.url
├── 📄 link-doc.php.url
├── 📄 link-index.php.url
├── 📄 tecnologias-a-complementar-three.js.docx
├── 📄 tree-old1.php
└── 📄 tree.php