Add Coex 3D filament profiles to Orcaslicer#10924
Conversation
|
Hi @bonninjd |
|
Hi @SoftFever All errors should be now fixed. |
Modified inherits
Modified inherits
modified inherits
modified inherits
SoftFever
left a comment
There was a problem hiding this comment.
Hi,
Please take a look at my comments. Also, make sure to use the OrcaSlicer Profile Validator to check for errors. You can refer to the last section of https://github.com/SoftFever/OrcaSlicer/wiki/How-to-create-profiles to learn how to use the validator.
…rder) and remove unnecessary parameters.
|
@bonninjd |
|
It all looks good. Thank you! |
…temperature, and speed attributes across COEX materials.
* main: (21 commits) Add Coex 3D filament profiles to Orcaslicer (OrcaSlicer#10924) Fix Z offset for 1st layer (OrcaSlicer#11011) Feature: Ability to change flow ratios by extrusion path types (Code + Docs) (OrcaSlicer#10641) Fix: A proper handling of the `support_base_pattern_spacing = 0` for the `Tree Slim` support (OrcaSlicer#11084) Limit Shrinkage values (OrcaSlicer#10930) Set Ironing angle setting to be a relative degree offset from top surface infill direction (OrcaSlicer#10841) Input Shaping Calib: Types, RepRap + Improvements (OrcaSlicer#10913) Wiki 13: Layer time variability + Minor Improvements (OrcaSlicer#10677) Validation Action comment Remove + Improvement (OrcaSlicer#10617) Material Type standarization + Technical Filament Types (OrcaSlicer#10553) Optimize and simplify MarchingSquares.hpp. (OrcaSlicer#10747) Fix several imgui UTF8 related issues (OrcaSlicer#11078) Make top resizing grabber larger on Windows (OrcaSlicer#11023) Preferences dialog redesign / improvements / fixes (OrcaSlicer#10665) Add the u8 marker to UTF-8 strings (OrcaSlicer#10666) Add static assert for bed number related values (OrcaSlicer#11035) BUG-FIX avoid crossing perimeters ingonore holes <=2mm (OrcaSlicer#10942) [Profiles] Fix Prusa XL overhang speed (OrcaSlicer#10931) (OrcaSlicer#10933) overflow inital setup screen (OrcaSlicer#11007) Clarify warning about malicious websites ...
* opt-filltpmsfk: (21 commits) Add Coex 3D filament profiles to Orcaslicer (OrcaSlicer#10924) Fix Z offset for 1st layer (OrcaSlicer#11011) Feature: Ability to change flow ratios by extrusion path types (Code + Docs) (OrcaSlicer#10641) Fix: A proper handling of the `support_base_pattern_spacing = 0` for the `Tree Slim` support (OrcaSlicer#11084) Limit Shrinkage values (OrcaSlicer#10930) Set Ironing angle setting to be a relative degree offset from top surface infill direction (OrcaSlicer#10841) Input Shaping Calib: Types, RepRap + Improvements (OrcaSlicer#10913) Wiki 13: Layer time variability + Minor Improvements (OrcaSlicer#10677) Validation Action comment Remove + Improvement (OrcaSlicer#10617) Material Type standarization + Technical Filament Types (OrcaSlicer#10553) Optimize and simplify MarchingSquares.hpp. (OrcaSlicer#10747) Fix several imgui UTF8 related issues (OrcaSlicer#11078) Make top resizing grabber larger on Windows (OrcaSlicer#11023) Preferences dialog redesign / improvements / fixes (OrcaSlicer#10665) Add the u8 marker to UTF-8 strings (OrcaSlicer#10666) Add static assert for bed number related values (OrcaSlicer#11035) BUG-FIX avoid crossing perimeters ingonore holes <=2mm (OrcaSlicer#10942) [Profiles] Fix Prusa XL overhang speed (OrcaSlicer#10931) (OrcaSlicer#10933) overflow inital setup screen (OrcaSlicer#11007) Clarify warning about malicious websites ...
* Fix some errors (e.g., missing instantiation, missing commas, wrong order) and remove unnecessary parameters. * Fix filament profiles to use arrays for vendor, cost, density, type, temperature, and speed attributes across COEX materials. --------- Co-authored-by: SoftFever <[email protected]>
* Fix some errors (e.g., missing instantiation, missing commas, wrong order) and remove unnecessary parameters. * Fix filament profiles to use arrays for vendor, cost, density, type, temperature, and speed attributes across COEX materials. --------- Co-authored-by: SoftFever <[email protected]>
* Fix some errors (e.g., missing instantiation, missing commas, wrong order) and remove unnecessary parameters. * Fix filament profiles to use arrays for vendor, cost, density, type, temperature, and speed attributes across COEX materials. --------- Co-authored-by: SoftFever <[email protected]>
Description
Added all Coex 3D filament profiles as well as various printer files in which to use them.
Please review and let me know if further changes are needed.