Prusa MK3S MMU2S purge bucket _OBSOLETE

Please go to Remix. A new version is available.
19
80
0
4576
updated January 12, 2020

Description

PDF

Please go to Remix. A new version is available.(https://www.prusaprinters.org/fr/prints/50588-prusa-mk3s-mmu2s-purge-bucket-_new-version)

////////////////////////////////////////////////////////
2 versions disponibles / 2 versions available:

  • Version 1 : Holder + Jammer (nécessite 1 vis M3x16 et un écrou M3 / need 1 screw M3x16 and 1 nut M3)

  • Version 2 : Holder seul / Holder only (pas de vis, pas d'écrou / no screw, no nut)
    Attention : Version 2 pas testée / Warning : Version 2 not tested.

    N'hésitez pas à laisser un commentaire si quelque chose ne va pas.
    Don't hesitate to comment if something doesn't work.

VERSION FRANCAISE : (English version below)

Basé sur https://gitlab.com/gnat.org/originalprusa/tree/master/devices/mmu2/bucket avec quelques modifications.

Liste de matériel :
Version 1 : 2 vis M3x20, 1 écrou M3, 1 élastique, scotch aluminium
Version 2 : 1 vis M3x20, 1 élastique, scotch aluminium

Pensez à désactiver la détection de crash! (ou optimiser l'approche de la vis pour ne pas faire d'à coup)

Choisissez la rampe que vous voulez ! Elles sont ajustées pour Original PRUSA i3 MK3 SideBoxes (https://www.thingiverse.com/thing:3127483)

Le gcode pour le changement d'outil est dispo tout en bas.
il est largement inspiré du gcode fait par Patrice Beffrey pour le Retractable Mechanism Purge conçu par BigBrain3D (https://www.thingiverse.com/thing:4083836)

Gcode Changement d'outil / Tool change

;*avant changement d outil
M106 S0 ;eteindre le ventilateur
G92 E0 ;eteindre la retraction
G1 E-0.8 F2100 ;retracter
G1 Y100 F12000 ;rompre le filament avant lever
G1 X200 F12000 ;deplacer la tete en position

G91;changement en position relative
{if layer_z < 20.0}
G1 Z20; levage en Z si plus bas que 20 mm
{endif}

G90;passage en position absolu

G4 S0 ;nettoyer le mouvement du buffer
G1 X240 F12000 ;deplacer la tete en zone de purge
G1 X250 F2000
G1 X254 F1000 ;etendre le sceau
;*fin du gcode de changement de pre-outil

; Commencer le nettoyage du filament avant extraction
; material : PLA
;--------------------;
M220 B ; eteindre aux v1.0.5
M220 S100 ; changement d'outil dechargement

;si vous avez un probleme de pointe c est ici qu il faut modifier

G1 E-15.0000 F6000; retracter -15mm a une vitesse de 6000
G1 E-24.5000 F1200; retracter -24.5mm a une vitesse de 1200
G1 E-7.0000 F600; retracter -7mm a une vitesse de 600
G1 E-3.5000 F360; retracter -3.5mm a une vitesse de 360

{if layer_num == 1}
M104 S215; regler la temperature de l extrudeur a 215 degres - first layer
{endif}
{if layer_num > 1}
M104 S210; regler la temperature de l extrudeur a 210 degres - autres layers
{endif}

G1 E20.0000 F339 ; extruder 20mm a une vitesse de 339
G1 E-20.0000 F226; extruder -20mm a une vitesse de 226
M73 Q43 S3; extruder 20mm a une vitesse de 339
M73 P43 R3; indiquer au micro logiciel pourcentage en mode normal 43 et temps restant dans cette position 3
G1 E-35.0000 F2000; retracter -35mm a une vitesse de 2000
G4 S0; mettre la machine en pause

;fin de modification de l action sur les pointes

;---------------;

T{next_extruder} ;changement d outil

;*commencer la purge apres le changement d outil
M107 ;eteindre le ventilateur
G92 E0 ;reinitialiser la position de l extrusion
G1 E12 F400 ;prise en charge filament
G1 E60 F1000 ;acceleration pour descente dans buse
G1 E50 F200 ;purge de la buse
M106 S255 ;allumer le ventilateur
G4 S2 ;refroidir la boule S12
G92 E0 ;reinitialiser la position de l extrusion
G1 E-1.8 F2100 ;retracter pour eviter le suintement -1.8
M107 ;eteindre le ventilateur
G1 X240 F1000 ;ranger le sceau
G1 X200 F12000 ;ranger le sceau

;*fin du gcode de purge d outil

ENGLISH VERSION :

Based on https://gitlab.com/gnat.org/originalprusa/tree/master/devices/mmu2/bucket with some modifications.

BOM :
Version 1 : 2 screws M3x20, 1 nut M3, 1 rubber band, aluminium tape
Version 2 : 1 screw M3x20, 1 rubber band, aluminium tape

Disable crash detection! (or optimize collision with screw)

Choose ramp as you want ! They are fitted for Original PRUSA i3 MK3 SideBoxes (https://www.thingiverse.com/thing:3127483).

Gcode for tool changes is available below.
It's inspired from gcode done by Patrice Beffrey for the Retractable Mechanism Purge designed by BigBrain3D (https://www.thingiverse.com/thing:4083836)

Gcode Tool change

;*before tool change
M106 S0 ;turn off fan
G92 E0 ;turn off retraction
G1 E-0.8 F2100 ;retract
G1 Y100 F12000 ;break filament before lifting
G1 X200 F12000 ;move head to position

G91;change in relative position
{if layer_z < 20.0}
G1 Z20; z-lift if lower than 20 mm
{endif}

G90;transition to absolute position

G4 S0 ;clean up buffer movement
G1 X240 F12000 ;move head to purge area
G1 X250 F2000
G1 X254 F1000 ;extend the buscket
;*end of pre-tool change gcode

; Start cleaning the filament before extraction
; material : PLA
;--------------------;
M220 B ; turn aux v1.0.5
M220 S100 ; change of loading tool

;if you have a problem of peak it is here that it is necessary to modify

G1 E-15.0000 F6000; retract -15mm at a speed of 6000
G1 E-24.5000 F1200; retract -24.5mm at a speed of 1200
G1 E-7.0000 F600; retract -7mm at a speed of 600
G1 E-3.5000 F360; retract -3.5mm at a speed of 360

{if layer_num == 1}
M104 S215; set the extruder temperature to 215 degrees - first layer
{endif}
{if layer_num > 1}
M104 S210; set the extruder temperature to 210 degrees - other layers
{endif}

G1 E20.0000 F339 ; extrude 20mm at a speed of 339
G1 E-20.0000 F226; extrude -20mm at a speed of 226
M73 Q43 S3; extrude 20mm at a speed of 339
M73 P43 R3; indicate to the firmware percentage in normal mode 43 and time remaining in this position 3
G1 E-35.0000 F2000; retract -35mm at a speed of 2000
G4 S0; pause the machine

;end of modification of the action on the spikes

;---------------;

T{next_extruder} ;tool change

;*start the purge after changing the tool
M107 ;turn off fan
G92 E0 ;reset the position of the extrusion
G1 E12 F400 ;filament support
G1 E60 F1000 ;acceleration for nozzle loading
G1 E50 F200 ;nozzle purge
M106 S255 ;turn on fan
G4 S2 ;cool the filament
G92 E0 ;reset the position of the extrusion
G1 E-1.8 F2100 ;retract to avoid seepage
M107 ;turn off fan
G1 X240 F1000 ;buscket go back home
G1 X200 F12000 ;buscket go back home

;*end of tool purge gcode

Print instructions

Category: 3D Printer Accessories Print Settings

Printer Brand: Prusa

Printer: I3 MK3S

Rafts: No

Supports: Yes

Resolution: 0.2

Infill: 15

Filament: Prusament PETG Orange

Tags



Model origin

The author marked this model as their own original creation. Imported from Thingiverse.

License


Highlighted models from creator

View more