Could you share your config.g?
Posts made by toddel
-
RE: Bear Prusa with Duet3 mini 5
-
RE: Stealthchop Tuning auf Deutsch
Thanks/Danke
Is there a plan/howto/manual, how to set up and fine tune a printer from zero?
Accel, jerk, PA, Input Shaping, Currents etc etc etc? For every possible tuneable setting…
To get a very decent print and perfect benchy
-
Duet 3 mini 5 and Octoprint- Over sbc wiring?
Hi guys.
Is a Connection via ribbon cable from duet mini to Raspberry possible or only over usb?
I have a mini5 in sbc mode, if i use it in standalone, is a Connection over that cable possible?
-
Stealthchop Tuning auf Deutsch
Hallo...
ich schreibe hier auf Deutsch, weil ich die ganzen englischen Anleitungen zwar verstehe, aber irgendwie auch nicht. Da werden mir irgendwelche Parameter vorgeklatscht, mit denen ich nichts anfangen kann.
Kann mir jemand erklären oder ein Tutorial zeigen, wie ich den Stealthchop einstelle? Bislang hört sich Z ziemlich laut an.
Vielen Dank vorab...
-
Upgrade Mini 5 + to latest...
Hi...
Pretty new to the mini 5 wifi. I run it in sbc mode on V3.3 now.
How to upgrade to the latest 3.4 beta?
"unstable feed on the Duet3D package server" - what does that mean? Is there a manual for that?
Thanks in advance
-
RE: Mini 5+ and SBC Power
@paulhew Thanks...
Do you have a source wich pins are needed?
-
RE: Mini 5+ and SBC Power
@paulhew Interesting, can you share a picture?
-
Mini 5+ and SBC Power
Hi...
soon i get my Duet3 Mini 5+ and i have a Pi3b+ in my setup. For now i power the pi with a stepdown to the GPIO Pins. When i connect the Duet Ribbon the pins are hidden... The Duet can not power the pi.
Are the first 2 Lines in the ribbon cable for 5v and ground? So i could cut the two lines on the Duet side and put them in the Stepdown? Anybody did that already? I don't want to power via USB Connector (optic ;)).
Or could i leave the Ribbon Cable as is and solder cables for + and - on the bottom of the gpio Connectors on the pi?
-
RE: IDEX Printer - And now?
I have it printing! Nice and sweet...
I created a macro (PrintInCopyMode)
M563 P2 D0:1 H1:2 X0:3 F1:1 ; tool 2 uses both extruders and hot end heaters, maps X to both X and U, and uses both print cooling fans G10 P2 X0 Y0 U-150 S0 R0 ; set tool offsets and temperatures for tool 2 M567 P2 E1:1 ; set mix ratio 100% on both extruders
I have Tool 0, 1 and then the new one here... Is it possible to delete T0 and 1 before? So i could switch between both modes...
Edit:
Found it:
M563 P0 D-1 H-1
M563 P1 D-1 H-1So a Macro with:
M563 P0 D-1 H-1 M563 P1 D-1 H-1 M563 P0 D0:1 H1:2 X0:3 F1:1 S"CopyMode"; tool 2 uses both extruders and hot end heaters, maps X to both X and U, and uses both print cooling fans G10 P0 X0 Y0 U-150 S0 R0 ; set tool offsets and temperatures for tool 2 M567 P0 E1:1 ; set mix ratio 100% on both extruders
would create just the CopyTool with a click on this macro... Vice Versa from CopyMode to normal...
M563 P0 D-1 H-1 M563 P1 D-1 H-1 M563 P2 D-1 H-1 M563 P3 D-1 H-1 M563 P0 D1 H1 F0 S"E1" ; Tool0 uses Extruder0, Heater1 and Fan0 M563 P1 D0 H2 X0 F2 S"E2" ; Tool1 uses Extruder1, Heater2 and Fan2. X-axis is mapped to U G10 P0 X0 Y0 Z0 R0 S0 ; Set Tool0 axis offsets and temperatures G10 P1 X0 Y0 Z0 R0 S0 ; Set Tool1 axis offsets and temperatures
Works as it should... Nice!
-
RE: Tuning Macros Menus (Accel, Jerk, Retraction, Pressure Advance)
I'm pretty new to this...
Is there a howto or manual how to set up these values? Including testfiles and informations what to tune?
-
IDEX Printer - And now?
Hey guys...
i built a IDEX Printer.. .So far, so good
It has a Duet2Wifi latest FW and a DUEX5. Setup seems finished, all axis are working as they should... Printing with left Extruder is fine...
But what now?
I read this: https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian
But i understand - not much...
What do i need to print
a) mirror and
b) copy?Currently i use prusaslicer. Can i use these modes there? Or a new slicer?
Any IDEX User out there?
Thanks a lot!!!
; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"VCast" ; Set machine name M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Drive 0 (U) goes backwards M569 P1 S0 ; Drive 1 (X) goes forwards M569 P3 S0 ; Drive 3 (E1) goes backwards M569 P4 S0 ; Drive 4 (E2) goes backwards M569 P8 S1 ; Drive 5 (Z2) goes forwards M569 P9 S0 ; Drive 6 (Y) goes forwards M569 P7 S1 ; Drive 7 (Z1) goes forwards M584 X1 U0 Y9 Z8:7 E3:4 ; Driver 3=X, 1=Y, 2+4=Z, 5+6=E0+E1 M92 X80 Y160 Z400 U80 E823 ; Set steps/mm M350 X16 Y32 Z16 U16 E32 I1 ; Configure micro-stepping with interpolation for all drives M203 X18000 Y18000 Z18000 U18000 E3600 ; Set maximum speeds (mm/min) M201 X500 Y500 Z100 U500 E10000 ; Set accelerations (mm/s^2) M566 X600 Y600 Z60 U600 E1200 ; Set maximum instantaneous speed changes (mm/min) M906 X2000 Y2000 Z2000 U2000 E500 I25 ; Set motor currents (mA) and motor idle factor in per cent M84 S10 ; Set idle timeout ;PanelDue M575 P1 S1 B57600 ; Axis Limits ;M208 X-51.80 Y-26.00 Z0 U5 S1 ; Set axes minima M208 X-51.80 Y-29.00 Z0 U0 S1 ; Set axes minima ;M208 X300 Y320 Z300 U361.20 S0 ; Set axes maxima M208 X300 Y304 Z270 U356.20 S0 ; Set axes maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 U2 S3 ; configure sensorless endstop for low end on X M574 Y1 S3 ; configure sensorless endstop for low end on Y M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; BLTouch Z-Probe M574 Z1 S2 ; Define Z endstop at a probe M558 P9 C"^zprobe.in" H10 F480 T12000 A1 ; Set Z probe to BLTouch, 5mm dive at 8mm/s, 5 attempts M950 S0 C"duex.pwm5" ; Create a servo pin on Duex PWM5 header G31 P25 X-29.75 Y-14.50 Z3.77 ; Set Z probe trigger value, nozzle offsets, and trigger height M557 X35:270 Y25:295 P7:7 ; Define a 10x10 bed mesh ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 C0 R4700 ; Define Sensor0 as the heated bed temperature M950 H0 C"bedheat" T0 ; Define Heater0 as the heated bed, bind to Sensor0 M140 H0 P0 ; Define Heated Bed M307 H0 A378.7 C518.9 D2.3 S1.00 V24.2 ; PID Tuning for Heater0 (Bed) M143 H0 S120 ; Set temperature limit for Heater0 to 120C M308 S1 P"e0_temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E0 temperature sensor M950 H1 C"E0Heat" T1 ; Define Heater0 as Extruder1 heater, bind to Sensor1 M307 H1 A358.8 C172.6 D4.9 S1.00 V24.1 ; PID Tuning for Heater1 M143 H1 S285 M308 S2 P"e1_temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E1 temperature sensor M950 H2 C"E1Heat" T2 ; Define Heater1 as Extruder2 heater, bind to Sensor2 ;M307 H2 A358.8 C172.6 D4.9 S1.00 V24.1 ; PID Tuning for Heater2 M143 H2 S285 ; Fans M950 F0 C"fan0" Q1 ; Define Fan0 for T0 Part Cooling M106 P0 S0 H-1 C"X1 Part Cooling" ; Set Fan0 to default off, manual control M950 F1 C"fan1" ; Define Fan1 for T0 Hotend cooling M106 P1 S1 H1 T45 C"Hotend1" ; Set Fan1 to Thermostatic control, max RPM at 45C M950 F2 C"duex.fan3" Q1 ; Define Fan0 for T0 Part Cooling M106 P2 S0 H-2 C"X2 Part Cooling" ; Set Fan0 to default off, manual control M950 F3 C"duex.fan4" ; Define Fan1 for T0 Hotend cooling M106 P3 S1 H2 T45 C"Hotend2" ; Set Fan1 to Thermostatic control, max RPM at 45C ; Tools M563 P0 D1 H1 F0 S"E1" ; Tool0 uses Extruder0, Heater1 and Fan0 M563 P1 D0 H2 X0 F2 S"E2" ; Tool1 uses Extruder1, Heater2 and Fan2. X-axis is mapped to U G10 P0 X0 Y0 Z0 R0 S0 ; Set Tool0 axis offsets and temperatures G10 P1 X0 Y0 Z0 R0 S0 ; Set Tool1 axis offsets and temperatures ; Additional Settings M671 X-93:393 Y150:150 S5.0 ; Define Z-axis leadscrew positions for G32 M404 N1.75 ; Define filament diameter for print monitor T0 ; Activate T0 by default
-
RTSP Camera Stream instead of mjpeg?
Hi.
I have a hard time to find a small wifi cam for my Duet... Mostly they only have Rtsp stream but no mjpeg or they are expensive...
So is there maybe a plugin to integrate the rtsp stream? I have a Tapo C100...
-
RE: IDEX U Homing?
; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ; Network M550 P"VCast" ; Set machine name M552 S1 ; Enable network M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S0 ; Drive 0 (U) goes backwards M569 P1 S0 ; Drive 1 (X) goes forwards M569 P3 S0 ; Drive 3 (E1) goes backwards M569 P4 S0 ; Drive 4 (E2) goes backwards M569 P8 S1 ; Drive 5 (Z2) goes forwards M569 P9 S0 ; Drive 6 (Y) goes forwards M569 P7 S1 ; Drive 7 (Z1) goes forwards M584 X1 U0 Y9 Z8:7 E3:4 ; Driver 3=X, 1=Y, 2+4=Z, 5+6=E0+E1 M92 X160 Y160 Z400 U160 E823 ; Set steps/mm M350 X32 Y32 Z16 U32 E32 I1 ; Configure micro-stepping with interpolation for all drives M203 X18000 Y18000 Z18000 U18000 E3600 ; Set maximum speeds (mm/min) M201 X500 Y500 Z100 U500 E10000 ; Set accelerations (mm/s^2) M566 X600 Y600 Z60 U600 E1200 ; Set maximum instantaneous speed changes (mm/min) M906 X2000 Y2000 Z2000 U2000 E500 I25 ; Set motor currents (mA) and motor idle factor in per cent M84 S10 ; Set idle timeout ;PanelDue M575 P1 S1 B57600 ; Axis Limits ;M208 X-51.80 Y-26.00 Z0 U5 S1 ; Set axes minima M208 X-51.80 Y-26.00 Z0 U0 S1 ; Set axes minima ;M208 X300 Y320 Z300 U361.20 S0 ; Set axes maxima M208 X300 Y320 Z300 U356.20 S0 ; Set axes maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 U2 S3 ; configure sensorless endstop for low end on X M574 Y1 S3 ; configure sensorless endstop for low end on Y M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; BLTouch Z-Probe M574 Z1 S2 ; Define Z endstop at a probe M558 P9 C"^zprobe.in" H10 F480 T12000 A1 ; Set Z probe to BLTouch, 5mm dive at 8mm/s, 5 attempts M950 S0 C"duex.pwm5" ; Create a servo pin on Duex PWM5 header G31 P25 X-29.75 Y-14.50 Z3.77 ; Set Z probe trigger value, nozzle offsets, and trigger height M557 X35:270 Y25:295 P7:7 ; Define a 10x10 bed mesh ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 C0 R4700 ; Define Sensor0 as the heated bed temperature M950 H0 C"bedheat" T0 ; Define Heater0 as the heated bed, bind to Sensor0 M140 H0 P0 ; Define Heated Bed M307 H0 A378.7 C518.9 D2.3 S1.00 V24.2 ; PID Tuning for Heater0 (Bed) M143 H0 S120 ; Set temperature limit for Heater0 to 120C M308 S1 P"e0_temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E0 temperature sensor M950 H1 C"E0Heat" T1 ; Define Heater0 as Extruder1 heater, bind to Sensor1 M307 H1 A358.8 C172.6 D4.9 S1.00 V24.1 ; PID Tuning for Heater1 M143 H1 S285 M308 S2 P"e1_temp" Y"thermistor" T100000 B4725 C7.06e-8 ; define E1 temperature sensor M950 H2 C"E1Heat" T2 ; Define Heater1 as Extruder2 heater, bind to Sensor2 ;M307 H2 A358.8 C172.6 D4.9 S1.00 V24.1 ; PID Tuning for Heater2 M143 H2 S285 ; Fans M950 F0 C"fan0" Q1 ; Define Fan0 for T0 Part Cooling M106 P0 S0 H-1 C"X1 Part Cooling" ; Set Fan0 to default off, manual control M950 F1 C"fan1" ; Define Fan1 for T0 Hotend cooling M106 P1 S1 H1 T45 C"Hotend1" ; Set Fan1 to Thermostatic control, max RPM at 45C M950 F2 C"duex.fan3" Q1 ; Define Fan0 for T0 Part Cooling M106 P2 S0 H-2 C"X2 Part Cooling" ; Set Fan0 to default off, manual control M950 F3 C"duex.fan4" ; Define Fan1 for T0 Hotend cooling M106 P3 S1 H2 T45 C"Hotend2" ; Set Fan1 to Thermostatic control, max RPM at 45C ; Tools M563 P0 D1 H1 F0 S"E1" ; Tool0 uses Extruder0, Heater1 and Fan0 M563 P1 D0 H2 X0 F2 S"E2" ; Tool1 uses Extruder1, Heater2 and Fan2. X-axis is mapped to U G10 P0 X0 Y0 Z0 R0 S0 ; Set Tool0 axis offsets and temperatures G10 P1 X0 Y0 Z0 R0 S0 ; Set Tool1 axis offsets and temperatures ; Additional Settings M671 X-93:393 Y150:150 S5.0 ; Define Z-axis leadscrew positions for G32 M404 N1.75 ; Define filament diameter for print monitor T0 ; Activate T0 by default
; homeu.g ; Called to home the U axis ; M400 M913 U35 ; drop motor current to 35% M915 U S1 H400 F0 R0 ; set sensitivity to +1 unfiltered M400 G91 ; relative positioning G1 H2 Z10 F12000 ; lift Z relative to current position G1 H1 U370 F6000 ; Move U-axis to the endstop and stop (first pass) G1 H2 U-5 F6000 ; Go back a few mm G1 H1 U10 F700 ; Move U-axis to the endstop once more (second pass) G1 H2 Z-10 F6000 ; lower Z again G90 ; absolute positioning M400 ; M913 U100 ; return current to 100% M915 U S5 F0 R2 ; set sensitivity to +5 and enable auto-pause M400 ;
-
RE: IDEX U Homing?
@dc42
Okay...I still have a problem.. .
M208 X-51.80 Y-26.00 Z0 U0 S1 ; Set axes minima M208 X300 Y320 Z300 U356.20 S0
My settings now...
When i home U in DWC it says "U 361.2". Where are the 5mm coming from? When i move U -1 its 356.2...
???
-
RE: IDEX U Homing?
@dc42
Thats it!Oh man! I'm looking 1000 times all parameters and always overwatched that
Thank you very much
Btw can you suggest a Idex Head calibration way? Is there already a How-to from Zero to working mirror/idex/duplacation prints?
-
RE: IDEX U Homing?
; Axis Limits M208 X-50.80 Y-26.00 Z0 U5 S1 ; Set axes minima M208 X300 Y320 Z300 U361.20 S0 ; Set axes maxima ; Endstops M574 X1 S3 ; configure sensorless endstop for low end on X M574 U1 S3 ; configure sensorless endstop for low end on X M574 Y1 S3 ; configure sensorless endstop for low end on Y M574 Z1 S2 ; configure Z-probe endstop for low end on Z
My setting