Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:blender [2020/05/06 07:45] – [edit mode] scipio | tips:blender [2025/05/20 17:23] (current) – [Invert axis X] sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Blender 2.8 ====== | + | ====== Blender 2.9 ====== |
====== shortcuts ====== | ====== shortcuts ====== | ||
Line 12: | Line 12: | ||
* SHIFT+s: cursor move or selection move | * SHIFT+s: cursor move or selection move | ||
* w: cycle between selecion modes | * w: cycle between selecion modes | ||
+ | * | ||
====== numpad emulation ====== | ====== numpad emulation ====== | ||
Line 58: | Line 59: | ||
* set the pivot point to the 3d cursor (. period key) | * set the pivot point to the 3d cursor (. period key) | ||
* then scale by zero on the Y axis (S Y 0) | * then scale by zero on the Y axis (S Y 0) | ||
+ | |||
+ | |||
+ | ===== blendercam ===== | ||
+ | |||
+ | Vevor 3018pro [[https:// | ||
+ | |||
+ | |||
+ | < | ||
+ | cd / | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | edit blender_manifest.toml commenting shapely wheels | ||
+ | |||
+ | install system packages | ||
+ | < | ||
+ | yay -S opencamlib python-numba python-shapely | ||
+ | </ | ||
+ | |||
+ | setup blender scripts alternate file path | ||
+ | |||
+ | {{: | ||
+ | |||
+ | save preferences restart blender and enable blendercam add-on | ||
+ | |||
+ | {{: | ||
+ | |||
+ | select CAM render engine in scene tab | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | CAM machine -> add preset ' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | CAM operations -> add one operation and select target object | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | CAM material size and position -> put object into job area with position button | ||
+ | |||
+ | {{: | ||
+ | |||
+ | CAM cutter | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | CAM operation setup -> strategy parallel and **skin** | ||
+ | |||
+ | {{: | ||
+ | |||
+ | header gcode to increase velocity [[https:// | ||
+ | < | ||
+ | M03 S1000 | ||
+ | G4 P0.5 | ||
+ | M03 S2000 | ||
+ | G4 P0.5 | ||
+ | M03 S3500 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | M03 S1000;G4 P0.5;M03 S2000;G4 P0.5;M03 S3500 | ||
+ | </ | ||
+ | |||
+ | Hey! Apologies for Necro' | ||
+ | * twist the spindle wires together between the motor and the board, adding a shield if necessary (I eventually removed the shielding when I accidentally damaged it) | ||
+ | * solder a 0.1uF ceramic capacitor (make sure it is bidirectional!!!) between each terminal of the spindle motor to the spindle motor body itself. Ideally, you would also solder a third capacitor between each motor terminal, but I did not do so and have not yet had the random dropouts I did before. | ||
+ | |||
+ | Hi guys, after long time dealing with exactly the same problem I figured out that the power supply of mine 3018 is insulation class type II, it means that there is no connection of the CNC ground to net ground, so the entire frame/ | ||
+ | |||
+ | |||
+ | ==== Block operation ==== | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ==== 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 | ||
+ | </ | ||
+ |