Good to know! Thanks a bunch.
Latest posts made by Oddstag
-
RE: Would this configuration work on my 1LC toolhead pcb?
-
RE: Would this configuration work on my 1LC toolhead pcb?
Brilliant, thanks for the response. One last question if I may. IO_3 is composed of through holes by default, correct? Are any headers included in the packaging that fit one of its arrangements? Or is the expectation that sensors be directly soldered to the board here? Is there a recommended way to make items ‘pluggable’ here?
-
Would this configuration work on my 1LC toolhead pcb?
Hey team, I was wondering how I can get the most out of the 1LC I have coming in the mail. Currently I have both my x and y (hall effect) endstops on a single pcb (voron hall effect pcb). I also have the voron cnc tap. The endstops share a 5v pin on the pcb. The tap also uses 5v. I was wondering if I could do the following?
Voron Tap Sensor: IO_0 - io0.in, +5v, GND
X Hall Effect Endstop: IO_2 - io2.in, +5v, GND
Y Hall Effect Endstop: IO_1 - io2.inWith the endstops sharing the the same 5v and GND from IO_2.
My understanding is that IO_1 is tolerant of 3.3v so would wiring a 5v powered sensor to io1.in be bad news? Should I instead look to IO_3's io3.in instead as the input point for the Y end stop?
Thanks and happy holidays all.
-
RE: Hotend Heater won't activate
@KenW
You brilliant bastards, you've done it again. This was it. Expansion board was slightly behind the mainboard. Thanks for all the great suggestions gang.
For future generations:
M115 to check mainboard firmware version.
M997 to update firmware on mainboard
M115 B1 to check firmware version on expansion board at CAN address 1.
M997 B1 to update the expansion board. -
Hotend Heater won't activate
Hi there, would greatly appreciated assistance with an issue I'm a little stumped by. I have a Duet 6HC with 3HC expansion board. I have my toolhead wiring hooked into the expansion board, including the hotend heater. I seem to have no problem with my CAN connection as I am able to control toolhead fans and get input from the z probe that are present there but I simply cannot get my hotend heater to respond at all. I can't activate it via DWC and M104 fails with an error saying simply that the temperature isn't increasing (no kidding). Thermistor attached to the heater seems to be functioning normally. I've confirmed continuity with a multimeter between the two pins
Here's is the relevant section of my config but do let me know if more info would help.
; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin temp0 M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0 M307 H0 B0 R0.812 C329.6 D3.71 S1.00 V24.0 ; 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"1.temp0" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin 1.temp0 M950 H1 C"1.out0" T1 ; create nozzle heater output on 1.out0 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