Skip to content

Commit fcc647a

Browse files
DrDespa1rKiloQubit
andauthored
MiniAB Pinda Probe Mount (VoronDesign#535)
* Create readme.md * Add files via upload * Delete Cowling_Dragon_v3.stl * Create readme.md * Add files via upload * Update readme.md * Create readme.md * Add files via upload * Update readme.md * Update readme.md * Create readme.md * Add files via upload * Update readme.md * Pinda Probe mount for the miniAB toolhead. * Rename printer_mods/MrDespair/readme.md to printer_mods/MrDespair/MiniAB_Pinda/readme.md * File Organization File Organization so that it's actually in a subfolder * Update readme.md Added some printer.cfg info. * Update README.md Added my mod's info to the table. * Delete Cowling_Dragon_v3.stl Replacing this with an STL that has the correct orientation. * Add files via upload Reuploading the STL with it oriented in the correct orientation to print easily. * Add files via upload Add a picture of the mount in action. * Update readme.md Adding one more picture to the readme * Update README.md Added ❌ to the Trident Column. * Update readme.md Changed VO.1 to V0.1 * Update Cowling_Dragon_v3.stl Repaired manifold errors (and then confirmed that it opens without errors). Co-authored-by: KiloQubit <69389593+KiloQubit@users.noreply.github.com>
1 parent 474d422 commit fcc647a

14 files changed

+60173
-0
lines changed
Loading

printer_mods/MrDespair/MiniAB_Pinda/CAD/Cowling_Dragon_v3.step

+60,108
Large diffs are not rendered by default.
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here are some .step files in case you want to modify things. Good luck!
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here are some pictures to enjoy!
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Files to print
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
Mini Afterburner Pinda Probe Mount
2+
==============================
3+
4+
A modified dragon toolhead cowling to mount a pinda (or superpinda, or vinda) probe to your V0.1! (Mosquito will come someday if I get this working).
5+
6+
BOM
7+
---
8+
9+
- 1x Some kind of Pinda probe. Looking for something that's about 8mm diameter. Ideally you'd get a superpinda or vinda probe, the temperature drift with a standard style pinda v2 probe is wild and makes it hard to use if you don't preheat your chamber (in addition to your bed and hotend!).
10+
- 1x M2x8 self tapping screw. Head is countersunk for a Flat Head style screw, but a BHCS should work too, there's clearance for it to stick out.
11+
- Everything else you'd need for a standard Dragon MiniAB toolhead.
12+
13+
14+
Instructions
15+
------------
16+
17+
- Print the new toolhead
18+
- Install it on your V0.1, I wired up the ground and signal pin to my z-endstop port and the 5v to the bltouch port on my skr mini e3 v2.
19+
- Install the pinda probe and tighten it down and follow the probe calibrate guide here: https://www.klipper3d.org/Probe_Calibrate.html
20+
- My offsets wound up being x_offset: -30.7 and y_offset: -13, but you should double check on your own machine just to be safe!
21+
- I've been using just the superPinda as my endstop and bedmesh using the following settings in my printer.cfg:
22+
23+
```
24+
[probe]
25+
pin: PC14
26+
#z_offset: 2.345
27+
x_offset: -30.7
28+
y_offset: -13
29+
samples: 3
30+
speed: 100
31+
samples_tolerance: 0.010
32+
samples_tolerance_retries: 4
33+
34+
[bed_mesh]
35+
speed: 250
36+
horizontal_move_z: 5
37+
mesh_min: 15,10
38+
mesh_max: 89, 105
39+
#mesh_pps: 2,3
40+
move_check_distance: 3.0
41+
split_delta_z: .01
42+
probe_count: 5,5
43+
algorithm: bicubic
44+
relative_reference_index: 12
45+
46+
# ~~~probe homing~~~
47+
[safe_z_home]
48+
home_xy_position: 60,60
49+
speed: 100
50+
z_hop: 15
51+
z_hop_speed: 5
52+
```
53+
54+
55+
Images
56+
------
57+
![CAD](Images/CAD1.png)
58+
![CAD](Images/cad2.png)
59+
![CAD](Images/cad3.png)
60+
![CAD](Images/ProbeInAction.jpg)
61+

printer_mods/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ like so:
209209
|Mosher|[Door hinges with M3 screws shafts](./mosher/m3_door_hinges) |Simple mod of print in place door hinges, which uses m3 screws as shafts. |:x:|:x:|:heavy_check_mark:|:x:|
210210
|mpfl |[V0.1 OLED-skirt](./mpfl/V0.1_skirt_OLED) |V0.1 skirt with 0.96" OLED|:heavy_check_mark: |:x: |:x: |:x:|
211211
|MrBean66| [SKR Pro DIN Mount](./MrBean66/SKR_PRO_Mount/) |Simple mod to mount the SKR Pro board from BTT to a DIN rails. |:x:|:heavy_check_mark:|:heavy_check_mark:|:x:|
212+
|MrDespair| [MiniAB Pinda Probe Mount](./MrDespair/MiniAB_Pinda/) |Replacement MiniAB Cowling to add a mount for a Pinda style probe. |:heavy_check_mark:|:x:|:x:|:x:|:x:|
212213
|MSiemons| [Tophat Hinge V0](./MSiemons/TophatHingeV0.1)| Simple hinge for V0 Tophat |:heavy_check_mark:|:x:|:x:|:x:|
213214
|Nashuar|[V0 Dragon Toolhead M2.5x8](./Nashuar/V0_Dragon_ToolheadStockScrews) |This toolhead uses the stock M2.5 screw that came with the dragon hotend |:heavy_check_mark:|:x:|:x:|:x:|
214215
|natewalck |[V1.8 Jigs](./natewalck/v1.8_Jigs) |Jigs for assembling V1.8 |:x: |:heavy_check_mark: |:x: |:x:|

0 commit comments

Comments
 (0)