mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 14:04:19 -06:00
📝 Improve, clean up READMEs (#988)
This commit is contained in:
parent
41c598df02
commit
58f3843bc6
18 changed files with 78 additions and 89 deletions
|
@ -15,13 +15,15 @@ Flags specific to this printer/configuration:
|
|||
- `SUPERPINDA` - SuperPinda present?
|
||||
|
||||
## Upgrade Notes
|
||||
* ⚠️ Cut or desolder the Z & E driver DIAG pins or they will interfere with PINDA & filament runout detection. ⚠️
|
||||
* Set the jumpers under your drivers to "TMC2208-UART MODE":
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/13375512/74117621-24415000-4b6d-11ea-8811-f867e187ea0c.png" width="50%">
|
||||
> [!IMPORTANT]
|
||||
> * Cut or desolder the Z & E driver DIAG pins or they will interfere with PINDA & filament runout detection.
|
||||
> * Set the jumpers under your drivers to "TMC2208-UART MODE":
|
||||
>
|
||||
> <img src="https://user-images.githubusercontent.com/13375512/74117621-24415000-4b6d-11ea-8811-f867e187ea0c.png" width="50%">
|
||||
|
||||
## Changes to Start G-code
|
||||
The `W` in Průša's `G28 W ; home all without mesh bed level` default G-code does not exist in Marlin and [`G80 ; mesh bed leveling`](https://marlinfw.org/docs/gcode/G080.html) cancels the current motion mode, so no bed leveling will take place.
|
||||
> [!IMPORTANT]
|
||||
> The `W` in Průša's `G28 W ; home all without mesh bed level` default G-code does not exist in Marlin and [`G80 ; mesh bed leveling`](https://marlinfw.org/docs/gcode/G080.html) cancels the current motion mode, so no bed leveling will take place.
|
||||
|
||||
Below are some example start G-code scripts from popular slicers to get you started.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue