Aller au contenu

Imprimante 3D D-Bot Core-XY

Publicité
?
Qualité du make : 0/5 (0 votes)
Évaluation des membres sur la qualité de l’impression 3D, du post-traitement, de la photo, etc.


Date de publication 2024-05-18 à 2h24
?
Publié sur Thingiverse le : 2016-06-18 à 1h54
Maker
Fichier 3D
Publicité

Description du Make

Thanks for making this - it was an awesome project.

Slight modifications: Added additional piece of rail connecting the Z platform to the front rails.

24v Silicon heating pad, 300x300 aluminum plate with borosilicate glass and PEI on top.
Duet Controller with Due

I originally printed all parts with PLA on a Mendel then used the D-Bot to reprint everything in PET.

Still working on some enclosures for the electronics.

BOM:

E3DV6 http://www.filastruder.com/products/all-metal-e3d-v6-hotend
Duet 0.8.5 http://www.filastruder.com/collections/electronics/products/duet-controller-v0-8-5
Due + 4.3 Inch Screen http://www.filastruder.com/collections/electronics/products/due
TP-Link Router https://www.amazon.com/gp/product/B007PTCFFW/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
Auber 100A DC-DC Relay http://www.auberins.com/index.php?main_page=product_info&ath=2_30&products_id=288
LulzBot 300x300 Bed Plate Mount https://www.lulzbot.com/store/parts/300-x-300mm-bed-plate-mount
LulzBot 300x300 Borosilicate Glass Sheet https://www.lulzbot.com/store/parts/borosilicate-glass-bed-300mm-x300mm
LulzBot 300x300 Silicon Bed Heater https://www.lulzbot.com/store/parts/24v-silicone-heater
LulzBot 300x300 PEI Sheet https://www.lulzbot.com/store/parts/lulzbot-taz-pei-sheet
12” x 12” Cork Board https://www.amazon.com/gp/product/B0018DHBAK/ref=oh_aui_search_detailpage?ie=UTF8&psc=1
3M 468 https://www.amazon.com/gp/product/B007Y7D5NQ/ref=oh_aui_search_detailpage?ie=UTF8&psc=1
12V PSU Not sure where it was sourced from
24V PSU https://www.lulzbot.com/store/parts/24vdc-15a-360w-power-supply
The above PSU ended up burning out.

I replaced it with this: https://www.amazon.com/gp/product/B019RNKV5E/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
Automotive LED Strips https://www.amazon.com/gp/product/B018SBDGAS/ref=oh_aui_detailpage_o07_s00?ie=UTF8&psc=1
IEC Connector + Switch https://www.amazon.com/gp/product/B00N41D5Z4/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1
10A Fuses https://www.amazon.com/gp/product/B00U8CNLIS/ref=oh_aui_detailpage_o04_s01?ie=UTF8&psc=1
Small Toggle Switches https://www.amazon.com/gp/product/B008LT3O14/ref=oh_aui_detailpage_o01_s03?ie=UTF8&psc=1
Small Cable Ties https://www.amazon.com/gp/product/B0002GX1XA/ref=oh_aui_detailpage_o04_s01?ie=UTF8&psc=1
Misc Wire https://www.amazon.com/gp/product/B00NB3SYGK/ref=oh_aui_detailpage_o04_s01?ie=UTF8&psc=1
Black Hose Tube https://www.amazon.com/gp/product/B00VG9SPHY/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1

All of the screws from Mr. Metric listed in spauda01’s BOM + extras needed for second half of Z-axis lift.

config.g:

; CoreXY sample config file for dc42 Duet firmware7

M111 S0 ; Debug off
M550 PAluminum Monster ; Machine name (can be anything you like)
M551 Pxxxxxxxxxx ; Machine (used for FTP connections)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P10.10.10.90 ; IP address (0 = use DH)
M554 P10.10.10.254 ; Gateway
M553 P255.255.255.0 ; Netmask
M555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Comms parameters for Due

G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves

; Machine configuration
;M569 P0 S0 ; Drive 0 goes forwards (change to S0 to reverse it) //X or Y
M569 P0 S0
M569 P1 S1 ; Drive 1 goes forwards //X or Y
M569 P2 S1 ; Drive 2 goes forwards //Z Motor
M569 P3 S1 ; Drive 3 goes forwards
M569 P4 S0 ; Drive 4 goes forwards
; If you use an endstop switch for Z homing, change Z0 to Z1 in the following line, and see also M558 command later in this file
;M574 X1 Y1 Z1 S0 ; set endstop configuration
M574 X1 Y2 Z1 S0
;M574 X2 Y1 Z1 S0
M667 S1 ; set CoreXY mode
M92 X100 Y100 Z400 ; Set axis steps/mm
M906 X500 Y500 Z800 E400 ; Set motor currents (mA)
M201 X2000 Y2000 Z100 E4000 ; Accelerations (mm/s^2)
M203 X30000 Y30000 Z300 E1500 ; Maximum speeds (mm/min)
M566 X600 Y600 Z24 E300 ; Maximum jerk speeds mm/minute
M208 X270 Y260 Z265 ; set axis maxima (adjust to suit your machine)
M208 X0 Y-10 Z0 S1 ; set axis minima (adjust to make X=0 and Y=0 the edges of the bed)

; Z probe
M558 P1 X0 Y0 Z1 ; Analog Z probe, also used for homing the Z axis

; Tool definition
M563 P0 D0 H1 ; Define tool 0
M301 H1 P39.54 I4.43 D88.26 ; Example PID Settings
M143 S285
G10 P0 X0.0 Y0.0 Z0.0 S0 R0 ; Set tool 0 operating and standby temperatures
M92 E138.4336 ; Set extruder steps per mm (single nozzle)

; Thermistors and heaters
;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands
; You can also use S and B parameters to define the parameters of the thermistors you are using
M305 P0 T100000 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P2 R1000 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction

T0 ; select first hot end

bed.g:

M561 ; clear any existing bed transform
G31 X-27 Z2.04 P500
G30 P0 X10 Y10 Z-99999
G30 P1 X10 Y250 Z-99999
G30 P2 X270 Y250 Z-99999
G30 P3 X270 Y10 Z-99999
G30 P4 X150 Y130 Z-99999 S0

homeall.g:

; homeall file for use with dc42 Duet firmware on CoreXY printers
; This file assumes the endstop switches are at the low end of each axis.
; Reverse the X and Y movement for high-end switches.
; Adjust the bed upper and lower limits in config.g (M208 commands) to get the correct homing positions

G91 ; relative mode
G1 S1 X-240 Y260 F3000 ; course home X or Y
G1 S1 X-240 ; course home X
G1 S1 Y260 ; course home Y
G1 X4 Y-4 F600 ; move away from the endstops
G1 S1 X-10 ; fine home X
G1 S1 Y10 ; fine home Y

; If you are using a microswitch for Z homing, insert similar code for the Z axis here,
; but use lower feed rates suitable for your Z axis.

; Switch
;G90 ; back to absolute mode
;G1 Z-300 F200 S1
;G91
;G1 Z4 F100
;G90
;G1 Z-5 F100 S1

;IR
G91
G1 Z5 F200
G90
G1 X45 Y260 F600
G30
G1 Z0 F200

; If you homed the Z axis using an endstop switch, you can insert a G92 command here to correct the height.

homez.g:

G91
G1 Z5 F200
G90
G1 X45 Y260 F600
G30
G1 Z0 F200

Vous rencontrez un souci avec ce Make ? Signaler un problème.

Autres makes du même modèle 3D

Ajouter un commentaire