It has been a nightmare for me because I have to buy a brand new laptop and PC, just to end up working with an old computer lol, now start working to get it connected to the network, thanks for all that help me out
Best posts made by Reaperrhs
-
RE: Duet3D not connecting to the computer (Please read carefully)
Latest posts made by Reaperrhs
-
RE: Duet3d 6HC Silicone Heat Bed Config
@alex-cr thanks, i gonna check that, the problem is that I'm new with macros and the hole RepRap thin, hopefully, I can understand
-
Duet3d 6HC Silicone Heat Bed Config
Hi everyone! I apologize, i speak spanish.
I need help configuring my printer heat bed, i have a 110V 310x310 750w silicone bed installed, I use an SSR with it, the problem is that when I set the temperature my board shot down the bed because it says (Heater 0 fault: temperature rising too slowly: expected 2.27°C/sec measured 0.78°C/sec) but as far I can see temperature rises just fine, what I need to do to change that configuration and give more time before shootdown my heat bed? -
RE: Duet3D Mainboard+Daughter board+PT100
i think is the thermistor, i plug a didn't one and is reading, so..i really want to thanks for the help, you guys get this thing working, big thumbs up to you guys
-
RE: Duet3D Mainboard+Daughter board+PT100
to be exact is a silicone pad that I using on my heated bed
-
RE: Duet3D Mainboard+Daughter board+PT100
i comment out the one i have and copy
M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
Still reading -273 -
RE: Duet3D Mainboard+Daughter board+PT100
the sensor on my bed is reading -273, I change the pin on my board to 0 and i left config as it is
-
RE: Duet3D Mainboard+Daughter board+PT100
thank you guys, i will never get it done on my own, one more thing my heated bed has a ntc 100k, I need to configure that to, can you guys help me?
-
RE: Duet3D Mainboard+Daughter board+PT100
@Carlo HOTEND Working Thanks!!!
-
RE: Duet3D Mainboard+Daughter board+PT100
@Reaperrhs the one on the top is for my hotend, is the one with the PT100
-
RE: Duet3D Mainboard+Daughter board+PT100
@Reaperrhs ; Heaters
M308 S0 P"spi.cs0" Y"rtd-max31865" ; configure sensor 0 as thermocouple via CS pin spi.cs0
M950 H0 C"out1" T0 ; create nozzle heater output on out1 and map it to sensor 1
M143 H0 S450 ; set temperature limit for heater 1 to 450C
M307 H0 A512.3 C269.6 D3.6 S1.00 V24.0 B0 ; disable bang-bang mode for heater and set PWM limit
M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out0" T1 ; create bed heater output on out0 and map it to sensor 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M307 H1 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H1