Skip to content

Commit

Permalink
config: Update generic-bigtreetech-octopus.cfg for Octopus PRO 1.1 pins
Browse files Browse the repository at this point in the history
Signed-off-by: Alan.Ma from BigTreeTech [email protected]
  • Loading branch information
bigtreetech committed Oct 30, 2023
1 parent f7567a0 commit 9aecc1b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions 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
heater_pin: PA2 # HE0
##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

0 comments on commit 9aecc1b

Please sign in to comment.