initial commit
This commit is contained in:
5
deltazeus/marlin/.gitignore
vendored
Normal file
5
deltazeus/marlin/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.pio
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
10
deltazeus/marlin/.vscode/extensions.json
vendored
Normal file
10
deltazeus/marlin/.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
2454
deltazeus/marlin/Configuration.h
Normal file
2454
deltazeus/marlin/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
3514
deltazeus/marlin/Configuration_adv.h
Normal file
3514
deltazeus/marlin/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
1293
deltazeus/marlin/platformio.ini
Normal file
1293
deltazeus/marlin/platformio.ini
Normal file
File diff suppressed because it is too large
Load Diff
4
deltazeus/todo.md
Normal file
4
deltazeus/todo.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- soft pwm for fans to respect sunon 40mm fans
|
||||
- https://github.com/MarlinFirmware/Marlin/issues/12360
|
||||
- https://github.com/MarlinFirmware/Marlin/issues/19924
|
||||
- https://www.3d-druck-community.de/showthread.php?tid=23057
|
Reference in New Issue
Block a user