Turn function that allows prints to start when bed temp is 'target - 1' into a param in _globals.

This commit is contained in:
Bassam Husain
2025-05-19 16:38:04 -04:00
parent 4539b75797
commit 0c08a67f06
3 changed files with 39 additions and 13 deletions

14
.vscode/settings.json vendored
View File

@@ -67,4 +67,18 @@
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#512e0a"
// "[html][jinja][jinja-html]": {
// "editor.formatOnSave": false,
// "editor.defaultFormatter": "monosans.djlint",
// "editor.detectIndentation": true,
// "editor.linkedEditing": true,
// "editor.tabSize": 4,
// "djlint.enableLinting": true,
// "djlint.profile": "jinja"
// },
// "djlint.showInstallError": true,
// "djlint.useVenv": false,
// "djlint.pythonPath": "/home/bassam/.local/share/uv/tools",
// "djlint.formatLanguages": ["django-html", "jinja", "jinja-html"]
}