From 794a12021e0f01972661139539345c929e1e9e50 Mon Sep 17 00:00:00 2001 From: Lorenz Neureuter Date: Thu, 13 Nov 2025 21:55:37 -0500 Subject: [PATCH] Fix jupyter display missing opacity --- cadquery/occ_impl/jupyter_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadquery/occ_impl/jupyter_tools.py b/cadquery/occ_impl/jupyter_tools.py index 2f5edb95d..75300ada1 100644 --- a/cadquery/occ_impl/jupyter_tools.py +++ b/cadquery/occ_impl/jupyter_tools.py @@ -168,7 +168,7 @@ def display(shape): payload.append( dict( shape=toString(shape), - color=DEFAULT_COLOR, + color=DEFAULT_COLOR + (1,), position=[0, 0, 0], orientation=[0, 0, 0], )