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

config: Update generic-bigtreetech-octopus.cfg for Octopus PRO 1.1 pins #6380

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 13 additions & 1 deletion config/generic-bigtreetech-octopus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ position_max: 200
#[stepper_]
#step_pin: PG4
#dir_pin: PC1
#enable_pin: PA0
##Octopus 1.0 & 1.1, Octopus PRO 1.0
#enable_pin: !PA0
## Octopus PRO 1.1
#enable_pin: !PA2
#endstop_pin: PG11
#...

Expand All @@ -65,7 +68,10 @@ microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
##Octopus 1.0 & 1.1, Octopus PRO 1.0
heater_pin: PA2 # HE0
## Octopus PRO 1.1
#heater_pin: PA0 # HE0
sensor_pin: PF4 # T0
sensor_type: EPCOS 100K B57560G104F
control: pid
Expand Down Expand Up @@ -95,7 +101,10 @@ max_temp: 250
#step_pin: PE2
#dir_pin: PE3
#enable_pin: !PD4
##Octopus 1.0 & 1.1, Octopus PRO 1.0
#heater_pin: PB10 # HE2
##Octopus PRO 1.1
#heater_pin: PB0 # HE2
#sensor_pin: PF6 # T2
#...

Expand Down Expand Up @@ -281,4 +290,7 @@ aliases:
#z_offset: 0

#[neopixel my_neopixel]
##Octopus 1.0 & 1.1, Octopus PRO 1.0
#pin: PB0
##Octopus PRO 1.1
#pin: PB10