# Reset the G-Code Z offset (adjust Z offset if needed) SET_GCODE_OFFSET Z=0.0 # Home the printer G28 # G1 X10 Y50 Z0.2 F3000 # 避开夹子 G1 Y60 F3000 G1 X10 Z0.2 F3000 G92 E0 G1 Y130 E10 F225 G92 E0 [gcode_macro END_PRINT] gcode: # Turn off bed, extruder, and fan...
I did the z calibration and after that I click on accept and then save_config. After pressing the save config I got this error message Option 'z_offset' in section 'bltouch' must be specified Once the underlying issue is corrected, use the "RESTART" command to reload the config and res...
RESET_ZOFFSET sets the z-offset to 0 in the config file they added their own counter for how many times each point is probed. I removed this, since current klipper has its own counter for this klippy/extras/virtual_sdcard.py Adds POC_PRINT_FILE command ("Loads a SD file and resume...
default_type: command [pause_resume] recover_velocity: 50 [fan] pin: PA0 [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 restart_method: command [printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 [virtual_sdcard] p...
restart_method: command ### # 速度 ### [printer] kinematics:cartesian#打印机类型 max_velocity: 500#最大速度 max_accel:5000#最大加速度 max_accel_to_decel:3000#最大加速度到减速度 max_z_velocity:20#Z轴最大速度 max_z_accel: 100#Z...
so I know the mapping was right. Seems that if I had the PWM3 configured right the probe would go down with the pin down command. Any help would be great, I've been stuck on this for days. I'm going to list the bltouch settings first, under that I will put the whole config li...
cmd_PROBE_Z_ACCURACY_help) self.gcode.register_command('CALCULATE_SWITCH_OFFSET', self.cmd_CALCULATE_SWITCH_OFFSET, desc=self.cmd_CALCULATE_SWITCH_OFFSET_help) def get_status(self, eventtime): return {'last_query': self.last_state, 'last_z_offset': self.last_z_offset} def ...
## This probe is not used for Z height, only Quad Gantry Leveling ## In Z+ position ## If your probe is NC instead of NO, add change pin to ^PA3 pin: ^!PA3 x_offset: 0 y_offset: 25.0 z_offset: 0 speed: 10.0 samples: 3 samples_result: median sample_retract...
## Z Endstop Switch location [safe_z_home] section ## Homing end position [gcode_macro G32] section ## Z Endstop Switch offset for Z0 [stepper_z] section ## Probe points [quad_gantry_level] section ## Min & Max gantry corner postions [quad_gantry_level] section ...
G1 Z1 waiting the toolhead stops then M102 S-2 Check if the zero position is as expected byG1 Z0afterG28, if not please calibrate again. Gcode Command for BDsensor: BDSENSOR_VERSION # equals M102 S-1 , read the version of BDsensor ...