From 7d899f695a1d5a448226ed9479c0e4c52454f595 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 5 May 2025 21:14:31 +0200 Subject: Disable printer probe (for now) Signed-off-by: Mel --- assets/printer/printer.cfg | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'assets') diff --git a/assets/printer/printer.cfg b/assets/printer/printer.cfg index c1e9f14..c35fd33 100644 --- a/assets/printer/printer.cfg +++ b/assets/printer/printer.cfg @@ -123,13 +123,13 @@ pid_Kp: 1 pid_Ki: 1 pid_Kd: 1 -[probe] -pin: !PB12 -z_offset: -0.150 -speed: 1 -samples: 1 -activate_gcode: - PROBE_RESET +# [probe] +# pin: !PB12 +# z_offset: -0.150 +# speed: 1 +# samples: 1 +# activate_gcode: +# PROBE_RESET [output_pin beeper_pin] pin: PB15 @@ -138,8 +138,8 @@ value: 0 shutdown_value: 0 cycle_time: 0.001 -[output_pin PROBE_RESET_PIN] -pin: PB13 +# [output_pin PROBE_RESET_PIN] +# pin: PB13 [output_pin led_pin] pin: mcu:PA13 @@ -181,9 +181,9 @@ max_accel_to_decel: 1500 max_z_velocity: 5 max_z_accel: 100 -[gcode_macro PROBE_RESET] -gcode: - SET_PIN PIN=PROBE_RESET_PIN VALUE=0 - G4 P300 - SET_PIN PIN=PROBE_RESET_PIN VALUE=1 - G4 P100 +# [gcode_macro PROBE_RESET] +# gcode: +# SET_PIN PIN=PROBE_RESET_PIN VALUE=0 +# G4 P300 +# SET_PIN PIN=PROBE_RESET_PIN VALUE=1 +# G4 P100 -- cgit 1.4.1