From 41f3d3bf6d280322a999b3f5fa2af0efcbd61c9f Mon Sep 17 00:00:00 2001 From: s godin Date: Tue, 3 May 2022 20:44:40 +0000 Subject: [PATCH] update marlin documentation --- docs/locale/en/LC_MESSAGES/marlin.po | 11 +++++++---- docs/marlin.rst | 12 +++--------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/docs/locale/en/LC_MESSAGES/marlin.po b/docs/locale/en/LC_MESSAGES/marlin.po index 0bec511..b429e96 100644 --- a/docs/locale/en/LC_MESSAGES/marlin.po +++ b/docs/locale/en/LC_MESSAGES/marlin.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: BraillerRapSP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-05-03 19:08+0000\n" +"POT-Creation-Date: 2022-05-03 20:43+0000\n" "PO-Revision-Date: 2019-01-17 00:03+0200\n" "Last-Translator: Stephane \n" "Language: en\n" @@ -28,8 +28,9 @@ msgid "" "Le firmware Marlin est utilisé pour contrôler l'embosseuse Braille. Nous " "utilisons la configuration CNC pour contrôler l'électro-aimant avec les " "commandes associées au moteur de CNC / stylo / laser (GCODE M3 et M4)" -msgstr "Marlin firmware is used for braille embosser control" -"We use the CNC configuration to control the elctromagnet with M3 and M4 GCODE commands" +msgstr "" +"Marlin firmware is used for braille embosser controlWe use the CNC " +"configuration to control the elctromagnet with M3 and M4 GCODE commands" #: ../../marlin.rst:10 msgid "Configuration Marlin" @@ -68,10 +69,12 @@ msgid "Jerk ::" msgstr "" #: ../../marlin.rst:65 +#, fuzzy msgid "" -"Dans la version présente sur le github du projet BrailleRap-SP, d'autres " +"Dans la version présente sur le github du projet BrailleRap, d'autres " "fichiers ont été modifiés pour gérer l'alimentation du papier avec le fin" " de course de l'axe Y." msgstr "" "In the current release on BrailleRap github, other files have been " "modified to handle the paper sheet position with the Y end-stop." + diff --git a/docs/marlin.rst b/docs/marlin.rst index 563932e..f5a95aa 100644 --- a/docs/marlin.rst +++ b/docs/marlin.rst @@ -9,7 +9,7 @@ Marlin Firmware pour cartes Ramps ou compatibles Configuration Marlin -------------------- -in configuration.h +in configuration.h Motherboard configuration :: @@ -23,7 +23,7 @@ Spindle / laser / pen configuration :: // BRAILLE RAP CONFIG #define SPINDLE_LASER_ENABLE #define SPINDLE_LASER_ENABLE_PIN RAMPS_D8_PIN // !!! for BED MOSFET - #define SPINDLE_LASER_PWM_PIN RAMPS_D10_PIN // !!! for E0 MOSFET + #define SPINDLE_LASER_PWM_PIN RAMPS_D10_PIN // !!! for E0 MOSFET #define SPINDLE_DIR_PIN 5 // pin servo @@ -62,10 +62,4 @@ Jerk :: #define DEFAULT_ZJERK 0.3 #define DEFAULT_EJERK 5.0 -Dans la version présente sur le github du projet BrailleRap-SP, d'autres fichiers ont été modifiés pour gérer l'alimentation du papier avec le fin de course de l'axe Y. - - - - - - +Dans la version présente sur le github du projet BrailleRap, d'autres fichiers ont été modifiés pour gérer l'alimentation du papier avec le fin de course de l'axe Y.