This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:blender [2025/04/19 11:44] – [blendercam] sscipioni | tips:blender [2025/05/20 17:23] (current) – [Invert axis X] sscipioni | ||
|---|---|---|---|
| Line 136: | Line 136: | ||
| ==== Block operation ==== | ==== Block operation ==== | ||
| - | {{ :tips:16-36-32-35846000.png?400 |}} | + | {{ :tips:block.png?400 |}} |
| + | |||
| + | ==== Invert axis X ==== | ||
| + | |||
| + | <code | download> | ||
| + | (sets X-axis direction invert mask) | ||
| + | $3=5 | ||
| + | |||
| + | ( save your settings ) | ||
| + | $10=255 | ||
| + | |||
| + | (To Revert Back) | ||
| + | $3=4 | ||
| + | ( save your settings ) | ||
| + | $10=255 | ||
| + | |||
| + | (go home) | ||
| + | G00X0Y0Z1 | ||
| + | </ | ||