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

Fixed stepper_y positions and added BED_MESH_CALIBRATE in print_start #35

Open
wants to merge 3 commits 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
12 changes: 7 additions & 5 deletions Firmware/skr_mini_e3_v2_config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ microsteps: 32
## Sensorless endstop for Y
#endstop_pin: tmc2209_stepper_y:virtual_endstop
#homing_retract_dist: 0 # Uncomment this line too
position_endstop: 250
position_min: 0
position_max: 250
position_endstop: 230
position_min: -20
position_max: 230
homing_speed: 70
homing_positive_dir: true

Expand Down Expand Up @@ -109,7 +109,7 @@ full_steps_per_rotation: 200
microsteps: 32
endstop_pin: probe:z_virtual_endstop
position_max: 250
homing_speed: 40
homing_speed: 20
position_min: -3.0

[tmc2209 stepper_z]
Expand Down Expand Up @@ -206,6 +206,7 @@ pin: ^PC2
x_offset: 0
y_offset: 25
z_offset: 0
speed: 10
samples: 3
samples_result: median
sample_retract_dist: 3
Expand Down Expand Up @@ -340,6 +341,7 @@ gcode:
gcode:
M117 Homing... ; display message
G28 Y0 X0 Z0
BED_MESH_CALIBRATE

##Purge Line Gcode
#G92 E0;
Expand Down Expand Up @@ -400,4 +402,4 @@ gcode:
M106 S0 ; turn off fan
G90 ; absolute positioning
G0 X{max_x / 2} Y{max_y} F3600 ; park nozzle at rear
M117 Finished!
M117 Finished!