Kossel Magnetic Effector by Debio 3d model
3dmdb logo
Thingiverse
Kossel Magnetic Effector by Debio

Kossel Magnetic Effector by Debio

by Thingiverse
Last crawled date: 3 years, 1 month ago
This is my WIP Kossel effector for magnetic arms with ball-studs and an E3D v6. It also features a Y-joint built into the effector mounting bracket to allow for single nozzle dual extrusion.
Note that while the preview screenshot contains a fan, I haven't finished that mount yet.
Here's the gcode I use for tool change in Simplify 3d:
;BEGIN TOOL CHANGE
G92 E0
G1 E-9 F[toolchange_retract_speed] ; retract previous tool
G91
G1 Z5 F[travel_speed] ; lift
G90
G1 E-40 F300
G1 E-[toolchange_retract_distance] F[toolchange_retract_speed]
T[new_tool] ; switch to new tool and offsets
G1 X[next_position_x] Y[next_position_y] F[travel_speed] ; move to next printing location
G92 E0
G1 E[toolchange_prime_distance] F1800 ; prime new tool
G92 E0
G1 Z[next_position_z] F[travel_speed]
;END TOOL CHANGE
Note that this absolutely requires a priming tower.
The key insight in the gcode is to do a normal retraction, a slow retraction to let the filament cool rather than making a long tail, then a long and fast retraction to get it all the way up the Y-joint. It's a balance - if you retract too quickly, you get a long tail on the filament and jam. If you retract too slowly, you get blobs.
In this case, my retraction distance is 8mm, my retraction speed is 40mm/sec, my toolchange retraction distance is 90mm, and my toolchange retraction speed is 50mm/sec.

Tags