pull/248/head
migo101 2023-07-07 13:11:07 +02:00
rodzic 752580e803
commit c33d410e61
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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