All test patterns now print in the CENTER of the bed (150, 165) instead
of the front-left corner. Fixed patterns:
1. PA_TEST_PATTERN:
- Centered at X150 Y165 (bed center)
- Squares: 25mm with 10mm spacing
- 5 squares per row, auto-calculated positions
- Proper extrusion amounts
2. FLOW_TEST_CUBE:
- Centered at X150 Y165
- 20mm cube, centered coordinates
- Proper flow-multiplied extrusion
3. RETRACT_TEST_PATTERN:
- Towers centered on bed
- 10mm towers with 30mm spacing
- 4 towers per row
- Proper stringing travel moves
4. TEMP_TOWER:
- 20mm tower centered at X150 Y165
- Proper bridge moves to center
- Park at front after completion
All patterns now:
- Use BED_CENTER_X=150, BED_CENTER_Y=165 (N4 Plus center)
- Auto-calculate positions based on pattern dimensions
- Park at front of bed after completion
- Show position info in console messages
The 'group' attribute is not supported in all Klipper versions.
This caused: 'Option group is not valid in section gcode_macro'
Macros will appear under 'Uncategorized' in Mainsail/Fluidd
until Klipper adds official support for macro grouping.