Update machine head & fan polygon description

Greg's proposal:
add details to clarify what the Y min & Y max refer to.

Previous description was unclear and referred to front of print head as being a negative value which is not accurate.
This commit is contained in:
HellAholic 2024-12-09 08:23:40 +01:00
parent d8b3e773ab
commit 4c686afcb6

View file

@ -461,7 +461,7 @@
"machine_head_with_fans_polygon":
{
"label": "Machine Head & Fan Polygon",
"description": "The shape of the print head. These are coordinates relative to the position of the print head, which is usually the position of its first extruder. The dimensions left and in front of the print head must be negative coordinates.",
"description": "The dimensions of the print head used to determine 'Safe Model Distance' when printing 'One at a Time'. These numbers relate to the centerline of the first extruder nozzle. Left of the nozzle is 'X Min' and must be negative. Rear of the nozzle is 'Y Min' and must be negative. X Max (right) and Y Max (front) are positive numbers. Gantry height is the dimension from the build plate to the X gantry beam.",
"type": "polygon",
"default_value": [
[-20, 10],