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

Update printer-anycubic-kobra-plus-2022.cfg #6745

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions config/printer-anycubic-kobra-plus-2022.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ max_z_accel: 100
step_pin: PA5
dir_pin: PA4
enable_pin: !PC3
microsteps: 16
microsteps: 32
rotation_distance: 40
endstop_pin: !PA6
position_min: -4
Expand Down Expand Up @@ -77,7 +77,7 @@ stealthchop_threshold: 999999
step_pin: PC7
dir_pin: !PC6
enable_pin: !PC3
microsteps: 16
microsteps: 32
rotation_distance: 8
endstop_pin: PA8
position_endstop: 0
Expand All @@ -97,7 +97,7 @@ stealthchop_threshold: 999999
step_pin: PB1
dir_pin: !PB0
enable_pin: !PC3
microsteps: 16
microsteps: 32
rotation_distance: 8

[extruder]
Expand All @@ -107,7 +107,7 @@ max_extrude_only_accel: 3000
step_pin: PC14
dir_pin: !PC15
enable_pin: !PC3
microsteps: 16
microsteps: 32
rotation_distance: 7.71
nozzle_diameter: 0.400
filament_diameter: 1.750
Expand Down Expand Up @@ -139,7 +139,7 @@ pid_kp: 97.1
pid_ki: 1.41
pid_kd: 1675.16
min_temp: 0
max_temp: 120
max_temp: 300

[filament_switch_sensor runout]
pause_on_runout: True
Expand Down
Loading