@supertb1
thanks a lot your post help me to set my smart sensor. Appreciated
Posts made by Polo
-
RE: How to setup the Bigtreetech smart filament sensor?
-
How to calibrate X and Y Axis on duet3 config system
Hi All
I recently had to replaced a damaged belt and I checked my calibration with a test cube and I'm off .020 inches in my "Y" axis. how can adjust it on the system configuration ??
Thanks In advance
-
Temperature increase in duet 3 mini wifi
HI all
What is the maximum temperature I can reach with duet3 min. I can go up to 250 F ( hotend)but some filament require more. is there a setting I can manipulate to increase. I don't not much experience.
Thanks Much for your help !!
-
maximum temperature in duet3 mini wifi motherboar
HI all
What is the maximum temperature I can reach with duet3 min. I can go up to 250 F but some filament require more. is there a setting I can manipulate to increase. I don't not much experience.
Thanks Much for your help !!
-
RE: help leveling bed
Thanks much for the replay I will watch the video. One more question, Is the m420 gcode working only with Marlin ??
-
help leveling bed
Hi
I'm been struggle trying leveling my bed and can't get a good first layer. I have a v-core 500 and I'm using duet3 mini +5 . I run my thru bed leveling (g32) and seems like is not adjusting correctly. I don't know if a have a bad configuration. Here is mu config. my bed.g and homeall.g I hope you guys can help me because I don t know what else to do. this is not getting fun anymore.
code_text **Bed.G** ```; this script compensates for what the Z offset is ; so if G31 P500 X-30 Y-15 Z1.7 then first probe will be at ; X30 Y20 (when G30 P0 X0 Y5) M561 ; clear any bed transform G30 P0 X25.40 Y25.40 F1000 Z-99999 ; probe near a leadscrew G30 P1 X250 Y25.40 F1000 Z-99999 ; probe near a leadscrew G30 P2 X440.00 Y25.40 Z-99999 ; probe near a leadscrew G30 P3 X440.00 Y101.60 Z-99999 ; probe near a leadscrew G30 P4 X250.00 Y101.60 Z-99999 ; probe near a leadscrew G30 P5 X25.40 Y101.60 Z-99999 ; probe near a leadscrew G30 P6 X25.40 Y220 Z-99999 ; probe near a leadscrew G30 P7 X250 Y220 Z-99999 ; probe near a leadscrew G30 P8 X440.00 Y220 Z-99999 ; probe near a leadscrew G30 P9 X440.00 Y354.00 Z-99999 ; probe near a leadscrew G30 P10 X250.00 Y354.00 Z-99999 ; probe near a leadscrew G30 P11 X25.40 Y354.00 Z-99999 ; probe near a leadscrew G30 P12 X25.40 Y480 Z-99999 ; probe near a leadscrew G30 P13 X250 Y480 Z-99999 ; probe near a leadscrew G30 P14 X440.00 Y480 Z-99999 S3 ; probe near a leadscrew **Config.g** ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"V-Core3" ; set printer name M669 K1 ; CoreXY G21 ; Set Units to Millimeters ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.1 S0 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.3 S1 ; physical drive 0.3 goes forwards M569 P0.4 S1 ; physical drive 0.4 goes forwards M569 P0.5 S0 ; physical drive 0.5 goes forwards M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z800.00 E100.0 ; set steps per mm M906 X1600 Y1600 Z1600 I30 ; set motor currents (mA) and motor idle factor in per cent -- safe for Duet 3 mini 5+ M84 S30 ; Set idle timeout M566 X1000.00 Y1000.00 Z60.00 E3000.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z1000.00 E7200 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z100.00 E10000 ; set accelerations (mm/s^2) ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X510 Y500 Z500 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active high endstops M574 Y2 S1 P"io1.in" ; configure active high endstops M564 H0 M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5 ; define positions of Z leadscrews or bed levelling screws M557 X40:280 Y40:280 P5 ; define 5x5 mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 Q11 ; create bed heater output on out5 and map it to sensor 0, lower switching frequency to 11Hz M307 H1 R2.186 K0.17:0.11 D5.67 S1.00 V24.0 ; set the process parameters for heater 1 M307 H1 ; report model parameters for heater 1, and whether the model is being used M140 H0 ; map heated bed to heater 0 M143 H0 S110 ; set temperature limit for heater 0 to 110C ;; Run Bed PID Tune!! Below is an example for a 300x300 bed ;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0 ; Fans M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency M106 P1 C"Hotend Fan" S1 H-1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M950 H1 C"out1" T1 ; create nozzle heater output on out2 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S250 ; set the maximum temperature in C for heater ; EVA 2 / BMG / E3D V6 M92 E1000.00 ; set extruder steps per mm, 0.9 angle/step (LDO Pancake) M906 E800 ; set extruder motor current (mA) and idle factor in per cent M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend" ;; Run Heater PID Tune!! ;; M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0 ; Z-Probe ;; Inductive Probe ; M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds ; G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ;; BLTouch M950 S0 C"io2.out" ; Create a servo pin on io7 M558 P9 C"io2.in" H5 F240 T10800 A5 ; set Z probe type to unmodulated and the dive height + speeds G31 P25 X-28.00 Y-13.00 Z1.66 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ; Select default tool ; T0 ; Pressure Advance ; M572 D0 S0.02 **Homeall.g** M201 X500.00 Y500.00 ; Reduce acceleration for homing moves ; BLTouch ;M280 P0 S160 ; Precautionary alarm release ;M280 P0 S90 ; Ensure the pin is raised G91 ; Relative positioning G1 H2 Z5 F6000 ; Lift Z relative to current position G1 H1 X-625 Y605 F4600 ; Move quickly to X and Y axis endstops and stop there (first pass) G1 X3 Y-3 F600 ; Go back a few mm G1 H1 X-625 Y605 F1360 ; Move slowly to X and Y axis endstops once more (second pass) G1 H1 X-625 F1360 ; Move slowly to X and Y axis endstops once more (second pass) G1 H1 Y605 F1360 ; Move slowly to X and Y axis endstops once more (second pass) M201 X3000 Y3000 ; Return to full acceleration G90 ; Absolute positioning G1 X250 Y250 F10000 ; Go to the center of the bed (300x300) ;G1 X200 Y200 F10000 ; Go to the center of the bed (400x400) ;G1 X250 Y250 F10000 ; Go to the center of the bed (500x500) G30 ; Home Z by probing the bed G91 ; Relative positioning G1 Z5 F100 ; Lift Z relative to current position G90 ; Absolute positioning *here is my result from my heigh map* Number of points: 25 Probe area: 575.8 cm² Maximum deviations: -0.316 / -0.049 mm Mean error: -0.169 mm RMS error: 0.076 mm I tried to upload a picture, but couldn't find the way to do it. Any help much be appreciated !!!
-
RE: Z offset changing every time I turn the printer on
Hi
I have a V-Core 500 I'm using duet3 mini WIFI with bltouch probe. Here is some information about my config
Homeall
code_text ```M201 X500.00 Y500.00 ; Reduce acceleration for homing moves ; BLTouch ;M280 P0 S160 ; Precautionary alarm release ;M280 P0 S90 ; Ensure the pin is raised G91 ; Relative positioning G1 H2 Z5 F6000 ; Lift Z relative to current position G1 H1 X-625 Y605 F4600 ; Move quickly to X and Y axis endstops and stop there (first pass) G1 X3 Y-3 F600 ; Go back a few mm G1 H1 X-625 Y605 F1360 ; Move slowly to X and Y axis endstops once more (second pass) G1 H1 X-625 F1360 ; Move slowly to X and Y axis endstops once more (second pass) G1 H1 Y605 F1360 ; Move slowly to X and Y axis endstops once more (second pass) M201 X3000 Y3000 ; Return to full acceleration G90 ; Absolute positioning G1 X250 Y250 F10000 ; Go to the center of the bed (300x300) ;G1 X200 Y200 F10000 ; Go to the center of the bed (400x400) ;G1 X250 Y250 F10000 ; Go to the center of the bed (500x500) G30 ; Home Z by probing the bed G91 ; Relative positioning G1 Z5 F100 ; Lift Z relative to current position G90 ; Absolute positioning HomeZ``` ; BLTouch ;M280 P0 S160 ; Precautionary alarm release ;M280 P0 S90 ; Ensure the pin is raised G91 ; Relative positioning G1 H2 Z5 F6000 ; Lift Z relative to current position G90 ; Absolute positioning G1 X250 Y250 F10000 ; Go to the center of the bed (300x300) ;G1 X200 Y200 F10000 ; Go to the center of the bed (400x400) ;G1 X250 Y250 F10000 ; Go to the center of the bed (500x500) G30 ; Home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; Relative positioning ;G1 Z5 F100 ; Lift Z relative to current position ;G90 ; Absolute positioning
Thanks
-
RE: Z offset changing every time I turn the printer on
@Deez3443 ```
code_text
; This is a system-generated file - do not edit ; Heater model parameters M307 H0 R0.130 K0.150:0.000 D10.00 E1.35 S1.00 B1 M307 H1 R2.430 K0.560:0.000 D5.50 E1.35 S1.00 B0 V0.0 ; Workplace coordinates G10 L2 P1 X0.00 Y0.00 Z0.00 G10 L2 P2 X0.00 Y0.00 Z0.00 G10 L2 P3 X0.00 Y0.00 Z0.00 G10 L2 P4 X0.00 Y0.00 Z0.00 G10 L2 P5 X0.00 Y0.00 Z0.00 G10 L2 P6 X0.00 Y0.00 Z0.00 G10 L2 P7 X0.00 Y0.00 Z0.00 G10 L2 P8 X0.00 Y0.00 Z0.00 G10 L2 P9 X0.00 Y0.00 Z0.00 here is my config. override
-
Z offset changing every time I turn the printer on
HI All
I can't figure out what to do, every time I turn the printer on my Z offset change. I did follow the duet instruction how to adjust the z offset and change it on my config g. what do I'm missing ??
Any help will be appreciated.Here is my config.g
; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"V-Core3" ; set printer name M669 K1 ; CoreXY G21 ; Set Units to Millimeters ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.1 S0 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.3 S1 ; physical drive 0.3 goes forwards M569 P0.4 S1 ; physical drive 0.4 goes forwards M569 P0.5 S0 ; physical drive 0.5 goes forwards M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z800.00 E100.0 ; set steps per mm M906 X1600 Y1600 Z1600 I30 ; set motor currents (mA) and motor idle factor in per cent -- safe for Duet 3 mini 5+ M84 S30 ; Set idle timeout M566 X1000.00 Y1000.00 Z60.00 E3000.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z1000.00 E7200 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z100.00 E10000 ; set accelerations (mm/s^2) ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X510 Y500 Z500 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active high endstops M574 Y2 S1 P"io1.in" ; configure active high endstops M564 H0 M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5 ; define positions of Z leadscrews or bed levelling screws M557 X30:280 Y30:280 P5 ; define 5x5 mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 Q11 ; create bed heater output on out5 and map it to sensor 0, lower switching frequency to 11Hz M307 H1 R2.186 K0.17:0.11 D5.67 S1.00 V24.0 ; set the process parameters for heater 1 M307 H1 ; report model parameters for heater 1, and whether the model is being used M140 H0 ; map heated bed to heater 0 M143 H0 S110 ; set temperature limit for heater 0 to 110C ;; Run Bed PID Tune!! Below is an example for a 300x300 bed ;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0 ; Fans M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency M106 P1 C"Hotend Fan" S1 H-1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M950 H1 C"out1" T1 ; create nozzle heater output on out2 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S250 ; set the maximum temperature in C for heater ; EVA 2 / BMG / E3D V6 M92 E1000.00 ; set extruder steps per mm, 0.9 angle/step (LDO Pancake) M906 E800 ; set extruder motor current (mA) and idle factor in per cent M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend" ;; Run Heater PID Tune!! ;; M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0 ; Z-Probe ;; Inductive Probe ; M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds ; G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ;; BLTouch M950 S0 C"io2.out" ; Create a servo pin on io7 M558 P9 C"io2.in" H5 F240 T10800 A5 ; set Z probe type to unmodulated and the dive height + speeds G31 P25 X-28.00 Y-13.00 Z1.12 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ; Select default tool T0 ; Pressure Advance ; M572 D0 S0.02
-
RE: WIFI CONECTION
Hi
here is the model of my modem !!!
BGW320-505Thanks
code_text ```7/2/2023, 3:25:15 AM Connection established 7/2/2023, 3:25:15 AM Connection interrupted, attempting to reconnect... Network error 7/2/2023, 3:23:31 AM Connection established 7/2/2023, 3:23:31 AM Connection interrupted, attempting to reconnect... Network error 7/2/2023, 3:23:23 AM Connection established 7/2/2023, 3:23:23 AM Connection interrupted, attempting to reconnect... Network error 7/2/2023, 3:21:23 AM m122 === Diagnostics === RepRapFirmware for Duet 3 Mini 5+ version 3.4.5 (2022-11-30 19:41:16) running on Duet 3 Mini5plus WiFi (standalone mode) Board ID: 5PQ93-S296U-D65J0-40KMG-1A03Z-7DGLP Used output buffers: 1 of 40 (33 max) === RTOS === Static ram: 103652 Dynamic ram: 110472 of which 60 recycled Never used RAM 23808, free system stack 118 words Tasks: NETWORK(notifyWait,15.1%,197) HEAT(notifyWait,0.0%,320) Move(notifyWait,0.4%,265) CanReceiv(notifyWait,0.0%,942) CanSender(notifyWait,0.0%,326) CanClock(delaying,0.0%,333) TMC(notifyWait,1.2%,72) MAIN(running,82.1%,417) IDLE(ready,0.2%,30) AIN(delaying,0.9%,263), total 100.0% Owned mutexes: === Platform === Last reset 10:21:58 ago, cause: power up Last software reset at 2023-07-01 05:38, reason: User, GCodes spinning, available RAM 27360, slot 0 Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a Error status: 0x00 MCU revision 3, ADC conversions started 37320849, completed 37320848, timed out 0, errs 0 Step timer max interval 1479 MCU temperature: min 44.2, current 50.1, max 50.6 Supply voltage: min 26.9, current 27.1, max 27.1, under voltage events: 0, over voltage events: 0, power good: yes Heap OK, handles allocated/used 99/0, heap memory allocated/used/recyclable 2048/496/496, gc cycles 0 Events: 0 queued, 0 completed Driver 0: standstill, SG min 0, read errors 0, write errors 0, ifcnt 36, reads 40096, writes 5, timeouts 0, DMA errors 0, CC errors 0 Driver 1: standstill, SG min 0, read errors 0, write errors 0, ifcnt 36, reads 40096, writes 5, timeouts 0, DMA errors 0, CC errors 0 Driver 2: standstill, SG min 0, read errors 0, write errors 0, ifcnt 36, reads 40097, writes 5, timeouts 0, DMA errors 0, CC errors 0 Driver 3: standstill, SG min 0, read errors 0, write errors 0, ifcnt 30, reads 40099, writes 2, timeouts 0, DMA errors 0, CC errors 0 Driver 4: standstill, SG min 0, read errors 0, write errors 0, ifcnt 30, reads 40099, writes 2, timeouts 0, DMA errors 0, CC errors 0 Driver 5: standstill, SG min 0, read errors 0, write errors 0, ifcnt 22, reads 40099, writes 2, timeouts 0, DMA errors 0, CC errors 0 Driver 6: standstill, SG min 0, read errors 0, write errors 0, ifcnt 9, reads 40101, writes 0, timeouts 0, DMA errors 0, CC errors 0 Date/time: 2023-07-02 03:21:22 Cache data hit count 4294967295 Slowest loop: 787.14ms; fastest: 0.08ms === Storage === Free file entries: 10 SD card 0 detected, interface speed: 22.5MBytes/sec SD card longest read time 5.8ms, write time 111.0ms, max retries 0 === Move === DMs created 83, segments created 36, maxWait 202027ms, bed compensation in use: none, comp offset 0.000 === MainDDARing === Scheduled moves 567, completed 567, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 9], CDDA state -1 === AuxDDARing === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 LCD is idle in state(s) 0 SBC is idle in state(s) 0 Daemon is idle in state(s) 0 Aux2 is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty === CAN === Messages queued 3971, received 0, lost 0, boc 0 Longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 18 (min 18), ts 2206/0/0 Tx timeouts 0,0,2206,0,0,1765 last cancelled message type 4514 dest 127 === Network === Slowest loop: 532.25ms; fastest: 0.06ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) HTTP sessions: 1 of 8 = WiFi = Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 4 WiFi firmware version 1.27 WiFi MAC address d8:bf:c0:14:e8:37 WiFi Vcc 3.38, reset reason Power up WiFi flash size 2097152, free heap 23424 WiFi IP address 192.168.1.118 WiFi signal strength -41dBm, mode 802.11n, reconnections 0, sleep mode modem Clock register 00002002 Socket states: 0 0 0 0 0 0 0 0 7/2/2023, 3:21:09 AM M0 Cancelled printing file 0:/gcodes/First layer calibration_0.3mm_PLA_3m.gcode, print time was 0h 2m 7/2/2023, 3:21:08 AM M25 Resume state saved Warning: Macro file pause.g not found Printing paused at X28.3 Y42.0 Z0.2
-
WIFI CONECTION
Hi all
I recently change my router and had to reconnect my board duet3 mini WIFI. But I see I'm loosing connection. it goes back in forth. I didn't have this problem until I changer my router. Any ideas why ??
-
RE: Duet3 mini speed limits
I used this config and I can see a lot improvement thanks a lot !! Now the question is do I have to change my settings on the extruder to compensate the speed ? I have a bad layer once the machine reach the maximum speed.
-
RE: Hotend Fan not working when printing !!
I got it going, it was a wire that was backward. thanks a lot for your help appreciated !!
-
RE: Hotend Fan not working when printing !!
I did change it to S1. Is there a way to send a gcode and test manually on my board ??
-
RE: Duet3 mini speed limits
Yes I did see a little improvement but nothing special. Is the m204 on my prusa slicer start gcode has to do something with it ?? what is the T1250 ?? Thanks fir your help !!
M204 T1250 ; set travel acceleration M204 T[machine_max_acceleration_travel] ; restore travel acceleration
-
RE: Duet3 mini speed limits
Here are mi config,g settings
; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"V-Core3" ; set printer name M669 K1 ; CoreXY G21 ; Set Units to Millimeters ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.1 S0 ; physical drive 0.1 goes forwards M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.3 S1 ; physical drive 0.3 goes forwards M569 P0.4 S1 ; physical drive 0.4 goes forwards M569 P0.5 S0 ; physical drive 0.5 goes forwards M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z800.00 E933.33 ; set steps per mm M906 X1600 Y1600 Z1600 I30 ; set motor currents (mA) and motor idle factor in per cent -- safe for Duet 3 mini 5+ M84 S30 ; Set idle timeout M566 X400.00 Y400.00 Z6.00 E120.00 P1 ; set maximum instantaneous speed changes (mm/min) M203 X10800.00 Y10800.00 Z1000.00 E7200 ; set maximum speeds (mm/min) M201 X3000.00 Y3000.00 Z100.00 E10000 ; set accelerations (mm/s^2) ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X510 Y500 Z500 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active high endstops M574 Y2 S1 P"io1.in" ; configure active high endstops M564 H0 M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5 ; define positions of Z leadscrews or bed levelling screws M557 X30:280 Y30:280 P5 ; define 5x5 mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 Q11 ; create bed heater output on out5 and map it to sensor 0, lower switching frequency to 11Hz M307 H1 R2.186 K0.17:0.11 D5.67 S1.00 V24.0 ; set the process parameters for heater 1 M307 H1 ; report model parameters for heater 1, and whether the model is being used M140 H0 ; map heated bed to heater 0 M143 H0 S110 ; set temperature limit for heater 0 to 110C ;; Run Bed PID Tune!! Below is an example for a 300x300 bed ;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0 ; Fans M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency M106 P1 C"Hotend Fan" S1 H1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C M950 H1 C"out1" T1 ; create nozzle heater output on out2 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S250 ; set the maximum temperature in C for heater ; EVA 2 / BMG / E3D V6 M92 E830 ; set extruder steps per mm, 0.9 angle/step (LDO Pancake) M906 E800 ; set extruder motor current (mA) and idle factor in per cent M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend" ;; Run Heater PID Tune!! ;; M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0 ; Z-Probe ;; Inductive Probe ; M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds ; G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ;; BLTouch M950 S0 C"io2.out" ; Create a servo pin on io7 M558 P9 C"io2.in" H5 F240 T10800 A5 ; set Z probe type to unmodulated and the dive height + speeds G31 P25 X-28.00 Y-13.00 Z.1.25 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed ; Select default tool T0 ; Pressure Advance ; M572 D0 S0.10
-
RE: Duet3 mini speed limits
M201 E10000
Just curios is the highest speed I can go ? -
RE: Duet3 mini speed limits
This is what i have on my gcode . I see M204
code_text ```G90 ; use absolute coordinates M83 ; extruder relative mode M104 S170 ; set extruder temp for bed leveling M140 S[first_layer_bed_temperature] ; set bed temp M109 R170 ; wait for bed leveling temp M190 S[first_layer_bed_temperature] ; wait for bed temp M204 T1250 ; set travel acceleration M204 T[machine_max_acceleration_travel] ; restore travel acceleration M104 S[first_layer_temperature] ; set extruder temp G92 E0 G1 Y13.0 X179 F7400 G1 Z3 F720 M109 S[first_layer_temperature] ; wait for extruder temp ; intro line G1 X300 F1000 G1 Z0.2 F720 G1 X110 E8 F900 G1 X40 E10 F700 G92 E833.33 M106 M221 S150 D1
-
Hotend Fan not working when printing !!
HI Guys Here I am one more time
I have a problem with my Hotend fan, not working. I disconnect it and test it with a 9 volts battery and it woks. The layer fan is working properly ,but not sure if I have something wrong on my setting . Here is my config.g . Thanks Much
```; Fans M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency M106 P1 C"Hotend Fan" S0 H1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend