Some things on CNC
This commit is contained in:
parent
1ec68d9205
commit
f49227b6f3
1 changed files with 4 additions and 2 deletions
6
epi.typ
6
epi.typ
|
@ -10,7 +10,7 @@
|
||||||
libepi.card(name: "Défonceuse",
|
libepi.card(name: "Défonceuse",
|
||||||
protection_items: (libepi.Hearing, libepi.Shield),
|
protection_items: (libepi.Hearing, libepi.Shield),
|
||||||
forbidden_items: (),
|
forbidden_items: (),
|
||||||
referent: ("cst1",),
|
referent: ("\\",),
|
||||||
instructions: "truc truc truc",
|
instructions: "truc truc truc",
|
||||||
min_help: 1
|
min_help: 1
|
||||||
),
|
),
|
||||||
|
@ -39,7 +39,9 @@
|
||||||
forbidden_items: (),
|
forbidden_items: (),
|
||||||
referent: ("Sel", "Rémy"),
|
referent: ("Sel", "Rémy"),
|
||||||
instructions: [],
|
instructions: [],
|
||||||
warning: []
|
warning: [
|
||||||
|
- Le routeur peut sortir du bed si mal positionné. Être très vigilant·e à sa position à tout moment et rester éloigné de la CNC lorsqu'elle bouge.
|
||||||
|
]
|
||||||
),
|
),
|
||||||
|
|
||||||
libepi.card(name: "Imprimante 3D",
|
libepi.card(name: "Imprimante 3D",
|
||||||
|
|
Loading…
Reference in a new issue