### Quick-Start Workflow Source: https://wiki.helioadditive.com/en/preset-manager A step-by-step guide to using the Slicer Preset Studio for managing 3D printer slicer presets. It covers opening the application, loading presets, editing, and exporting. ```workflow 1. Open Slicer Preset Studio 2. Verify the “Installation” and “Data” paths → Load 3. Double-click any preset to edit, or use toolbar icons: 📝 Edit 📂 Open folder 📄 Flatten 📋 Duplicate ➕ New preset 🗑️ Delete 4. Press 🔍 “Analyse presets” to surface ID clashes, empty fields, etc. 5. Export or duplicate as needed and restart your slicer to see the changes. ``` -------------------------------- ### Supported Setup and Limitations Source: https://wiki.helioadditive.com/en/bambustudio Details the hardware, filaments, and G-code requirements for the Bambu Studio integration, along with current limitations and planned future features. ```APIDOC Supported Setup: Printers: Bambu Lab X1C, X1E, H2D Filaments: Bambu PLA (Basic, Lite, Matte, Silk+), ABS, PC, PETG HF, TPU 95A HF G-code Requirements: Monochrome, single-material, layer-by-layer sequence only. Limitations: - G-code optimization is not yet available (planned for future release). - Multicolor and multi-material prints are not currently supported. ``` -------------------------------- ### Helio Thermal Index Guide Source: https://wiki.helioadditive.com/en/bambustudio Provides a guide to interpreting the thermal index values generated by Helio Simulation. The index helps assess print quality by indicating optimal, too cold, or too hot conditions for layer bonding and material integrity. ```APIDOC Thermal Index Guide: -100 (Too Cold): Indicates poor bonding, potentially dropping tensile strength by ~50%. 0 (Ideal): Represents peak strength and dimensional accuracy. +100 (Too Hot): Signifies a risk of sagging, soft layers, and deformation. Recommendation: Aim to keep most regions near 0 for optimal performance. Related: Refer to the debugging flowchart for further guidance. ``` -------------------------------- ### Free Access During Beta Source: https://wiki.helioadditive.com/en/bambustudio Information regarding free access to Helio Simulation during its beta phase, including the availability of PAT keys and how to claim them. ```APIDOC Free Access During Beta: Availability: 1000 free PAT keys available globally. Distribution: First come, first served. Activation: Claim a key to activate simulation. Updates: Additional batches may be released based on demand. ``` -------------------------------- ### Helio Additive API Reference Overview Source: https://wiki.helioadditive.com/en/home Provides an introduction to the Helio Additive API documentation, detailing how developers can access and integrate with Helio's simulation and optimization software. It serves as a gateway to understanding the available functionalities for programmatic access. ```APIDOC Helio API Reference: Introduction to documentation found at: https://wiki.helioadditive.com/en/api/ This section serves as a central point for developers seeking to integrate with Helio Additive's simulation and optimization tools. It outlines the available API endpoints, methods, and data structures necessary for building custom workflows and applications. Key areas covered: - Authentication and authorization mechanisms. - Core simulation and optimization functionalities. - Data input and output formats. - Examples of common integration patterns. Target Audience: - Developers accessing the Helio API. - Hardware OEMs integrating Helio simulation and optimization. ``` -------------------------------- ### Bambu Studio Integration Workflow Source: https://wiki.helioadditive.com/en/bambustudio This section details the step-by-step process for using Helio Simulation within Bambu Studio. It covers enabling the feature, slicing models, setting chamber temperature, waiting for simulation, and viewing thermal index results. ```APIDOC Bambu Studio Integration: Purpose: Simulate thermal behavior directly inside Bambu Studio using Helio Additive's physics-based engine. Benefits: Achieve stronger, more reliable prints by previewing layer-by-layer thermal performance and catching issues like weak bonding or overheating before printing. Prerequisites: Bambu Studio, Helio Additive simulation enabled. Workflow: 1. Enable Helio in Preferences: Navigate to: Preferences > Helio Options > Enable Helio 2. Slice Your Model: Use Bambu Studio as usual to slice your model. After slicing, click the 'Helio Action' button in the top-right. 3. Enter Chamber Temperature: Set your estimated or actual chamber temperature range. 4. Wait for Simulation: Observe the simulation progress bar. 5. View Thermal Index Results: Once complete, view the thermal index overlay on the model. Click a layer to view thermal data by G-code segment. ``` -------------------------------- ### Helio Additive Dashboard API Overview Source: https://wiki.helioadditive.com/en/dashboard Provides an overview of the Helio Additive API for developers. This documentation outlines the capabilities for integrating Helio's thermal simulation and optimization services into other applications or workflows. ```APIDOC API Access: URL: https://docs.helioadditive.com/en/developers/api/ Key Features Accessible via API: - G-code Upload: Ability to upload G-code files for processing. - Thermal Simulation: Initiate and manage thermal simulations to predict temperature distribution and identify hotspots. - Input: G-code file, material properties, print parameters. - Output: Simulation results, thermal maps, hotspot analysis. - Optimization Jobs: Launch optimization processes to adjust print parameters (e.g., layer speed) for improved print quality. - Input: G-code file, simulation results, optimization goals. - Output: Optimized G-code, performance metrics. - Results Review: Access and visualize simulation and optimization results. - Visualization: Interactive 2D/3D rendering of thermal behavior. - Token Management: Query token usage, remaining quotas, and billing information. Target Audience: - OEM partners embedding Helio into slicer software. - Advanced users requiring programmatic access to simulation and optimization. - Developers building custom additive manufacturing workflows. ``` -------------------------------- ### Helio Thermal Optimization Tuning Parameters Source: https://wiki.helioadditive.com/en/FAQ Guidance on adjusting parameters to improve Helio's optimization results when experiencing thermal deviations (too hot or too cold). Covers environmental conditions, bead size, and model splitting. ```APIDOC HelioTuningRecommendations: description: "Recommendations for tuning optimization results when thermal deviations occur." parameters: environment_temperature: description: "Adjusts the ambient temperature of the printing environment." options: - "Lower if the part is too hot." - "Raise if the part is cooling too quickly." bead_size: description: "Affects cooling rate due to surface-area-to-volume ratio." options: - "Consider smaller beads for faster cooling." - "Wider beads increase layer time and potentially heat retention." model_splitting: description: "Splitting a complex model into simpler parts." options: - "Split the model to reduce long layers into shorter ones for better thermal control." cooling_fan: description: "Adjusts the cooling fan speed." options: - "Improve cooling (increase fan speed) if possible." nozzle_temperature: description: "Adjusts the nozzle printing temperature." options: - "Reduce nozzle temperature if possible." ``` -------------------------------- ### Helio Additive GraphQL API Overview Source: https://wiki.helioadditive.com/en/api The Helio Additive API is a GraphQL-based developer interface that allows integration with Helio’s simulation and optimization engine. It enables developers to query only the data they need, combine related operations in a single request, and interact via a strongly-typed schema. Authentication is managed using Personal Access Tokens (PAT) issued through the Helio Dashboard. ```APIDOC Helio Additive API (GraphQL) Description: A GraphQL-based developer interface for integrating Helio’s simulation and optimization engine into custom slicers, production pipelines, or automation tools. Key Features: - Query only the data you need - Combine related operations in a single request - Interact via a strongly-typed schema Authentication: - Personal Access Token (PAT) issued by the Helio Dashboard. Use Cases: - Integrate simulation directly into slicers (e.g. OrcaSlicer, Bambu Studio) - Batch-optimize print jobs via CI/CD or farm control systems - Drive custom dashboards to visualize thermal performance - Automate simulation validation during design External Documentation: - View the API Docs: https://docs.helioadditive.com/en/developers/api/ - Includes: Authentication, Submitting simulation/optimization jobs, Polling job results, Checking token quota, Example GraphQL queries and mutations. ``` -------------------------------- ### Helio Custom Screw Model Configuration Source: https://wiki.helioadditive.com/en/FAQ Details on configuring Helio's custom screw model for pellet-fed LFAM systems to synchronize screw speed (RPM) with print speed. This ensures extrusion throughput aligns with thermal simulation, especially for variable L/D ratio screws, high shear nozzles, and materials with thermal lag. ```APIDOC HelioCustomScrewModel: description: "Optional custom screw model for pellet-fed machines to calculate required screw speed (RPM) based on optimized print speed." parameters: screw_speed_rpm: "Calculated screw speed in revolutions per minute (RPM)." notes: - "Requires synchronized screw speed and print speed. Not supported if screw speed is fixed or not synchronized." - "Writes calculated RPM to gcode for extruder control." - "Valuable for variable L/D ratio screws, high shear nozzles, and material feed systems with thermal lag." ``` -------------------------------- ### Helio Material Thermal Index and Crystallization Source: https://wiki.helioadditive.com/en/FAQ Explanation of how Helio models crystallinity indirectly through thermal history and cooling behavior. Details on using thermal index targets, layer time, and fan settings to influence crystalline growth. ```APIDOC HelioCrystallinityModeling: description: "Indirect modeling of crystallinity through thermal history and cooling behavior." features: thermal_history: "Captures cooling rates and temperature plateaus influencing crystalline growth timing." optimization_controls: thermal_index_target: description: "Target value for thermal index, influencing cooling rate." purpose: "Encourage slower or faster cooling to support materials where crystallinity matters." layer_time: description: "Duration of a single layer deposition." purpose: "Shape temperature profiles conducive to crystallization." fan_settings: description: "Control over cooling fan speed." purpose: "Shape temperature profiles conducive to crystallization." material_database: description: "Helio defines thermal index targets for each material, including semi-crystalline ones like PP and Nylons." ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.