@dc42
Found the issue. In stop.g I call G28 X which executes homex.g.
It contained G1 S1 Z3 which didn't work because the Z probe was triggerd.
Changing it to G1 S0 Z3 solved this.
Thank You
Latest posts made by Toon
-
RE: End Gcode is ignored or not executed with Cura
-
End Gcode is ignored or not executed with Cura
I configured Cura to send M0 when the print is done. But M0 => stop.g is not executed. But the end-gcode is ignored
I also tried to paste this code in the Cura box for end-gcode same result.
The carriage just stops at the last gcode instruction and the console states that the print is finished. This results in a huge meld pod on top of a print.Cura 3.5.1
RepRapFirmware for Duet 2 WiFi/Ethernet version 1.21 running on Duet WiFi 1.02 or laterContent of stop.g
; stop.g ; called when M0 (Stop) is run (e.g. when a print from SD card is cancelled) M220 S100 ; set speed back to 100% G28 X; home M140 S0 ; turn off bed temperature M141 S0 ; turn off chamber heater M104 S50 ; set nozzle below GTT M116 ; wait M84 ; disable motors M106 S0 ; part fans off M81 ;PSU off
Last lines of the gcode file exported by cura
G0 F3600 X230.933 Y213.962 G1 F2400 X229.608 Y212.637 E0.09349 G0 F3600 X230.173 Y212.637 G1 F2400 X230.933 Y213.397 E0.05362 G0 F3600 X230.933 Y212.831 G1 F2400 X230.739 Y212.637 E0.01369 ;TIME_ELAPSED:199.079837 G1 F1500 E-1 M82 ;absolute extrusion mode M0; call stop.g M83 ;relative extrusion mode M104 S0 ;End of Gcode
-
RE: Bed levelling using 2 independent Z motors
I'm not sure about the other config on how to address the second Z motor and set all the parameters.
Can I do Znnn:nnn ? Or do I need to use an other char?; Drives M584 X0 Y1 Z2:4 E3 P3 ; two Z motors connected to driver outputs 2 and 4 (E1) M569 P0 S0 ; X Drive goes forwards M569 P1 S1 ; Y Drive goes forwards M569 P2 S0 ; Z Drive goes backwards M569 P3 S0 ; E1 Drive goes forwards M350 X16 Y16 Z16:16 E16 I1 ; Configure microstepping with interpolation M92 X101 Y101 Z400:400 E837 ; Set steps per mm M566 X4000 Y4000 Z100:100 E120 ; Set maximum instantaneous speed changes (mm/min) M203 X12000 Y12000 Z100:100 E2400 ; Set maximum speeds (mm/min) M201 X500 Y500 Z100:100 E250 ; Set accelerations (mm/s^2) M906 X1000 Y1000 Z1000:1000 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout
-
RE: PanelDue is unresponsive after update
Problem solved!
I found a windows laptop. Did the hole update procedure. Write, Verify all went well. Tried to push the calibration dot still no response.
Turned around the board looked closely. peeled a bit on all the flat cables. Found out that one of the small flat cables in the center of the board was not sitting in the slot but was slipped under the slot. Turned off power, inserted flat cable in the slot. And BOOM the touch screen worked.Thank you all, dc42, phaedrux, gtj0 for troubleshooting with me.
-
RE: PanelDue is unresponsive after update
@gtj0 said in PanelDue is unresponsive after update:
If the verify is failing, you only think you're writing to the board.
Is the board connected to the Duet while it's also connected to your laptop? It's possible there's a ground loop happening which is corrupting the data. Disconnect the panel from everything other than the USB cable and try.The board is not connected to the duet when I flash the firmware.
Still need to test with an other laptop. So keep you posted. -
RE: PanelDue is unresponsive after update
The verify tool on bossac is failing often. It seems like after the erase and write action the connection drops.
The usb is fine otherwise I would never be able to write to the board.
After I uploaded the new firmware I connected the panel to the duet to ensure there is enough power but the screen remains unresponsive.
I will do some more tests with a different laptop, preferably a windows machine. Try the logo and non-logo.
-
RE: PanelDue is unresponsive after update
Thank you for the advise. I checked the download. On github the file is 117Kb when i download the file (i did this multiple times) it is always 119Kb. I tried with two different files. Same result.
-
PanelDue is unresponsive after update
Hi
I own a PanelDUE 7i and did a firmware update. I flashed file PanelDue-5.0i-7.0i-no-logo.bin with bossac tool. The file was downloaded from github Release 1.21.3. After the update. "touch the spot " is displayed I tried a few times but it is unresponsive. I'm stuck at this point.I made a video of the process https://youtu.be/89sgUlBrJm8