From e7b35da4e1be609717b94a5955c83f2b402b070b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 2 Nov 2022 11:17:51 -0300 Subject: [PATCH] [Render_3D] Updated comment about KiCad bug --- kibot/out_render_3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_render_3d.py b/kibot/out_render_3d.py index 383dc15a..8fb51daf 100644 --- a/kibot/out_render_3d.py +++ b/kibot/out_render_3d.py @@ -3,7 +3,7 @@ # Copyright (c) 2021-2022 Instituto Nacional de TecnologĂ­a Industrial # License: GPL-3.0 # Project: KiBot (formerly KiPlot) -# KiCad 6 bug: https://gitlab.com/kicad/code/kicad/-/issues/9890 +# KiCad 6/6.0.1 bug: https://gitlab.com/kicad/code/kicad/-/issues/9890 """ Dependencies: - from: KiAuto