diff options
| author | Mel <mel@rnrd.eu> | 2025-05-05 21:14:31 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-13 21:26:59 +0100 |
| commit | 7d899f695a1d5a448226ed9479c0e4c52454f595 (patch) | |
| tree | baeefeebd4a3ca0217dc25ae70974afe69f59f58 /assets/printer/printer.cfg | |
| parent | fda79b273f51a835ec7b9b1d456b3eb0f70b857c (diff) | |
| download | network-7d899f695a1d5a448226ed9479c0e4c52454f595.tar.zst network-7d899f695a1d5a448226ed9479c0e4c52454f595.zip | |
Disable printer probe (for now)
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'assets/printer/printer.cfg')
| -rw-r--r-- | assets/printer/printer.cfg | 30 |
1 files changed, 15 insertions, 15 deletions
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 |
