mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-10 15:25:21 -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
|
@ -56,7 +56,10 @@ Bilinear Leveling uses the same approach as the original firmware, with the adva
|
|||
|
||||
## Unified Bed Leveling and Cura
|
||||
|
||||
Unified Bed Leveling is more accurate due to the addition of manual probing, but requires changes to the Cura settings. **AT THIS TIME OF WRITING, THE AS-SHIPPED CURA PROFILE INCLUDES G-CODE COMMANDS THAT ARE INCOMPATIBLE WITH UBL AND IN ONE CASE MAY FORCE A HEAD CRASH DURING PREFLIGHT.**
|
||||
Unified Bed Leveling is more accurate due to the addition of manual probing, but requires changes to the Cura settings.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> AT THIS TIME OF WRITING, THE AS-SHIPPED CURA PROFILE INCLUDES G-CODE COMMANDS THAT ARE INCOMPATIBLE WITH UBL AND IN ONE CASE MAY FORCE A HEAD CRASH DURING PREFLIGHT.
|
||||
|
||||
Here is my amended version of the Start G-Code from Cura. To use this in Cura, go to:
|
||||
|
||||
|
@ -64,7 +67,7 @@ Here is my amended version of the Start G-Code from Cura. To use this in Cura, g
|
|||
|
||||
And paste in the following:
|
||||
|
||||
```
|
||||
```gcode
|
||||
; Vertex Delta Start Gcode
|
||||
M400
|
||||
G28 ; Home extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue