I just migrated to firmware 3.4.5 i ran the pid m303 H0 S75 and the hot bed controls to set point very well. but i run it on the hot end M303 H1S160 the the pid seems to work I send the pid values given to the controller M307 H0 R0.113 K0.509:0.000 D24.20 E1.35 S1.00 B0
M307 H1 R1.521 K5.258:0.000 D5.88 E1.35 S1.00 B0 V24.4and do a save M500. M501 is in the config file to load these values on start up. Any Ideas? I tried putting then in the config file also nothing seems to work
Thank you
; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
Latest posts made by dmtulsa
-
Won't controll E1, hot end temp
-
RE: Load / unload Filament
Okay I went back to 2.03 and I can get above 220c, way above, it just runs away. Tried to run a PID tune and it failed because it couldn't reach temperature. Tomorrow I'll wipe everything out and start from scratch like a new setup .
Thanks
Doug -
Load / unload Filament
load filament is stuck on "tool0 to load filament" and I can't raise the temperature above 200 even with G10 P0 R140 S245How to turn it off and get rid of it.. I reloaded all the config files from scratch and it's still there . Cycled power, run every command I can think of and it's still therein the dashboard -tools section . Do I or can I clear the ROM?
FIRMWARE_VERSION: 2.04RC1 to RC4. I'll try going back to 2.03 Duet2
Thank you
Doug -
RE: Duet2 wifi mac address
Okay thank you all very much, that did it.
Doug -
Duet2 wifi mac address
I know it states "The default MAC address on a Duet 2 Ethernet is generated from the unique processor ID so there is normally no need to change it." But I need the mac address to set up a static rout in my router. I've used wifi sniffers but none see the printer. How should I go about getting the mac address?
Thank you
Doug -
Configuration issue I think. It's an odd printer setup
Ok this is my first duet board, a duet2 wifi. So far I like it. A little background. I have a rather strange printer. It used to be a raise3d N2.
Long story short it never did work correctly and raise3d just kept giving me the run around
and a few other things (never get a printer from them). Since it didn't work anyway I decided to "upgrade" it.First I tore it all down to replace burnt wires in the ribbon cables, As I told Raise3d but they didn't believe me.. So I rewired it and used aircraft connectors that I had sitting around.
Once rewired I dumped the junk extruders that jammed all the time end went with Standard , and much cheaper off the shelf J6 style machining my own mounts for it and the bltouch probe.
Hardware wise I was pretty set. I tried a smoothie board and Marlin 2.0 firmware but never did get it to work as it should.
Then I got a duet2 wifi. So far it it works great except one thing and I'm pretty shure it's an error I'm making. XYZ moves fine and the proper distance it looks like (I need to get my mic's out) but when I print it prints very small. A 25mm size print is like 2- 4mm
Config settings: xy -Microstep x256 Steps per mm 1280. At x16 its was 80. Since Z is a lead screw x256 is 6400 was 800 for steps per mm.
The x16 values were taken from the original Marlin code. By the way I did try it at x16 and proper values in the duet config but it did the same.So I'm a bit lost. I'm using CURA as the slicer. Below is my config file. Thanks for any help. I'm sure I did something stupid ; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.4 on Wed Sep 18 2019 18:34:46 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer nameM667 S1 ; select CoreXY mode
; Network
M551 P"zx" ; set password
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X256 Y256 Z256 E256 I0 ; configure microstepping without interpolation
M92 X1280.00 Y1280.00 Z64000.00 E2490.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X3000.00 Y3000.00 Z10.00 E25.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X305 Y305 Z305 S0 ; set axis maxima; Endstops
M574 X1 Y1 S0 ; set active low and disabled endstops; Z-Probe
M574 Z1 S2 ; set endstops controlled by probe
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
M558 P9 H5 F120 T18000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X30 Y30 Z2.5 ; set Z probe trigger value, offset and trigger height
M557 X35:215 Y35:195 S10 ; define mesh grid; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S1 I0 F500 H1 T45 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; 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; Custom settings are not defined