From bded1c697dc55a206addf2eb3284629419f35913 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Sun, 1 Dec 2024 16:46:14 +0100 Subject: [PATCH] christmas tree docs --- docs/source/2025/01.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/2025/01.rst b/docs/source/2025/01.rst index 9787ace1..f1c4f446 100644 --- a/docs/source/2025/01.rst +++ b/docs/source/2025/01.rst @@ -52,8 +52,8 @@ You can use a ZnDraw extension to provide a graphical user interface for buildin schema["properties"]["n"]["format"] = "range" schema["properties"]["x_spacing"]["format"] = "range" schema["properties"]["x_spacing"]["step"] = 0.1 - schema["properties"]["x_spacing"] schema["properties"]["y_spacing"]["format"] = "range" + schema["properties"]["y_spacing"]["step"] = 0.1 schema["properties"]["trunk_height"]["format"] = "range" return schema @@ -150,4 +150,5 @@ The Extension will appear on the modifier sidebar and gives you full control ove .. image:: https://github.com/user-attachments/assets/5df7e7ab-a930-4361-ac5e-e4f0fcd10cc1 :width: 100% :alt: ZnDraw - :class: only-dark \ No newline at end of file + :class: only-dark +