Merge branch 'master' into any-printer

This commit is contained in:
Bassam Husain
2023-07-27 16:52:38 -04:00
3 changed files with 689 additions and 27 deletions

51
.vscode/settings.json vendored
View File

@@ -6,31 +6,32 @@
"spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [
"ADXL",
"cfgs",
"Fluidd",
"Fluiddpi",
"gcode",
"githubstar",
"hotend",
"KIAUH",
"Klipper",
"Klipperized",
"lrwxrwxrwx",
"moonraker",
"octahedroflake",
"osskc",
"PARKBED",
"PARKCENTER",
"PARKFRONT",
"PARKFRONTLOW",
"PARKREAR",
"pico",
"Prusa",
"runout",
"Sovol"
],
"ADXL",
"blanchas",
"cfgs",
"Fluidd",
"Fluiddpi",
"gcode",
"githubstar",
"hotend",
"KIAUH",
"Klipper",
"Klipperized",
"lrwxrwxrwx",
"moonraker",
"octahedroflake",
"osskc",
"PARKBED",
"PARKCENTER",
"PARKFRONT",
"PARKFRONTLOW",
"PARKREAR",
"pico",
"Prusa",
"runout",
"Sovol"
],
"[markdown]": {
"editor.formatOnSave": true
"editor.formatOnSave": false
}
}