April 11, 2021
Description
Update V4:
First of all sorry for now answering any comments and not updating sooner, I have new parts and have been tested for a couple of month now and they work fine. The main change is that I moved from Captive nuts to metal insert improving much the install experience plus modifying other tolerances and thickness. I'm using M3 X D5.0 X L4.0
Link: https://es.aliexpress.com/item/4000232858343.html?spm=a2g0s.9042311.0.0.274263c0sqE5MU
They work great and they don't fall when installing, just be careful not to overtighten.
Update to V3:
Moved the hotend closer to original position, only a offset of 0.625mm in the way, V1 was 6.625mm. add
Other changes for better mounting and looks ;)
Added a body for using as a modifier if you want to show some infill (in red on the pictures)
Use gcode M301 P24 I2.14 D67.2 before heating to set PID for Dragon (tuned with 12 cycles at 215c with silicon sock)
Use gcode M206 Y-0.625 for Dragon offset, place right after mesh bed leveling.
Print the mount flat on the side that faces the fan and the fan spacer flat on the side that faces the mount as per pictures (add support only to arc on fan spacer)
Tested and working fine
3mf, .step and .f3d added.
___________________________________________________________
My current start gcode for v3 and v4:
G90 ; use absolute coordinates
M83 ; extruder relative mode
M301 P24 I2.14 D67.2
M104 S170 ; set extruder temp for bed leveling
M140 S[first_layer_bed_temperature] ; set bed temp
M109 R170 ; wait for bed leveling temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
G28 ; home all without mesh bed level
G29 ; mesh bed leveling
M206 Y-0.625 ; Drangon offset
M104 S[first_layer_temperature] ; set extruder temp
G92 E0.0
G1 Y-2.0 X179 F2400
G1 Z3 F720
M109 S[first_layer_temperature] ; wait for extruder temp
; intro line
G1 X170 F1000
G1 Z0.2 F720
G1 X110.0 E8.0 F900
G1 X40.0 E10.0 F700
G92 E0.0
M221 S95 ; set flow
_____________________________________________________________________
Original post:
Mount for the Dragon hotend remixed from the mosquito mount, I haven't test on the machine but I did mount the hotend on a test PLA print and it works very well.
Make sure to add the right back screw before mounting the fan spacer or it wont go in later.
Tighten the fan before fully tightening the top 4 screws.
it uses the standard x carriage
Print both on ABS, PC, Nylon, ASA or other temp resistant filament, personally I will use CF-ABS.
License:
GNU General Public License v3.0
7