HOMES fine, CRASHES when starting print
-
@gloomyandy nothing happens it says sending, but no movement. Using pronterface and usb cable
-
try using something other than pronterface if you can. That tends to do various odd things. Just use a terminal emulation program like YAT or putty. You should be able to issue gcode code commands like M122 and have the responses come back.
-
@gloomyandy when i enter g28 in dwc is homes perfectly fine
-
@gloomyandy i can use m122 in putty, but g28 does nothing again
-
In putty enter:
M111 P3 S1
M111 P16 S1
G28
and post the output. If G28 still does nothing, type G28 in the DWC console and again post the output from the USB console. You may need to scroll back to see the output. -
@gloomyandy Debugging enabled for modules: GCodes(3)
Debugging disabled for modules: Platform(0) Network(1) Webserver(2) Move(4) Heat(5) DDA(6) Roland(7) Scanner(8) PrintMonitor(9) Storage(10) PortControl(11) DuetExpansion(12) FilamentSensors(13) WiFi(14) Display(15) LinuxInterface(16)
USB: M111 P16 S1
Debugging enabled for modules: GCodes(3) LinuxInterface(16)
Debugging disabled for modules: Platform(0) Network(1) Webserver(2) Move(4) Heat(5) DDA(6) Roland(7) Scanner(8) PrintMonitor(9) Storage(10) PortControl(11) DuetExpansion(12) FilamentSensors(13) WiFi(14) Display(15)
USB: G28( G28 didnt do anything btw )
-
keeps gettin flagged as spam, i messaged you in discord, and sent a TXT of the output during the g28
-
@gloomyandy I also noticed the output in putty when connected to dwc, has a bunch of connected establishment codes and a bunch of continueing code that gets generated,basically stating the printer is connected blah blah.
When i have dwc off, and just using putty there are no lines being generated from consol. Its like my printer only has its brains. When dwc is connected, ( could i have screwed up setup that bad? ) or is that normal?
-
What exactly do you mean by having "dwc off"? In all of these tests you need to have your rPi running and connected. If you did not that would explain why G28 was not do anything when you typed it from putty. You can't use the SBC version of RRF without having the rPi/DSF connected.
It is getting pretty late here, so I've got to go.
You should probably set the option in the putty terminal settings:
Implicit CR in every LF
makes the output easier to read.I'd still like to see the directory listing of your /opt/dsf/sd/sys directory.
Please reboot your LPC board. Make sure that DWC is connected and then connect using putty over USB (keep the rPi on and DWC running) then enter:
M111 P3 S1
M111 P16 S1
G28
M122
and post the output. -