-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from cakeslob/develop
Develop into main
- Loading branch information
Showing
378 changed files
with
39,054 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Board": "BIGTREETECH OCTOPUS", | ||
"Modules":[ | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Reset Pin", | ||
"Comment": "Reset pin", | ||
"Pin": "PC_15" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "X - Joint 0 step generator", | ||
"Joint Number": 0, | ||
"Step Pin": "PF_13", | ||
"Direction Pin": "PF_12", | ||
"Enable Pin": "PF_14" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "Y - Joint 1 step generator", | ||
"Joint Number": 1, | ||
"Step Pin": "PG_0", | ||
"Direction Pin": "PG_1", | ||
"Enable Pin": "PF_15" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "Z - Joint 2 step generator", | ||
"Joint Number": 2, | ||
"Step Pin": "PF_11", | ||
"Direction Pin": "PG_3", | ||
"Enable Pin": "PG_5" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
{ | ||
"Board": "BIGTREETECH OCTOPUS", | ||
"Modules":[ | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Reset Pin", | ||
"Comment": "Reset pin", | ||
"Pin": "PC_15" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "X DRIVER0 - Joint 0 step generator", | ||
"Joint Number": 0, | ||
"Step Pin": "PF_13", | ||
"Direction Pin": "PF_12", | ||
"Enable Pin": "PF_14" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "Y DRIVER1 - Joint 1 step generator", | ||
"Joint Number": 1, | ||
"Step Pin": "PG_0", | ||
"Direction Pin": "PG_1", | ||
"Enable Pin": "PF_15" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "Z DRIVER2 - Joint 2 step generator", | ||
"Joint Number": 2, | ||
"Step Pin": "PF_11", | ||
"Direction Pin": "PG_3", | ||
"Enable Pin": "PG_5" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "Stepgen", | ||
"Comment": "E0 DRIVER3 - Joint 3 step generator", | ||
"Joint Number": 3, | ||
"Step Pin": "PG_4", | ||
"Direction Pin": "PC_1", | ||
"Enable Pin": "PA_0" | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "X min DIAG0", | ||
"Pin": "PG_6", | ||
"Mode": "Input", | ||
"Data Bit": 0 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "X max DIAG4", | ||
"Pin": "PG_12", | ||
"Mode": "Input", | ||
"Data Bit": 1 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "Y min DIAG1", | ||
"Pin": "PG_9", | ||
"Mode": "Input", | ||
"Data Bit": 2 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "Y max DIAG5", | ||
"Pin": "PG_13", | ||
"Mode": "Input", | ||
"Data Bit": 3 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "Z min DIAG2", | ||
"Pin": "PG_10", | ||
"Mode": "Input", | ||
"Data Bit": 4 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Digital Pin", | ||
"Comment": "Z max DIAG6", | ||
"Pin": "PG_14", | ||
"Mode": "Input", | ||
"Data Bit": 5 | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Temperature", | ||
"Comment": "Heated Bed tenperature sensor", | ||
"PV[i]": 0, | ||
"Sensor": "Thermistor", | ||
"Thermistor": | ||
{ | ||
"Pin": "PF_3", | ||
"beta": 3990, | ||
"r0": 100000, | ||
"t0": 25 | ||
} | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "PWM", | ||
"Comment": "Bed heater PWM", | ||
"SP[i]": 0, | ||
"PWM Pin": "PA_1" | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "Temperature", | ||
"Comment": "Ext 0 temperature sensor", | ||
"PV[i]": 1, | ||
"Sensor": "Thermistor", | ||
"Thermistor": | ||
{ | ||
"Pin": "PF_4", | ||
"beta": 3990, | ||
"r0": 100000, | ||
"t0": 25 | ||
} | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "PWM", | ||
"Comment": "Ext0 heater PWM", | ||
"SP[i]": 1, | ||
"PWM Pin": "PA_2" | ||
}, | ||
{ | ||
"Thread": "Servo", | ||
"Type": "PWM", | ||
"Comment": "Ext0 part cooling fan PWM FAN0", | ||
"SP[i]": 2, | ||
"PWM Max": 128, | ||
"PWM Pin": "PA_8" | ||
}, | ||
{ | ||
"Thread": "Base", | ||
"Type": "RCServo", | ||
"Comment": "RC servo for probe bltouch according to marlin", | ||
"SP[i]": 3, | ||
"Servo Pin": "PB_6" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.