From c165297674f9e3433be053db6998457cc64c7509 Mon Sep 17 00:00:00 2001 From: chihiro watanabe <143685104+chi1180@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:15:12 +0900 Subject: [PATCH] Fix code block formatting in SimpleTutorial.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated code block formatting for clarity in tutorial. In current web site, the last comma isn't appeared: ["","",""] ↑It should be : ["","",""], Because without the last comma, plate generator couldn't work well. --- website/src/pages/hackpad/SimpleTutorial.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/src/pages/hackpad/SimpleTutorial.mdx b/website/src/pages/hackpad/SimpleTutorial.mdx index d9f8e69290..bea726fc13 100644 --- a/website/src/pages/hackpad/SimpleTutorial.mdx +++ b/website/src/pages/hackpad/SimpleTutorial.mdx @@ -118,9 +118,7 @@ Extrude the sides by 10mm (it should be 13mm tall in total!): That's the bottom half of the plate done. Next, we're going to make the plate. Head on over to [ai03's plate generator](https://kbplate.ai03.com/) and paste in the following data: -``` -["","",""], -``` +
{`["","",""],`}
That should generate a plate. Hit download DXF, and then import that into Fusion 360 - make sure that the plate is centered!