kopia lustrzana https://github.com/vilemduha/blendercam
Cleanup
rodzic
752580e803
commit
c33d410e61
|
|
@ -13,16 +13,16 @@ The script will go through each blend file, generate GCode for all operations an
|
|||
> cd name_of_your_test
|
||||
> blender name_of_your_blend_file (can be the same name as the subdirectory)
|
||||
|
||||
Create as many operations as necessary using BlenderCAM. Do not add operations that need a
|
||||
- Create as many operations as necessary using BlenderCAM. Do not add operations that need a
|
||||
long calculation time unless absolutely necessary, as they will be executed everytime the
|
||||
tests are run.
|
||||
|
||||
Generate the corresponding GCode with "Calculate Path and export GCode" for every operation.
|
||||
- Generate the corresponding GCode with "Calculate Path and export GCode" for every operation.
|
||||
Rename the generated files by adding an underscore at the beginning:
|
||||
> mv Op1.gcode _Op1.gcode
|
||||
|
||||
|
||||
|
||||
Commit and push
|
||||
- Save the blender file
|
||||
|
||||
- Commit and push
|
||||
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue