Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STEAPP-586: was find and set sensor type, based on spend tests. #146

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stereotech_config/fiber_extruder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rotation_distance: 40
nozzle_diameter: 0.6
filament_diameter: 0.6
heater_pin: P2.4
sensor_type: EPCOS 100K B57560G104F
sensor_type: NTC 100K MGB18-104F39050L32
sensor_pin: P0.25
control: pid
pid_Kp: 13.509
Expand Down
2 changes: 1 addition & 1 deletion stereotech_config/fiber_extruder_2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rotation_distance: 40
nozzle_diameter: 0.6
filament_diameter: 0.6
heater_pin: second_extruder_heater_pin
sensor_type: EPCOS 100K B57560G104F
sensor_type: NTC 100K MGB18-104F39050L32
sensor_pin: second_extruder_sensor_pin
control: pid
pid_Kp: 6.185
Expand Down
2 changes: 1 addition & 1 deletion stereotech_config/main_extruder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rotation_distance: 7.777
nozzle_diameter: 0.4
filament_diameter: 1.75
heater_pin: main_extruder_heater_pin
sensor_type: EPCOS 100K B57560G104F
sensor_type: NTC 100K MGB18-104F39050L32
sensor_pin: main_extruder_sensor_pin
control: pid
pid_Kp: 13.509
Expand Down
2 changes: 1 addition & 1 deletion stereotech_config/second_extruder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rotation_distance: 7.777
nozzle_diameter: 0.4
filament_diameter: 1.75
heater_pin: second_extruder_heater_pin
sensor_type: EPCOS 100K B57560G104F
sensor_type: NTC 100K MGB18-104F39050L32
sensor_pin: second_extruder_sensor_pin
control: pid
pid_Kp: 13.509
Expand Down