diff options
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 |
