This website requires JavaScript.
2f96072d55
fix(build): use outer_wall_filament_id in PerimeterGenerator nozzle lookup
experimental/imagemap-v2
thysson2701
2026-07-22 14:41:40 +02:00
5c5a22c44f
fix(build): convert ProcessedPoint.p (Point3) to 2D for gradient Line/Point ops
thysson2701
2026-07-22 14:38:09 +02:00
15b094540f
fix(build): restore ImageMap outer-wall widths, pass model_rotation_rad, Polyline3/Point3 in LayerRegion
thysson2701
2026-07-22 14:34:23 +02:00
2d7a3165d4
fix(build): Point3 for Points3 access in texture seam sampling loop
thysson2701
2026-07-22 14:30:03 +02:00
a827f9358b
fix(build): restore KX per-role solid-surface filament selection, Point3 in GCode seam hint
thysson2701
2026-07-22 14:29:37 +02:00
7595d76158
fix(build): remove duplicate loop decl, Points3/Line3/Point3 handling in GCode.cpp
thysson2701
2026-07-22 14:25:24 +02:00
bef6de4863
fix(build): add Polyline3::is_closed(), correct Point3/Point usage per polyline type in Fill.cpp
thysson2701
2026-07-22 14:11:57 +02:00
08bee0f34c
fix(build): adapt Fill.cpp top-surface skin helpers and path assignments to ZAA Polyline3
thysson2701
2026-07-22 14:07:41 +02:00
0794e23b43
merge: integrate OrcaSlicer-ImageMap onto kx-v2.4.2 base
thysson2701
2026-07-22 13:56:59 +02:00
5b9674b578
fix(build): sync GLCanvas3D.hpp render_overlay/is_camera_* signatures with ImageMap cpp
experimental/imagemap
thysson2701
2026-07-21 22:58:06 +02:00
61eab0d5d9
fix(build): drop obsolete keep_painting arg from fix_model_with_cgal_gui call in GLGizmoCut
thysson2701
2026-07-21 22:54:38 +02:00
a9faa45f34
fix(build): restore kx-v2.4.2 GLGizmoCut.cpp to match reverted CutUtils and v2.4.2 gizmo header
thysson2701
2026-07-21 22:51:02 +02:00
91e3b9b5a4
fix(build): sync GUI_App.hpp cloud-provider method declarations with ImageMap cpp
thysson2701
2026-07-21 22:42:44 +02:00
3f82c721e4
fix(build): declare cloud-provider is_user_login(provider) and get_printer_cloud_provider in GUI_App.hpp
thysson2701
2026-07-21 22:35:07 +02:00
2ea3d2c620
fix(build): restore kx-v2.4.2 TreeSupport3D.cpp (ImageMap version used pre-rename support members)
thysson2701
2026-07-21 22:28:43 +02:00
bc40e58f6e
fix(build): convert Points3 to 2D Points for wipe path construction in extrude_path
thysson2701
2026-07-21 22:25:15 +02:00
a5840f12a8
fix(build): to_point() for next_point seam-gap fallback in GCode.cpp
thysson2701
2026-07-21 22:22:32 +02:00
795c47c2c2
fix(build): convert ProcessedPoint.p (Point3) to 2D for gradient Line/Point ops in GCode.cpp
thysson2701
2026-07-21 22:19:06 +02:00
868858eaa5
fix(build): reconcile PresetBundle/Print::apply signatures with ImageMap headers, Line(Point3) conversions
thysson2701
2026-07-21 22:15:10 +02:00
9fc680569e
fix(build): m_last_pos.to_point() for chained_path_from in extrude_infill
thysson2701
2026-07-21 22:10:59 +02:00
c8f399fdba
fix(build): remove nonexistent exterior_facets reset, Point3->Point in rotate center
thysson2701
2026-07-21 22:08:14 +02:00
3259f12b04
fix(build): Point3->Point conversion for wipe-loop angle detection in GCode.cpp
thysson2701
2026-07-21 22:04:41 +02:00
f5e2ee9094
fix(build): add remap_paint param to split() defs, Point3 typing in LayerRegion.cpp
thysson2701
2026-07-21 21:59:00 +02:00
41589a2033
fix(build): Point3->Point conversions in GCode, Polyline3 + model_rotation_rad arg in LayerRegion
thysson2701
2026-07-21 21:56:02 +02:00
a8d33bbc8e
fix(build): more Point3 typing for polyline.points access in GCode.cpp
thysson2701
2026-07-21 21:50:54 +02:00
fceb087be1
fix(build): resolve Point/Point3 Eigen size mismatches in GCode.cpp
thysson2701
2026-07-21 21:46:01 +02:00
6536e18423
fix(build): Polyline3/Line3 conversions in GCode.cpp wipe+gradient, add sparse_infill_filament config
thysson2701
2026-07-21 21:38:55 +02:00
c73261ca6b
fix(build): restore ImageMap GCode.hpp, merge ZAA by-value/skirt signatures
thysson2701
2026-07-21 21:33:24 +02:00
2405572fee
fix(build): add missing wall_filament/sparse_infill_filament/solid_infill_filament declarations to LayerTools
thysson2701
2026-07-21 21:27:14 +02:00
6eb4f7c321
fix(build): replace ImageMap GCode.hpp with ZAA version, fix GCode.cpp type conflicts
thysson2701
2026-07-21 15:40:30 +02:00
e15298249a
fix(build): convert Point3 lerp results and polyline points to Point in Fill.cpp
thysson2701
2026-07-21 15:31:48 +02:00
f81987e6cc
fix(build): add Polyline3::is_closed() and fix Point3 reference in Fill.cpp
thysson2701
2026-07-21 15:24:35 +02:00
6d14497ddc
fix(build): add missing ImageMap config fields and fix Polyline3 assignments in Fill.cpp
thysson2701
2026-07-21 15:20:42 +02:00
dbbb28d365
fix(build): wrap 2D Polyline assignments in Polyline3() for ZAA-extended ExtrusionPath
thysson2701
2026-07-21 15:13:49 +02:00
22637721a5
fix(build): replace ImageMap ExtrusionEntity.hpp with ZAA-compatible version
thysson2701
2026-07-21 15:11:54 +02:00
8b805d8cc9
fix(build): revert CutUtils to v2.4.2 — ImageMap texture-remap additions broke signatures
thysson2701
2026-07-21 15:00:48 +02:00
7b554e1f50
fix(build): fix remaining ImageMap merge type conflicts
thysson2701
2026-07-21 14:54:25 +02:00
4622a0d882
fix(build): remove ImageMap-specific Point3/Polyline3 types incompatible with v2.4.2
thysson2701
2026-07-21 14:48:30 +02:00
1f5a76df74
fix(build): ensure Eigen3::Eigen target exists before deps_src configuration
thysson2701
2026-07-21 14:34:53 +02:00
0f1e69110f
fix(build): resolve Eigen3::Eigen via CMAKE_PREFIX_PATH fallback
thysson2701
2026-07-21 14:33:28 +02:00
563ade1276
fix(build): use pre-built Eigen3 from deps/ instead of bundled 3.3.7
thysson2701
2026-07-21 14:30:48 +02:00
5abd88de31
fix(build): add Eigen3::Eigen alias for CMake target compatibility
thysson2701
2026-07-21 14:24:00 +02:00
d8be383669
fix(build): add missing deps_src/eigen from ImageMap fork
thysson2701
2026-07-21 14:19:17 +02:00
ed7fd34cfc
fix(profile): Kobra X bed_temperature_formula auf by_first_filament setzen
thysson2701
2026-07-20 12:59:46 +02:00
b200a85a20
fix(branding): KX-Logo in allen UI-Dialogen korrekt anzeigen
thysson2701
2026-06-30 10:05:07 +02:00
392741b6ac
feat(updater): Versionsprüfung auf Gitea OrcaSlicer-KX Releases umleiten
thysson2701
2026-06-29 23:42:09 +02:00
d9051009a5
fix(branding): About-Dialog lädt KX-Logo als PNG statt SVG
thysson2701
2026-06-29 23:38:31 +02:00
0df211a900
feat(branding): OrcaKX-Logo als App-Icon und About/Splash-Logo einsetzen
thysson2701
2026-06-29 14:34:37 +02:00
055b5ff086
fix(compat): add aliases for wall_filament → outer_wall_filament_id; fix verify_build.sh
thysson2701
2026-06-23 20:06:47 +02:00
b7f6c5b1cd
fix(preset): Legacy-Aliases durch korrekte _id-Keys in s_Preset_print_options ersetzen
thysson2701
2026-06-22 07:26:39 +02:00
93b3c05278
fix(ams): exclude empty placeholder slots from AMS filament mapping
thysson2701
2026-06-28 23:08:55 +02:00
fc289241d9
fix(moonraker): re-resolve host on user→user preset switch for AMS sync
thysson2701
2026-06-28 18:14:55 +02:00
0971ed4ca8
feat(experimental): merge OrcaSlicer-ImageMap fork (texture/image printing)
thysson2701
2026-07-21 14:02:25 +02:00
5659a83c44
fix(profile): Kobra X bed_temperature_formula auf by_first_filament setzen
v2.4.2-kx1
kx-v2.4.2
thysson2701
2026-07-20 12:59:46 +02:00
bcc3f1eb44
fix(branding): KX-Logo in allen UI-Dialogen korrekt anzeigen
thysson2701
2026-06-30 10:05:07 +02:00
19998ae487
feat(updater): Versionsprüfung auf Gitea OrcaSlicer-KX Releases umleiten
thysson2701
2026-06-29 23:42:09 +02:00
d8190d474e
fix(branding): About-Dialog lädt KX-Logo als PNG statt SVG
thysson2701
2026-06-29 23:38:31 +02:00
e75ae87295
feat(branding): OrcaKX-Logo als App-Icon und About/Splash-Logo einsetzen
thysson2701
2026-06-29 14:34:37 +02:00
acc3db79f9
docs: README auf 2.4.1-kx1 aktualisieren
thysson2701
2026-06-29 10:03:39 +02:00
f64cb21f73
fix(ams): exclude empty placeholder slots from AMS filament mapping
thysson2701
2026-06-28 23:08:55 +02:00
ad4ac71be4
fix(moonraker): re-resolve host on user→user preset switch for AMS sync
thysson2701
2026-06-28 18:14:55 +02:00
05cb4ecf48
fix(compat): add aliases for wall_filament → outer_wall_filament_id; fix verify_build.sh
thysson2701
2026-06-23 20:06:47 +02:00
f5b71de932
chore: alle Upstream-Workflows deaktivieren (on: {})
thysson2701
2026-06-22 11:33:05 +02:00
8d48947b8e
docs: README auf 2.4.0-kx1 aktualisieren
viewit
2026-06-22 11:09:28 +02:00
514cd26bca
fix(preset): Legacy-Aliases durch korrekte _id-Keys in s_Preset_print_options ersetzen
thysson2701
2026-06-22 07:26:39 +02:00
c02df26328
feat(v2.4): KX-Linie auf Upstream 2.4.0 konsolidieren (2.4.0-kx1)
thysson2701
2026-06-21 22:31:35 +02:00
8500fcdcca
Fix version was not properly updated on non windows OS (#14617 )
SoftFever
2026-07-06 22:16:28 +08:00
c95887a93f
one time bump microsoft appstore version to 2.4.3
SoftFever
2026-07-06 17:37:47 +08:00
d3405cf461
bump version to 2.4.2
SoftFever
2026-07-05 17:07:23 +08:00
a524ec7dde
Fixes invalid inherits/compatible_printers/compatible_prints references that point at a deleted or renamed preset. (#14595 )
SoftFever
2026-07-05 20:26:36 +08:00
55d0108cd3
Show preset name in cloud sync conflict and error messages (#14592 )
SoftFever
2026-07-05 17:05:41 +08:00
d91972e576
Fix reload from disk for STEP models after reopening a project (#12992 ) (#14591 )
SoftFever
2026-07-05 16:40:00 +08:00
ccf28f394b
Adding the add:north filament profiles to OrcaFilamentLibrary (#13366 )
Valerii Bokhan
2026-07-05 09:41:11 +02:00
6888f9d806
fix: use scalar config accessors in PA calibration for release/v2.4
SoftFever
2026-07-05 15:11:30 +08:00
07a87b4129
fix gcode time estimiation error (#14573 )
SoftFever
2026-07-04 15:29:19 +08:00
23555f8df2
Preserve disabled filament overrides (nil) through cloud sync (#14550 )
ExPikaPaka
2026-07-04 04:42:48 +02:00
116658de29
fix: add logging for refresh token flow and use local os keychain as source of truth. (#14531 )
Ian Chua
2026-07-03 22:27:17 +08:00
a8f2fea5e2
fix: crash in Measure tool when a plain edge is the first selection (#14538 )
raistlin7447
2026-07-02 22:29:28 -05:00
7c80ea1fc1
feat: add {first_object_name} filename placeholder (#14497 )
raistlin7447
2026-07-02 11:14:32 -05:00
b5d46a3e7c
fix: crash when rotating the prime tower (#14499 )
raistlin7447
2026-07-02 11:08:15 -05:00
fa0a08d8f3
Support accessing coFloatsOrPercents values in gcode template (#14526 )
Noisyfox
2026-07-02 23:51:20 +08:00
a38d9ccb21
Fix "plug-in file may be in use" install failure when migrating from older versions (#14373 ) (#14528 )
ExPikaPaka
2026-07-02 12:58:23 +02:00
92ea1ce57e
Feat/update preset validator (#14507 )
SoftFever
2026-07-02 18:47:49 +08:00
2c029402d7
fix build errors
SoftFever
2026-07-01 23:51:33 +08:00
f8dc94ab7f
Fix issue that Orca keeps asking for re-install Bambu network plugin (#14511 )
SoftFever
2026-07-01 23:21:09 +08:00
76e16d8db4
Preferences Dialog fixes & improvements (Wiki link support) (#13857 )
yw4z
2026-06-29 21:23:56 +03:00
feeea3e651
fix: treat renamed printer presets as compatible aliases (#14504 )
SoftFever
2026-07-01 21:56:31 +08:00
128068cb65
fix: fix type name from preset to process in the preset bundle dialog (#14481 )
Ian Chua
2026-07-01 11:13:27 +08:00
2f13fd82b1
fix: slicing fails when filament_end_gcode uses layer_z with a wipe tower (#14462 )
raistlin7447
2026-06-29 19:12:12 -06:00
dafc223d1a
fix: PA pattern calibration crash with first layer line width 0 (#14447 )
raistlin7447
2026-06-28 19:22:23 -06:00
d8b5f22fc9
fix(branding): KX-Logo in allen UI-Dialogen korrekt anzeigen
stable
v2.4.1-kx1
kx-v2.4
thysson2701
2026-06-30 10:05:07 +02:00
7ed0173b75
feat(updater): Versionsprüfung auf Gitea OrcaSlicer-KX Releases umleiten
thysson2701
2026-06-29 23:42:09 +02:00
be5cd1cba5
fix(branding): About-Dialog lädt KX-Logo als PNG statt SVG
thysson2701
2026-06-29 23:38:31 +02:00
842b871577
feat(branding): OrcaKX-Logo als App-Icon und About/Splash-Logo einsetzen
thysson2701
2026-06-29 14:34:37 +02:00
072732a6ee
docs: README auf 2.4.1-kx1 aktualisieren
thysson2701
2026-06-29 10:03:39 +02:00
bb3d1c7562
fix(ams): exclude empty placeholder slots from AMS filament mapping
thysson2701
2026-06-28 23:08:55 +02:00
87f6e62f26
fix(moonraker): re-resolve host on user→user preset switch for AMS sync
thysson2701
2026-06-28 18:14:55 +02:00
31c667443e
fix(compat): add aliases for wall_filament → outer_wall_filament_id; fix verify_build.sh
thysson2701
2026-06-23 20:06:47 +02:00
709caca9b8
chore: alle Upstream-Workflows deaktivieren (on: {})
thysson2701
2026-06-22 11:33:05 +02:00
a0894702c6
docs: README auf 2.4.0-kx1 aktualisieren
viewit
2026-06-22 11:09:28 +02:00