-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(klipper): fully working camera-streamer
- Loading branch information
1 parent
afa2a02
commit 66ce5aa
Showing
10 changed files
with
508 additions
and
164 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
24 changes: 24 additions & 0 deletions
24
cells/nixos/hosts/voron/_klipper/configs/klipper.d/hardware/cm4.cfg
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,24 @@ | ||
# [temperature_sensor CM4] | ||
# sensor_type: temperature_host | ||
|
||
[temperature_fan CM4] | ||
sensor_type: temperature_host | ||
pin: PB9 | ||
target_temp: 60.0 | ||
min_temp: 0 | ||
max_temp: 80 # highest is 85 | ||
|
||
hardware_pwm: true | ||
max_power: 0.8 | ||
tachometer_pin: ^PC15 | ||
tachometer_ppr: 2 | ||
|
||
shutdown_speed: 0.3 | ||
kick_start_time: 0.5 | ||
off_below: 0.19 | ||
|
||
control: pid | ||
pid_Kp: 2.0 | ||
pid_Ki: 5.0 | ||
pid_Kd: 0.5 | ||
pid_deriv_time: 2.0 |
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
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