update marlin documentation

This commit is contained in:
s godin 2022-05-03 20:44:40 +00:00
parent 45c76078ac
commit 41f3d3bf6d
2 changed files with 10 additions and 13 deletions

View File

@ -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 <braillerapsp@gmail.com>\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."

View File

@ -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.