From e975bb255028683b947649fa7067f107abb31170 Mon Sep 17 00:00:00 2001 From: travmo Date: Thu, 17 Aug 2023 14:02:01 -0700 Subject: [PATCH] Update printer-wanhao-duplicator-i3-plus-2017.cfg Commented out bltouch section and refined wording --- ...printer-wanhao-duplicator-i3-plus-2017.cfg | 49 +++++++++---------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/config/printer-wanhao-duplicator-i3-plus-2017.cfg b/config/printer-wanhao-duplicator-i3-plus-2017.cfg index 434029cb699a..c3cc60e6121c 100644 --- a/config/printer-wanhao-duplicator-i3-plus-2017.cfg +++ b/config/printer-wanhao-duplicator-i3-plus-2017.cfg @@ -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] @@ -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