Hello guys,
i bought very cheap Duet board but i cannot find any documentation for this. Is someone familiar with this board? do you guys have manual for it? thank you.
Best posts made by dank0
-
Unknown Board (probably some clone)
-
RE: I cannot make this work :-(
@t3p3tony I heat it up to 195C, measure 11cm, extruded 10cm with G1 E100 F60 and measure the rest and calculate. It extrudes perfect amount and keep 1CM. I think the e-steps are ok. I will try disable the bed compensation and let you know. thanks
-
RE: Unknown Board (probably some clone)
@oliof I am living in Shenzhen (I am not chinese), China and i saw this board in the used electronic store - it cost $10 CAD. So i was wondering if is somehow usable - I have two Vorons 2.4 and one Creality CR6-SE printer. I am planing to build one more printer so i was thinking to use this board with reprap to just see what it can do
-
RE: I cannot make this work :-(
@fcwilt Thanks for the bed.g example - it works nicely
-
RE: Unknown Board (probably some clone)
@oliof M115 returns:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.4.5 ELECTRONICS: Duet WiFi 1.0 or 1.01 + DueX5 FIRMWARE_DATE: 2022-11-30 19:36:12 -
RE: I cannot make this work :-(
Hey guys, thanks for the help - I am finally printing
I have one more thing that bothers me. CURA
it prints the first 4 bottom and top 4 layers (solid ones) in proper speed, but areas where is just walls and infill are terrible slow. all my speeds in the Cura are set way higher, but the print is slow. Maybe someone had same issue before and know the solution. I also tried Simplify3D with same results.My G-code flavor is Reprap
My Cura start code isM140 S50 M190 S50 M116 G28 M400 T0 ; Select the tool G29 S1 ; Load Mesh coordinates M82 ; Absolute extrusion mode M140 S{material_bed_temperature_layer_0} ;Start heating bed M190 S{material_bed_temperature_layer_0} ;Wait for bed to reach temp before proceeding M104 S{material_print_temperature_layer_0} ;Start heating extruder M109 S{material_print_temperature_layer_0} ;Wait for extruder to reach temp before proceeding M98 P/sys/start_print.g
thanks for your time