@darylprice post your full config.g
Posts made by jay_s_uk
-
RE: Support for AS5311 High Resolution Linear Encoder
@droftarts it won't run i'm afraid as it only has 512kb flash. not enough to fit RRF into (we're at about 730kb without the bootloader (another 32kb))
-
RE: DWC not opening in browser
@Handymanpa54 start a new thread please and add in as much info as possible e.g. config, board. Firmware version
-
RE: randomly reconnect of DWC on Duet2 Ethernet
@AlexKid theres a bug fix version already for the duet 2 ethernet. see here https://forum.duet3d.com/post/349876
-
RE: Duet 6XD RRF3 Create a Input and Check its Status
@machinemark you can see on the schematic that IO8,in and IO8.in.iso share the same MCU pin so can't be used at the same time
-
RE: Duet 3 real-time Gcode
@loddie yes, that's correct. You'd need 1 x 1HCL per axis. Or there's always the M23CL steppers motors that have the 1HCL board included however they are a bit more expensive
-
RE: Duet 3 real-time Gcode
@loddie you can send commends over USB and RRF will execute them straight away. Obviously if you send more than one it'll queue them to be done in order (at least in terms of movement commands. Some gcode may get executed without being queued)
If you're using closed loop steppers with their own drivers then they handle all the closed loop stuff without intervention from RRF. They usually have an alarm output which you can connect to the duet board so it knows that the drivers think something has gone amiss. You only need to use a 1HCL if you are driving the steppers directly without an external driver
-
RE: (After FW update) Failed to initialize WiFi module: SPI Timeout
@pr02type can you connect via USB and send
M997 S1
?
How have you been trying to update the wifi firmware? Where are you putting the file? -
RE: Dual 6HC not connecting via CAN and DWC won't update
@aetherialdesign i'm assuming you put the barebones config.g in a folder called sys?
-
RE: Dual 6HC not connecting via CAN and DWC won't update
@aetherialdesign thats odd as i've definitely ran expansion board mode purely with those 2 files you mentioned. having a full config in there is going to screw things up I would suggest
-
RE: What's temperature range?
@Luosi this isn't applicable to duet product so i'm locking this thread
-
RE: Box turtle...
@jumpedwithbothfeet support is currently being investigated.
The board will support RRF, there are just a few firmware features that require work -
RE: Dual 6HC not connecting via CAN and DWC won't update
@aetherialdesign sounds like a browser cache issue. Clear the cache then see if it's now reporting the correct dwc version
-
RE: Movement speed of the axes reduced abruptly.
@Alva can you post an M122 output please?
-
RE: Can’t connect to printer after ssid and password change
@jedi well get the connection going as detailed there and then send
M122
andM552
and post the outputs here -
RE: Can’t connect to printer after ssid and password change
@jedi here's a page about it on the wiki https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#h-2-connect-your-duet-via-usb
the fun is getting a micro USB cable that you know is a data one and not just charging -
RE: Temp sensor visualization to Duet 3 without mapping to heater
@HeidiH you can turn off the heater monitoring for that sensor using the M143 command
-
RE: Can’t connect to printer after ssid and password change
@jedi you're best off connecting over USB to the board and sending the correct wifi commands that way.
you can also see what the printer thinks is going on