chore: ajout face 3MF + corrections cube-assembly.scad
This commit is contained in:
parent
ba2ebc1dc7
commit
2e42cefdca
2 changed files with 2 additions and 2 deletions
BIN
3d-model/Cube_Ops_face.3mf
Normal file
BIN
3d-model/Cube_Ops_face.3mf
Normal file
Binary file not shown.
|
|
@ -43,10 +43,10 @@ SHOW_FACE_COVERS = true; // 6 coques extérieures
|
|||
SHOW_ELECTRONICS = true; // Batterie + PCB (visualisation)
|
||||
SHOW_SECTION = false; // Coupe en section
|
||||
|
||||
EXPLODE = 0; // 0 = assemblé, 1 = vue éclatée (progressif)
|
||||
EXPLODE = 1; // 0 = assemblé, 1 = vue éclatée (progressif)
|
||||
|
||||
// Distance d'éclatement
|
||||
EXPLODE_DIST = 40 * EXPLODE;
|
||||
EXPLODE_DIST = 60 * EXPLODE;
|
||||
|
||||
// ============================================================================
|
||||
// VISUALISATION ÉLECTRONIQUE (Ne pas imprimer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue