Update orca_bot.yml#1
Merged
Merged
Conversation
igiannakas
pushed a commit
that referenced
this pull request
Jan 13, 2025
* enabled dependency setting for filament and process * Add information about inheritance back to Dependencies tab * Merge pull request #1 from michmela44/Add_inherits_to_dependencies Add information about inheritance back to Dependencies tab * Merge branch 'main' into feature/enable_profile_dependencies
igiannakas
pushed a commit
that referenced
this pull request
Feb 25, 2025
* Add Zink Override Add Zink Override * Add Zink Override (#1) Add Zink Override * Fix escape literals * Fix Escape Literals (#2) * Add Zink Override Add Zink Override * Fix escape literals * Add checks for wayland/render gpu and manual user overrides --------- Co-authored-by: SoftFever <[email protected]>
igiannakas
added a commit
that referenced
this pull request
Feb 19, 2026
commit 2eadddf Merge: 69ed783 a5a5cad Author: Ioannis Giannakas <[email protected]> Date: Thu Feb 19 10:41:48 2026 +0000 Merge branch 'main' into main commit 69ed783 Merge: 3f3083a 1745e8b Author: minicx <[email protected]> Date: Tue Feb 17 15:24:30 2026 +0300 Merge branch 'OrcaSlicer:main' into main commit 3f3083a Merge: 2fa80cf e3cce33 Author: minicx <[email protected]> Date: Mon Feb 16 22:49:32 2026 +0300 Merge pull request #1 from loss-and-quick/claude/update-pa-visualization-5JA7M Rebase to upstream commit e3cce33 Author: Claude <[email protected]> Date: Mon Feb 16 19:36:23 2026 +0000 Port Pressure Advance visualization to libvgcode architecture Adapt PA visualization (originally in commit e3a7725) to work with the new libvgcode library introduced by upstream PR OrcaSlicer#10735. Changes across the libvgcode stack: - PathVertex: add pressure_advance field - Types.hpp: add PressureAdvance to EViewType enum - ViewerImpl: add ColorRange, color mapping, range updates for PA - LibVGCodeWrapper: pass pressure_advance from MoveVertex to PathVertex GCodeViewer UI integration: - Add "Pressure Advance" to view type dropdown - Add PA color range in legend (3 decimal places) - Add PA value display in sequential view marker tooltip - Add PA row in position properties table The GCodeProcessor PA parsing (M900, M572, SET_PRESSURE_ADVANCE) is preserved from the original implementation. commit 4424a57 Merge: 2fa80cf a81537f Author: Claude <[email protected]> Date: Mon Feb 16 19:25:06 2026 +0000 Merge upstream/main with libvgcode (PR OrcaSlicer#10735) Merge upstream OrcaSlicer/OrcaSlicer main branch which includes the libvgcode port from PrusaSlicer 2.8.0 (PR OrcaSlicer#10735). Resolve conflicts in GCodeProcessor to preserve PA fields, and take upstream version of GCodeViewer which is rewritten for libvgcode. commit 2fa80cf Merge: e3a7725 22d2fe9 Author: Ioannis Giannakas <[email protected]> Date: Thu Dec 18 12:23:02 2025 +0000 Merge branch 'main' into main commit e3a7725 Author: minicx <[email protected]> Date: Tue Dec 16 22:47:38 2025 +0300 Add Pressure Advance visualization support Signed-off-by: minicx <[email protected]>
igiannakas
pushed a commit
that referenced
this pull request
Jun 7, 2026
Two data-only fixes: #1 Strip undefined {if !multicolor_method} wrapper from filament_start_gcode on 110 K2-Plus profiles. The placeholder is a CrealityPrint-ism that survived the profile port; Orca has no such variable, so slicing failed with a hard parser error (reported on Hyper PLA by u/Gullible-Price-4257). Inner per-layer temp logic now runs unconditionally, which is the correct default. #4 Add filament_vendor: [Creality] to 50 Creality Generic profiles missing the field. Without it the UI grouped them under Generic instead of Creality (reported by u/mharrop94).
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
Screenshots/Recordings/Graphs
Tests