mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Merge branch 'Vinjul1704/master'
This commit is contained in:
28
.vscode/settings.json
vendored
28
.vscode/settings.json
vendored
@@ -1,12 +1,10 @@
|
|||||||
{
|
{
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.formatOnSave": false,
|
// "editor.formatOnSave": false,
|
||||||
"editor.defaultFormatter": null,
|
// "editor.defaultFormatter": null,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"git.mergeEditor": false,
|
"git.mergeEditor": false,
|
||||||
"spellright.language": ["en-GB-10-1."],
|
|
||||||
"spellright.documentTypes": ["markdown", "plaintext"],
|
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"ADXL",
|
"ADXL",
|
||||||
"blanchas",
|
"blanchas",
|
||||||
@@ -35,5 +33,25 @@
|
|||||||
],
|
],
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": false
|
||||||
}
|
},
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"activityBar.activeBackground": "#7e4810",
|
||||||
|
"activityBar.background": "#7e4810",
|
||||||
|
"activityBar.foreground": "#e7e7e7",
|
||||||
|
"activityBar.inactiveForeground": "#e7e7e799",
|
||||||
|
"activityBarBadge.background": "#041c10",
|
||||||
|
"activityBarBadge.foreground": "#e7e7e7",
|
||||||
|
"commandCenter.border": "#e7e7e799",
|
||||||
|
"sash.hoverBorder": "#7e4810",
|
||||||
|
"statusBar.background": "#512e0a",
|
||||||
|
"statusBar.foreground": "#e7e7e7",
|
||||||
|
"statusBarItem.hoverBackground": "#7e4810",
|
||||||
|
"statusBarItem.remoteBackground": "#512e0a",
|
||||||
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||||
|
"titleBar.activeBackground": "#512e0a",
|
||||||
|
"titleBar.activeForeground": "#e7e7e7",
|
||||||
|
"titleBar.inactiveBackground": "#512e0a99",
|
||||||
|
"titleBar.inactiveForeground": "#e7e7e799"
|
||||||
|
},
|
||||||
|
"peacock.color": "#512e0a"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ I am creating these files for my personal use and cannot be held responsible for
|
|||||||
- Load/unload filament macros.
|
- Load/unload filament macros.
|
||||||
- `PURGE_LINE` macro.
|
- `PURGE_LINE` macro.
|
||||||
- `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> `TEST_SPEED` macro. <img src="./images/party_blob.gif" width="20" alt=''/> Find instructions [here](#how-do-i-use-the-test_speed-macro).
|
- `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> `TEST_SPEED` macro. <img src="./images/party_blob.gif" width="20" alt=''/> Find instructions [here](#how-do-i-use-the-test_speed-macro).
|
||||||
- `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> Klipper Adaptive Meshing & Purging (KAMP) added! <img src="./images/party_blob.gif" width="20" alt=''/> Read about it [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging).
|
- `NEW` <img src="./images/party_blob.gif" width="20" alt=''/> Klipper Adaptive Meshing & Purging (KAMP) added (disabled by default)! <img src="./images/party_blob.gif" width="20" alt=''/> Read about it [here](#how-do-i-enable-kamp-klipper-adaptive-meshing--purging).
|
||||||
|
|
||||||
## Stay Up-to-Date
|
## Stay Up-to-Date
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ The printhead is now parked front center waiting for you to insert filament. You
|
|||||||
|
|
||||||
##### How do I enable KAMP (Klipper Adaptive Meshing & Purging)?
|
##### How do I enable KAMP (Klipper Adaptive Meshing & Purging)?
|
||||||
|
|
||||||
Although this repo contains all the code from the KAMP repository, only the `mesh` functionality of KAMP has been enabled and tested.
|
Although this repo contains all the code from the KAMP repository, only the `mesh` functionality of KAMP has been configured and tested.
|
||||||
|
|
||||||
The [Label objects setting](https://docs.mainsail.xyz/overview/features/exclude-objects#enable-the-label-objects-setting-in-your-slicer) in your slicer must be enabled for KAMP to work.
|
The [Label objects setting](https://docs.mainsail.xyz/overview/features/exclude-objects#enable-the-label-objects-setting-in-your-slicer) in your slicer must be enabled for KAMP to work.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user