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:40:56 -04:00
parent 9ae483ebb4
commit 9e1cf53dc6
3 changed files with 39 additions and 13 deletions

14
.vscode/settings.json vendored
View File

@@ -70,4 +70,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"]
}