@aOne email sales@duet3d.com and you can discuss prices etc with them
Posts made by jay_s_uk
-
RE: 6HC/XD for custom application
-
RE: PinTable descriptors
@wayneosdias ate is automated test equipment.
Can't help you on the other question -
RE: Duet6HC: 24V and 48V PSU’s for different components
@woody those steppers will work at 48v
-
RE: Need 6 thermistors to control 6 bed heaters on a 6HC mainboard
@Redheadrambo the temp inputs have to be in the same board as the heater.
So you could use an output on the 1XD and a temp inputs. However what I'm not sure is whether heaters on multiple CAN boards can be grouped together to make one big heater -
RE: Problem in endstop triggering
@AndrewStaines looks like you have them wired as normally open and they're picking up interference. Wire the normally closed instead
-
RE: How to choose a CNC milling machine for a home workshop?
@kevinallen1902200 Are you wanting to buy one or build one?
If you want to build one, take a look at the Millennium Milo https://millenniummachines.github.io/docs/ as it runs RRF -
RE: [SOLVED] Help setting up hotend heater
@RodrigoRMaraujo also add
T0
to the end of your config -
RE: Endstops immediately triggered
@stogger and without an endstop triggered? if its the same then you've wired them wrong
-
RE: Endstops immediately triggered
@stogger have you tried inverting the endstops?
what does M119 report if you send it when one of the endstops is triggered? -
RE: Duet2 with Z scanning probe
@Adamfilip no. The duet 2 WiFi doesn't support CAN-FD
-
New WiFi/Ethernet Modules for the STM32 Port of RRF
I am pleased to announce the release of a new WiFi/Ethernet module for the STM32 port of RRF.
These modules are based on ESP32 and offer both WiFi and Ethernet on the same module.The Mellow version is supported on the following boards
- Fly-Super5
- Fly-Super8
- Fly-Super8Pro
- Fly-E3-V2
- Fly-Prox10
The BTT version is supported on the following boards
- SKR2
- SKR3
- SKR3EZ
- Octopus v1.1
- Octopus Pro V1.0
To use the boards, add the following line to your board.txt
wifi.moduleType = esp32eth
To activate the ethernet connection, send
M552 S-1 M552 S1 p"ethernet"
The modules are available from AliExpress
-
RE: RRF CNC Pendant problem
@Alexlin3d that looks correct so the pins are being set correctly in the firmware
-
RE: RRF CNC Pendant problem
@droftarts @Alexlin3d M122 P209 confirms what pins have been set for the serial connection.
If emergency stop works then the UART connection is functional which points to an error elsewhere.
I've ordered an Arduino pro micro to play with