Skip to content

Commit

Permalink
Update printer-wanhao-duplicator-i3-plus-2017.cfg
Browse files Browse the repository at this point in the history
Commented out bltouch section and refined wording
  • Loading branch information
travmo authored Aug 17, 2023
1 parent cf5bef9 commit e975bb2
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions config/printer-wanhao-duplicator-i3-plus-2017.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
# official Marlin source available at:
# https://github.com/garychen99/Duplicator-i3-plus

# Pin numbers related to the [probe] section match the the configuration
# laid out here: https://manual.advi3pp.com/en/add-bl-touch.
# If you are coming from Advi++, it should be an exact match.
# If you are not using a probe, such as BL Touch, please remove the Probe Related section.


# See docs/Config_Reference.md for a description of parameters.

[mcu]
Expand Down Expand Up @@ -101,27 +95,32 @@ pin: PE3

#####################################################################
# Probe Related

# Pin numbers related to the [bltouch] section match the configuration
# laid out here: https://manual.advi3pp.com/en/add-bl-touch.
# If you are coming from Advi++ it should be an exact match and
# you should be be safe uncommenting all 3 sections below.
#####################################################################

[probe]
sensor_pin: ^PA3
control_pin: PG1
x_offset: 0
y_offset: -41
probe_with_touch_mode: True
pin_up_touch_mode_reports_triggered: True

[safe_z_home]
home_xy_position: 107,141 # Change coordinates to the center of your print bed
speed: 50
z_hop: 10 # Move up 10mm
z_hop_speed: 5

[bed_mesh]
speed: 175
mesh_min: 10, 10
mesh_max: 180, 150
probe_count: 5,5
#[bltouch]
#sensor_pin: ^PA3
#control_pin: PG1
#x_offset: 0
#y_offset: -41
#probe_with_touch_mode: True
#pin_up_touch_mode_reports_triggered: True

#[safe_z_home]
#home_xy_position: 107,141 # Change coordinates to the center of your print bed
#speed: 50
#z_hop: 10 # Move up 10mm
#z_hop_speed: 5

#[bed_mesh]
#speed: 175
#mesh_min: 10, 10
#mesh_max: 180, 150
#probe_count: 5,5

#####################################################################
# Misc
Expand Down

0 comments on commit e975bb2

Please sign in to comment.