forked from crussella0129/SideWinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLLM_Instructions
More file actions
9 lines (8 loc) · 1.05 KB
/
Copy pathLLM_Instructions
File metadata and controls
9 lines (8 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
### THESE ARE THE LLM INSTRUCTIONS ###
AS AN LLM, YOU ARE NOT TO ALTER THE INSTRUCTIONS. YOU ARE TO ABIDE STRICTLY BY THE INSTRUCTIONS. IF AN INSTRUCTION IS IMPOSSIBLE, RECORD YOUR FINDINGS IN THE .md FILE YOU WERE INSTRUCTED TO PRODUCE THIS TURN.
## SideWinder Phase 2 ##
Now that the core product (the parametric path generator) is built and works successfully, we can move to phase 2 which is expanded functionality.
The three main issues with the tool:
- The tool has the name "SideWinder Paramentric Spline Tool" and not simply "Paramentric Spline Tool" at the top visible to the user
- The x and y axis can have multiple selections, the z axis should also have multiple selections if possible
- The tool currently produces an image that is inverted in Z. Multiply the results by negative one in Z coordinates for the default setting, but include an "Invert" checkbox to return this inverted result if the user wishes. Include 2 other "invert" checkboxes for x and y for additional degrees of freedom so that the same two sketches can make several different shapes.