Skip to content

Commit c8a607c

Browse files
committed
Initial commit
1 parent 19700b6 commit c8a607c

6 files changed

+729
-2
lines changed

PROBE_EUCLID(GM).cfg

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
#.................................................................................................................
2+
# EUCLID Probe (GANTRY MOUNTED) Klipper configurations, and settings
3+
#
4+
#
5+
#
6+
# X->---------------------------------
7+
# |X0 Y306 X50 Y306 *| Home Y/X (X306,Y306)
8+
# |Dock(GM) Dock Side | To ATTACH :
9+
# | |X50 Y306
10+
# | X0 Y286 |X0 Y306
11+
# | Dock Exit Position |X50 Y306
12+
# | | To DOCK:
13+
# | |X50 Y306
14+
# | |X0 Y306
15+
# | |X0 Y286
16+
# | Home |
17+
# | Z X150 Y150 |^
18+
# | ||
19+
# ---------------------------------Y
20+
# Front
21+
#
22+
#
23+
#
24+
# ! ! ! Before wiring up to the the probe, please read the pertinent documentation here: http://euclidprobe.github.io/ ! ! !
25+
# ! ! ! Following probe wiring or macro modification, you must be ready to emergency stop the printer when testing ! ! !
26+
# When testing the probe, have at least 100mm space between probe and plate, use your finger to depress probe
27+
# switch, if it doesn't stop, hit emergency stop and verify setup.
28+
#
29+
#.................................................................................................................
30+
31+
############### Different Probe Settings ###############
32+
## Omron:
33+
## speed: 10.0
34+
## lift_speed: 30.0
35+
## samples: 9
36+
## samples_result: median
37+
## sample_retract_dist: 0.5
38+
## samples_tolerance: 0.006
39+
## samples_tolerance_retries: 10
40+
## y_offset: 25.00
41+
########################################################
42+
## Super Pinda:
43+
## speed: 7.5
44+
## lift_speed: 30.0
45+
## samples: 6
46+
## samples_result: median
47+
## sample_retract_dist: 0.8
48+
## samples_tolerance: 0.005
49+
## samples_tolerance_retries: 10
50+
## y_offset: 25.00
51+
########################################################
52+
## MagProbe Klicky
53+
## speed: 7.5
54+
## lift_speed: 30.0
55+
## sample: 5
56+
## samples_result: median
57+
## sample_retract_dist: 0.8
58+
## samples_tolerance: 0.005
59+
## samples_tolerance_retries: 10
60+
## y_offset: 19.75
61+
## z_offset: 6.42 ;not needed since a Endstop is used
62+
############### Different Probe Settings ##############
63+
64+
#.................................................................................................................
65+
[probe]
66+
# Euclid_Probe
67+
## Euclide Probe on Stop_7 of Octopus Pro Board
68+
## see https://euclidprobe.github.io/03_btt.html#octopus-commissioning
69+
pin: ^PG15
70+
x_offset: 0.500
71+
y_offset: 23.000
72+
z_offset = 4.755 # Z-Offset / First Layer (larger number = closer to bed surface)
73+
speed: 7.5
74+
lift_speed: 15.0
75+
samples: 3 ; For my bed meshes
76+
##samples: 1 ; For Thermal Profiling tests
77+
samples_result: median
78+
sample_retract_dist: 2
79+
# The distance (in mm) to lift the toolhead between each sample (if
80+
# sampling more than once). The default is 2mm.
81+
samples_tolerance: 0.005
82+
#samples_tolerance: 0.01 ;for my bed meshes
83+
##samples_tolerance: 0.05 ; For Thermal Profiling tests
84+
#samples_tolerance_retries: 15 #20
85+
samples_tolerance_retries: 20
86+
87+
#####################################################################
88+
# Disable Heater while probing
89+
#####################################################################
90+
#[homing_heaters]
91+
#steppers: stepper_z, stepper_z1, stepper_z2, stepper_z3
92+
#heaters: extruder

0 commit comments

Comments
 (0)