Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers#10705
Merged
SoftFever merged 2 commits intoOrcaSlicer:mainfrom Sep 21, 2025
Merged
Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers#10705SoftFever merged 2 commits intoOrcaSlicer:mainfrom
SoftFever merged 2 commits intoOrcaSlicer:mainfrom
Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "Afinia H400 Pro 0.4 nozzle", | ||
| "Afinia H400 Pro 0.6 nozzle" | ||
| ] | ||
| } |
There was a problem hiding this comment.
Bug: Printer Model Mismatch in Filament Profiles
The compatible_printers lists in all Afinia filament profiles reference "Afinia H400 Pro 0.4 nozzle" and "Afinia H400 Pro 0.6 nozzle". These names don't match the actual "Afinia H+1(HS)" printer models defined in the system, preventing the filament profiles from being correctly associated with any printers.
Additional Locations (5)
- [
resources/profiles/Afinia/filament/Afinia PLA.json#L29-L33](https://github.com/SoftFever/OrcaSlicer/blob/8c0ce0ad9f7bf3a254d86d6772f034ba60928954/resources/profiles/Afinia/filament/Afinia PLA.json#L29-L33) - [
resources/profiles/Afinia/filament/Afinia ABS+.json#L32-L36](https://github.com/SoftFever/OrcaSlicer/blob/8c0ce0ad9f7bf3a254d86d6772f034ba60928954/resources/profiles/Afinia/filament/Afinia ABS+.json#L32-L36) - [
resources/profiles/Afinia/filament/Afinia TPU.json#L22-L26](https://github.com/SoftFever/OrcaSlicer/blob/8c0ce0ad9f7bf3a254d86d6772f034ba60928954/resources/profiles/Afinia/filament/Afinia TPU.json#L22-L26) - [
resources/profiles/Afinia/filament/Afinia Value ABS.json#L32-L36](https://github.com/SoftFever/OrcaSlicer/blob/8c0ce0ad9f7bf3a254d86d6772f034ba60928954/resources/profiles/Afinia/filament/Afinia Value ABS.json#L32-L36) - [
resources/profiles/Afinia/filament/Afinia Value PLA.json#L35-L39](https://github.com/SoftFever/OrcaSlicer/blob/8c0ce0ad9f7bf3a254d86d6772f034ba60928954/resources/profiles/Afinia/filament/Afinia Value PLA.json#L35-L39)
Collaborator
|
Looks good |
dbaarda
pushed a commit
to dbaarda/OrcaSlicer
that referenced
this pull request
Sep 26, 2025
* opt-marchsq: Add Sovol SV08 MAX profiles from Sovol's repo (OrcaSlicer#10768) Add tips for testing profile changes in WIKI (#10844) Update Q2 print height (OrcaSlicer#10843) Fix grid lines origin for multiple plates (OrcaSlicer#10724) Improve the pt-BR translation (OrcaSlicer#10837) rename variable m_single_value to m_one_layer_value [QOL] Remember slider position for single layer mode in preview (OrcaSlicer#10758) Enhance GCode handling for Z-axis movements (OrcaSlicer#10803) Add Sovol SV01 (OrcaSlicer#10723) update max layer height to 0.32 for Qidi 0.4 nozzles fixed a typo in script Add Afinia 3d printer and update tree_support_tip_diameter option for Tiertime printers (OrcaSlicer#10705) Add a once-daily Build All which skips caches (OrcaSlicer#10731) fix a regression bug that wrong printer model for Prusa MK3S and MINI in 2.3.1 beta (OrcaSlicer#10821) Fix a crash issue when importing a 3MF file saved from version 2.3.1-alpha as geometry only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for Afinia 3D printers and updates the tree_support_tip_diameter option with optimized default values for 0.6mm and 0.8mm nozzles.
Changes Made
Added complete printer profile configuration for Afinia 3D printers
Includes vendor profile, machine model, and printer variant profiles
Supports multiple nozzle diameters (0.2mm, 0.4mm, 0.6mm, 0.8mm)
Configured with appropriate print settings and material compatibility
Tests
Verification Tests Conducted
Manual Testing
[x] Verified Afinia 3D printer appears in printer selection menu
[x] Tested printer profile loading and configuration
[x] Validated print settings inheritance for different nozzle sizes
[x] Tested tree support generation with updated tip diameter values
[x] Verified support structure quality with 0.6mm and 0.8mm nozzles
Profile Validation
[x] Ran OrcaSlicer profile validator on all new configuration files
PS D:\Works\TierOrcaSlicer\scripts> .\orca_extra_profile_check.py
[INFO] Checking profiles ...
==================== SUMMARY ====================
[INFO] Checked vendors : 56
[SUCCESS] Files with errors : 0
[SUCCESS] Files with warnings : 0