This commit is contained in:
mymint
2019-02-13 21:55:48 +01:00
commit 0e1004d60d
90 changed files with 3992 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -0,0 +1,12 @@
digraph Cahier_des_charges_Software {
Software -> Intuitif
Intuitif -> Gcode_standard
Intuitif -> Realisation_tuto_vidéo
Software -> Usinage_2D_3D
Usinage_2D_3D -> Logiciel_complet
Software -> Changement_outil
Changement_outil -> Bonne_Vue3D
Software -> Reglage_en_amont
Reglage_en_amont -> Logiciel_gratuit
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,5 @@
digraph Cahier_des_charges_Hardware {
Hardware -> Button_arrêt_urgence
Hardware -> Aspiration_debrits
Hardware -> AutoHome_XYZ_endStop
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,5 @@
digraph Cahier_des_charges_Software {
CNC -> Hardware
Hardware ->
CNC -> Software
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB