📝 Use new Markdown Alert styles (#964)

This commit is contained in:
Keith Bennett 2023-10-04 21:43:50 -07:00 committed by GitHub
parent d64c8bb724
commit 401b40c81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 45 additions and 30 deletions

View file

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