diff --git a/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc b/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc index e192a3a56..be2b56127 100644 Binary files a/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc and b/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc differ diff --git a/fr/API_Server.html b/fr/API_Server.html index 31f565335..679933256 100644 --- a/fr/API_Server.html +++ b/fr/API_Server.html @@ -1181,6 +1181,13 @@ load_cell/dump_force + + +
  • + + load_cell_probe/dump_taps + +
  • @@ -1711,6 +1718,13 @@ load_cell/dump_force +
  • + +
  • + + load_cell_probe/dump_taps + +
  • @@ -1871,6 +1885,19 @@ gcode:

    This endpoint is used to subscribe to force data produced by a load_cell. Using this endpoint may increase Klipper's system load.

    A request may look like: {"id": 123, "method":"load_cell/dump_force", "params": {"sensor": "load_cell", "response_template": {}}} and might return: {"id": 123,"result":{"header":["time", "force (g)", "counts", "tare_counts"]}} and might later produce asynchronous messages such as: {"params":{"data":[[3292.432935, 40.65, 562534, -234467]]}}

    Le champ "en-tête" dans la réponse initiale à la requête est utilisé pour décrire les champs présents dans les réponses "données" ultérieures.

    +

    load_cell_probe/dump_taps

    +

    This endpoint is used to subscribe to details of probing "tap" events. Using this endpoint may increase Klipper's system load.

    +

    A request may look like: {"id": 123, "method":"load_cell/dump_force", "params": {"sensor": "load_cell", "response_template": {}}} and might return: {"id": 123,"result":{"header":["probe_tap_event"]}} and might later produce asynchronous messages such as:

    +
    {"params":{"tap":'{
    +   "time": [118032.28039, 118032.2834, ...],
    +   "force": [-459.4213119680034, -458.1640702543264, ...],
    +}}}
    +
    + +

    This data can be used to render:

    +

    pause_resume/cancel

    Ce point final est similaire à l'exécution de la commande G-Code "PRINT_CANCEL". Par exemple : {"id": 123, "method": "pause_resume/cancel"}

    Comme pour le point de terminaison "gcode/script", ce point de terminaison ne se termine qu'après la fin de toutes les commandes G-Code en attente.

    diff --git a/fr/Bed_Mesh.html b/fr/Bed_Mesh.html index a8656433d..86a33968a 100644 --- a/fr/Bed_Mesh.html +++ b/fr/Bed_Mesh.html @@ -2083,7 +2083,7 @@ scan_overshoot: 8

    Calibration

    BED_MESH_CALIBRATE PROFILE=<name> METHOD=[manual | automatic | scan | rapid_scan] \ [<probe_parameter>=<value>] [<mesh_parameter>=<value>] [ADAPTIVE=[0|1] \ [ADAPTIVE_MARGIN=<value>] Default Profile: default Default Method: automatic if a probe is detected, otherwise manual Default Adaptive: 0 Default Adaptive Margin: 0

    Lance la procédure de palpage de l'étalonnage du maillage du lit.

    -

    The mesh will be saved into a profile specified by the PROFILE parameter, or default if unspecified. The METHOD parameter takes one of the following values:

    +

    The mesh will be immediately ready to use when the command completes and saved into a profile specified by the PROFILE parameter, or default if unspecified. The METHOD parameter takes one of the following values: