From 777189e555c4f04724698b442677456a4459532d Mon Sep 17 00:00:00 2001 From: hadware Date: Fri, 22 May 2026 21:11:22 +0200 Subject: [PATCH] Passage en A5 --- tractocadre.ipynb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tractocadre.ipynb b/tractocadre.ipynb index 8fe32d3..e5a47d1 100644 --- a/tractocadre.ipynb +++ b/tractocadre.ipynb @@ -59,8 +59,8 @@ { "metadata": { "ExecuteTime": { - "end_time": "2026-05-22T18:35:49.426903482Z", - "start_time": "2026-05-22T18:35:48.369326760Z" + "end_time": "2026-05-22T18:42:04.979828290Z", + "start_time": "2026-05-22T18:42:03.360023251Z" } }, "cell_type": "code", @@ -90,8 +90,9 @@ " make_brake_formed(\n", " thickness=stand_epaisseur,\n", " station_widths=stand_largueur,\n", - " #side=Side.BOTH,\n", " )\n", + " chamfer(edges().filter_by(Axis.Y), length=1)\n", + " chamfer(edges().filter_by(Axis.X), length=1)\n", "\n", " bottom_face = faces().filter_by(Plane.XY).sort_by(Axis.Z)[0]\n", " with BuildSketch(bottom_face):\n", @@ -177,11 +178,11 @@ "name": "stdout", "output_type": "stream", "text": [ - "c++\n" + "+++\n" ] } ], - "execution_count": 126 + "execution_count": 130 }, { "metadata": {