@Veti thanks that seems to have done it
Latest posts made by Dodger
-
RE: Printing
@Veti OK so I create a folder but where do the files for that folder come from,?
-
RE: Printing
@Phaedrux Yes I am probably missing something . I have inputted 'Duet2CombinedFirmware.bin' and confirmed that I have 2.05.1 entered. I have also loaded 'iap4e.bin'but I think need a web control input.
I suspect that my sys file is in a bit of a mess so will start from the beginning
-
RE: Printing
@Phaedrux Long, rather weary, story. I thought I had fried my ethernet duet 2 so bought a wifi one. After a while I got a config file that appeared to do what it should so put it back in the ethernet board. I connected through YAT and for the first time got an IP address, I have now connected direct to my router and the USB cable and the web console actually opens but there is an error message. "Failed to get file list"" directory 0:/macros not found
-
RE: Printing
@Veti the config may say it is for a duet o.6 but has been heavily modified. My firmware is 2.05
-
RE: Printing
This is driving me mad!
Attached my config file
Why am I using pronterface
a) Because I have always used it since my first printer (an Ormerod 2) bits of which were used to build My Grandfathers 3D Printer
b)I cannot get the web controller. With USB only connected (no power) and the printer connected both blue lights are on the duet. but try as I may I cannot open the web pageconfConfiguration file for Duet 0.6 (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.10 on Sun Dec 20 2020 16:32:00 GMT+0000 (Greenwich Mean Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Mad Grandfathers 3d Printer" ; set printer name; Network
M540 PBE:EF:DE:AD:FE:ED ; set custom MAC address
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet
M552 S1
G92 X100 Y100 Z100
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 forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M92 X87.49 Y87.49 Z4000.00 E420.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 X500.00 Y500.00 Z250.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y1000 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 X200 Y200 Z200 S0 ; set axis maxima; Endstops
M574 Y1 X1 S1 ; set active high endstops
M574 Z1 S2 ; set endstops controlled by probe; Z-Probe
M558 P1 H5 F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
G31 P500 X0 Y0 Z3 ; set Z probe trigger value, offset and trigger height
M557 X15:195 Y15:195 S20 ; define mesh grid; Heaters
M305 P0 T10000 B3988 R4700
M143 H0 S100
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 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned offT0 ; 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
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDueig.g
-
Printing
I am sure that I am missing something! My setup with Duet 2 wifi seems to be working ok. With pronterface I can get all the necessary movements, heating, and extrusions. However thing go wrong when I try to print using the reprap snowman. It appears to home all axes but does not heat up and the x axis creeps
-
Hot head heating
I am having a problem in getting my extruder to heat. Reading through some of the comments I think that I should update the firmware in my duet to 3.1.1 however I have downloaded this as a .bin file that I cannot open with windows 10. I am sure that there is something i am doing wrong but cannot find it
-
RE: SD card
Nearly there! Downloaded the files using "Configuration tool 3.1.10". Initially got "insuficient homing" but this was cured with G92 X100 Y100 Z100. Slight problem - on initially homing X it overshot the end stop microswitch but then settle down. Now to connect the heaters and thermistors
-
RE: SD card
@jay_s_uk Thanks for that. I have used it and got a .sys file out of it. I have read somewhere that code S is now used in the latest firmware as a laser switch and now has to be replaced by H. Is this true and do I have to change S whereever it appears?