So its is working
Will update on process of project as its pretty nice use of Duet Board
Best posts made by Alishkus
-
RE: DUET WIFI for dispenser machine
-
RE: DUET WIFI for dispenser machine
Look at these perfect lines :))
Machine works, however Fusion 360 is still not really suitable for Duet board. I will try to do some configuration on Fusion and if it will work will post here
Latest posts made by Alishkus
-
RE: Burned board?
@CaLviNx You are right.
It was 2 faulty thermistors! Who could have thought :))Made a short wired spare thermistor both chanells works fine
CASE CLOSED
-
RE: Burned board?
Changed it to:
M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat 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 heater and set PWM limitStill the same
-
Burned board?
Hello,
I have issue with board.
Board: Duet WiFi 1.02 or later + DueX2 (duetwifi102)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.0 (2020-01-03b3)
Duet WiFi Server Version: 1.23Both bed and nozzle temperature are -273,1C.
Whatever I would do in a config it does not change.My heaters looks like:
M308 S0 P"bed_temp" Y"thermistor" A"Bed" T100000 B3950 ; define bed temperature sensor
M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
M308 S1 P"e0_temp" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 R4700; define E0 temperature sensor for nozzle
M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1VSSA fuse looks ok (I dont have open circuit).
How can I check if board is burned? I have 3 more burned boards, maybe I can fix it? -
RE: 2000 degrees after restoring config
Hey,
I have the same issue with my board.
Installed 3.0 and changed 308/950 comands as per example.
Both sensors shows 2000CAm I missing something?
-
RE: DUET WIFI for dispenser machine
Look at these perfect lines :))
Machine works, however Fusion 360 is still not really suitable for Duet board. I will try to do some configuration on Fusion and if it will work will post here
-
RE: DUET WIFI for dispenser machine
@dc42 can I have some consultation?
Machine is working (only compressed air hook up left) but I have strange behavior....When I upload Gcode duet executes it normally, buuuuut it wont execute -X lines.... So it moves only half X distance needed. Am I missing something here?
Head travels from X100 to X0 and then it decides to move to Y direction...
-
RE: DUET WIFI for dispenser machine
So its is working
Will update on process of project as its pretty nice use of Duet Board -
RE: DUET WIFI for dispenser machine
@dc42 ok, going to buy 24V power supply. Will be less problems.....
-
RE: DUET WIFI for dispenser machine
@dc42 I have a question.
I want to use 12V fan output to control 24V 4.2W (166mA) solenoid.
I would use booster for 12V output to have 24V. It will become ~400mA.Am I allowed to do that?