@dc42 @dc42 Yes seemingly everything works except fan and smart effector lights.
Also I think I've found right MOSFET:
https://www.digikey.com/en/products/detail/onsemi/MMBFJ211/1049196
@dc42 @dc42 Yes seemingly everything works except fan and smart effector lights.
Also I think I've found right MOSFET:
https://www.digikey.com/en/products/detail/onsemi/MMBFJ211/1049196
Anyone knows if PMV40UN2R is the same ting? Cant get PMV40UN2 anywhere
Awesome! I can confirm that firmware v3 works on PanelDue v2!
Can't figure out why none of v3 firmwares are working on Version 2 PanelDue 7. Chip says that it is ATSAM3S4B. But after flashing does not boot. Last version that works is v1.24
I'm having trouble flashing 3.2.0 on Version 2 PanelDue with ATSAM3S4B processor.
Latest firmware that works is 1.24.
All I get is black screen after flashing 3.2.0. Just in case I've tryed RC1, but got same results.
Not sure how to troubleshoot this. Please advise.
Thanks!
Karolis
After updating to 2.04RC1 (2019-07-14b1) issue is gone.
Many thanks for your help!
@veti
Removing it haven't changed behavior
I've used it, but now its disabled.
sorry, I've labeled this incorrectly. M665 and M666 are in the config overide. Correcting post.
There is G90 in there so no need for G92 as much as I understand
@veti
I mean I have not done changes to configuration or structure. Just added a fan and filament sensor
I haven't done any new changes as everything was working perfectly. Will have to go though that later today I guess.
Hi,
I just some upgrades to my delta printer, newest firmware, cooling fan and indirect laser filament sensor.
After updates head rams hard into printing bed. Apparently it though that surface is way below the actual one. So I thought it had to do something with filament sensor so I have disconnected and disabled it in cfg.
That have not changed anything, so I have removed fan too well who knows...
Still same thing. After examining I figured that it always compensates to 1.5~3.5 mm below the surface after restart. It seems that it triggers on right time, exactly when it bumps on surface.
Things get stranger if I don't restart the printer.
I have no idea why.
config-override.g
; config-override.g file generated in response to M500 at 2019-05-14 10:48
; This is a system-generated file - do not edit
; Delta parameters
M665 L400.320 R164.355 H518.72 B165.0 X0.000 Y0.000 Z0.000
M666 X-0.017 Y0.088 Z-0.071 A0.00 B0.00
; Heater model parameters
M307 H0 A191.7 C568.8 D3.2 S1.00 V24.5 B0
M307 H1 A944.2 C325.2 D6.4 S1.00 V24.0 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0
G10 L2 P1 X0.00 Y0.00 Z0.00
G10 L2 P2 X0.00 Y0.00 Z0.00
G10 L2 P3 X0.00 Y0.00 Z0.00
G10 L2 P4 X0.00 Y0.00 Z0.00
G10 L2 P5 X0.00 Y0.00 Z0.00
G10 L2 P6 X0.00 Y0.00 Z0.00
G10 L2 P7 X0.00 Y0.00 Z0.00
G10 L2 P8 X0.00 Y0.00 Z0.00
G10 L2 P9 X0.00 Y0.00 Z0.00
bed.g
; called to perform automatic delta calibration via G32
; generated by RepRapFirmware Configuration Tool v2 on Tue Feb 19 2019 21:54:36 GMT-0500 (Eastern Standard Time)
M561 ; clear any bed transform
G28 ; home all towers
G30 P0 X0.00 Y160.00 Z-99999 H0
G30 P1 X80.00 Y138.56 Z-99999 H0
G30 P2 X138.56 Y80.00 Z-99999 H0
G30 P3 X160.00 Y0.00 Z-99999 H0
G30 P4 X138.56 Y-80.00 Z-99999 H0
G30 P5 X80.00 Y-138.56 Z-99999 H0
G30 P6 X0.00 Y-160.00 Z-99999 H0
G30 P7 X-80.00 Y-138.56 Z-99999 H0
G30 P8 X-138.56 Y-80.00 Z-99999 H0
G30 P9 X-160.00 Y-0.00 Z-99999 H0
G30 P10 X-138.56 Y80.00 Z-99999 H0
G30 P11 X-80.00 Y138.56 Z-99999 H0
G30 P12 X0.00 Y80.00 Z-99999 H0
G30 P13 X69.28 Y-40.00 Z-99999 H0
G30 P14 X-69.28 Y-40.00 Z-99999 H0
G30 P15 X0 Y0 Z-99999 S7
homedelta.g
G91 ; relative positioning
G1 S1 X650 Y650 Z650 F3800 ; move all towers to the high end stopping at the endstops (first pass)
G1 X-5 Y-5 Z-5 F1800 S2 ; go down a few mm
G1 S1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F6000 ; move X+Y to the centre
config.g
; Z-Probe
M558 P8 R0.4 F1200 H5 T6000 ; Set Z probe type to effector and the dive height + speeds
G31 P100 X0 Y0 Z0.15 ; Set Z probe trigger value, offset and trigger height
M672 S105:80:175 ; Set Z probe sensitivity to 90
M557 R165 S20 ; Define mesh grid"
Did I forget something?