mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 22:35:18 -06:00
📝 Use new Markdown Alert styles (#964)
This commit is contained in:
parent
d64c8bb724
commit
401b40c81f
16 changed files with 45 additions and 30 deletions
|
@ -16,7 +16,8 @@ default_envs = STM32F103RC_btt_512K
|
|||
|
||||
## Older Leadscrew
|
||||
|
||||
**Note:** This Ender-5 `Configuration.h` applies to the newer leadscrew with 800 steps/mm. If your printer has the older leadscrew, change the Z component of `DEFAULT_AXIS_STEP_PER_UNIT` to 400 as in the example below:
|
||||
> [!NOTE]
|
||||
> This Ender-5 `Configuration.h` applies to the newer leadscrew with 800 steps/mm. If your printer has the older leadscrew, change the Z component of `DEFAULT_AXIS_STEP_PER_UNIT` to 400 as in the example below:
|
||||
|
||||
```cpp
|
||||
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue