Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [z_calibration]
- nozzle_xy_position: 27, -3
- # A X, Y coordinate (e.g. 100,100) of the nozzle, clicking on the z endstop.
- switch_xy_position: 42, 25
- # A X, Y coordinate (e.g. 100,100) of the probe's switch body, clicking on
- # the z endstop.
- bed_xy_position: 180, 180
- # A X, Y coordinate (e.g. 100,100) where the print surface (e.g. the center
- # point) is probed. These coordinates are adjusted by the
- # probe's X and Y offsets. The default is the zero_reference_position which
- # replaces the deprecated relative_reference_index
- # of the configured bed_mesh, if configured. It's possible to change the zero
- # reference position at runtime or use the GCode argument BED_POSITION of CALIBRATE_Z.
- samples: 3
- wiggle_xy_offsets: 0,0
- # After probing the nozzle and retracting, move x some distance away and
- # back. Useful to prevent the z endstop pin sticking to the nozzle and
- # being pulled out of the assembly. Can be negative. Defaults to zero to
- # disable it. Can be combined in x and y to move diagonally. Be careful
- # to not move your nozzle out of range!
- switch_offset: 0.25
- # The trigger point offset of the used mag-probe switch.
- # A larger value will position the nozzle closer to the bed.
- # This must be determined manually. More on this later
- # in this section..
- offset_margins: -1.0,1.0
- # The minimum and maximum margins allowed for the calculated offset.
- # If the offset is outside these values, it will stop!
- # The margin can be defined as "min,max" e.g. "-0.5,1.5" or by just one
- # value e.g. "1.0" which translates to "-1.0,1.0" (which is also the default).
- safe_z_height: 15
- # The absolute z position in mm to move to before moving to the next
- # position. The default is two times the z_offset from the probe's
- # configuration. The minimum safe z height is 3mm..
- speed: 50
- # The moving speed in X and Y. The default is 50 mm/s.
- probing_first_fast: false
- # If true, the first probing will be faster by the probing speed.
- # This is to get down faster and not record the result as a
- # probing sample. The default is false.
- start_gcode: ATTACH_PROBE
- # A list of G-Code commands to run before each calibration command.
- # See docs/Command_Templates.md for the G-Code format. This can be used to
- # attach the probe.
- before_switch_gcode:
- # A list of G-Code commands to run before to each probing on the
- # mag-probe. See docs/Command_Templates.md for the G-Code format. This can
- # be used to attach the probe after probing on the nozzle and before probing
- # on the mag-probe.
- end_gcode: DOCK_PROBE
- # A list of G-Code commands to run after each calibration command.
- # See docs/Command_Templates.md for the G-Code format. This can be used to
- # detach the probe afterwards.
Advertisement
Add Comment
Please, Sign In to add comment