Problems with micro SD card on a ROSTOCK MAX V 3.2
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
How would i set up access point mode?
From your USB terminal
M552 S0
This should put the WiFi module in "reset" or "idle" mode.M589 S"ssid" P"password" I"10.10.10.1"
This sets the WiFi module to AP mode. Use an SSID and Password that you like. (Do Not put this in config.g, it saves itself in the WiFi module)M552 S2
This actually starts the WiFi module. It is OK to put this in config.gA minute or so later, you can look for the SSID on your phone or tablet or whatever, and then connect to that network. Then connect to that IP address in a browser.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
After putting M 115 into the console, i get
FIRMWARE_NAME: RepRapFirmware for duet WiFi FIRMWARE_VERSION: 1.19.2 ELECTRONICS: Duet Wifi 1.0 FIRMWARE_DATE: 2017-09-01Fantastic that we got the full story!!
And... drum roll... that release is REALLY old.
Given your school environment, what permission is needed to upgrade? We can discuss exactly how after we determine what is OK and what is not OK.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
The panelDue firmware i am using is firmware version 1.22.1(28b1)
That is also fairly old. And a slightly different upgrade procedure. Again, after you decide how you wish to proceed, we can discuss the details.
-
@Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M589 S"ssid" P"password" I"10.10.10.1"
this returns "bad or missing parameter in M 589 command" . I do not have the school wifi password, and wouldn't be able to use it anyways, are you saying i should choose whatever i want for ssid and password? I can download any software on my computer, the only problem is that my school doesn't allow wifi access. I have no other restrictions. Thanks so much by the way!
-
How would i change the firmware updates?
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
@Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M589 S"ssid" P"password" I"10.10.10.1"
this returns "bad or missing parameter in M 589 command" . I do not have the school wifi password, and wouldn't be able to use it anyways, are you saying i should choose whatever i want for ssid and password? I can download any software on my computer, the only problem is that my school doesn't allow wifi access. I have no other restrictions. Thanks so much by the way!
By going AP, you are setting up a new network totally separate from the School's network. The ssid and password on this new network should NOT match the school, they should be your independent choice.
How about:
M589 S"rostocknet" P"pepperwool" I10.10.10.1
The bad parm error was from quotes around the IP address.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
How would i change the firmware updates?
Step 1 is to get connected.
-
@Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M589 S"rostocknet" P"pepperwool" I10.10.10.1
Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
@Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M589 S"rostocknet" P"pepperwool" I10.10.10.1
Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.
Hmmm... try M552 S0 wait a min, M552 S2, wait, try that a couple of times.
-
I tried that just now for a few times. I forgot to mention that "Wifi module is idle" shows up every time i get the wifi reported error, is that important?
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
@Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M589 S"rostocknet" P"pepperwool" I10.10.10.1
Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.
That's because firmware 1.19.x didn't support access point mode. This is what I suggest:
- Download iap4e.bin and DuetWiFiServer.bin from https://github.com/dc42/RepRapFirmware/releases/tag/2.03 and put them in /sys on the Duet SD card
- Download Duet2CombinedFirmware.bin from https://github.com/dc42/RepRapFirmware/releases/tag/2.05.1 and put it in /sys on the Duet SD card
- Also put a copy of Duet2CombinedFirmware.bin on the SD card renamed to DuetWiFiFirmware.bin, replacing any existing file of the same name
- Put the SD card back in the Duet and start the Duet
- From Matter Control, send M997 S1
- When that finishes updating the WiFi module firmware, send M997 (without the S1). It will disconnect.
- After 30 seconds, try to connect again. Send M115 and check the firmware version. It should be 2.05.1.
That will get the Duet firmware up to date. After that you can update the touch screen firmware.
-
Ok, great. I got the M997 step, but after disconnecting, i got
Warning: Macro file config-override.g not found.
Error: M375: Height map file heightmap.csv not found WiFi module started
And for some reason, after putting in M 115 into the terminal, the console doesn't respond with a statement. Should i try Access point mode anyways? -
Amazing, thank you guys. i got the Access point mode running. The only thing i am wondering about now are the constant errors i get when trying to do the first probe and the bed mapping. I keep getting
Error: Z probe already triggered at start of probing move
and also recieved a M 375 again. BUT i am so happy this thing finally works(almost)! thanks so much. -
Please post your config.g, bed.g and homedelta.g files.
-
As Dave said, please post those files.
-
M375 no height map: We'll fix this MUCH later. Ignore it for now
-
Config-override.g: Same thing. We will fix it later, ignore for now.
There may need to be some slight changes in the config, that's why we need to see the files. Don't try to operate the machine too much until we take a look... and/or be ready to power off if it jams or tries to cram the nozzle into the bed or...
-
-
bed.g:
M203 Z25000
G28M109 S0
M140 S0
M106 P0 S0
M106 P2 S0 H-1G30 P0 X0 Y125 Z-99999
G30 P1 X108.24 Y62.5 Z-99999
G30 P2 X108.24 Y-62.5 Z-99999
G30 P3 X0 Y-125 Z-99999
G30 P4 X-108.24 Y-62.5 Z-99999
G30 P5 X-108.24 Y62.5 Z-99999
G30 P6 X0 Y62.5 Z-99999
G30 P7 X54.13 Y-31.25 Z-99999
G30 P8 X-54.13 Y-31.25 Z-99999
G30 P9 X0 Y0 Z-99999 S6M106 P2 T50 S0.5 H1
G28
config.g:
M550 PRMAXV32 ; Printer name
M555 P2 ; Gcode Output Type
M552 S1 ; Enable Wifi
M575 P1 B57600 S1 ; PanelDue Comm Setup
G21 ; Work in millimetres
G90 ; Send absolute coordinatesM569 P0 S0 ; Drive 0 goes forwards (X)
M569 P1 S0 ; Drive 1 goes forwards (Y)
M569 P2 S0 ; Drive 2 goes forwards (Z)
M569 P3 S0 ; Drive 3 goes forwards (E0)
M569 P4 S0 ; Drive 4 goes forwards (E1)M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
M665 R144 L291.06 B135 H400 X0 Y0 Z0 ; delta radius, diagonal rod length, printable radius and homed height
;M665 R144 L337 B135 H350 X0 Y0 Z0 ; optional carbon fiber arms length setting
; Y X Z are tower angle offsets
M666 X0 Y0 Z0 ; endstop offsets in mmM350 X16 Y16 Z16 E16:16 I1 ; Set 16x microstepping w/ Interpolation
M92 X200 Y200 Z200 ; Set axis steps/mm
M92 E182.0:182.0 ; Set extruder steps/mmM906 X1200 Y1200 Z1200 E1200:1200 I50 ; Set motor currents (mA) and idle current %
M201 X4200 Y4200 Z4200 E5000 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z15000 E15000 ; Maximum speeds (mm/min)
M566 X2000 Y2000 Z2000 E2000 ; Maximum instant speed changes mm/minuteM106 P0 H-1 ; Part Cooling Fan
M106 P1 S0.5 H-1 ; Case fan
M106 P2 T50 S0.7 H1 ; Heat sink fanM307 H0 B0 ; Heated Bed (H2)
M305 P0 T100000 B4388 R4700 H30 L0 ; Bed thermistorM305 P1 T100000 B4388 R4700 H30 L0 ; Hot end Thermistor
M563 P0 D0 H1 ; Hot end (T0), drive (E0), heater (H1)
G10 P0 S0 R0 ; Hot end operating and standby temperatures;Dual Extrusion Code
;M563 P1 D1 H1 ; Hot end (T1), drive (E1), heater (H1)
;G10 P1 S0 R0 ; Hot end (1) operating and standby temperaturesM558 P5 I0 A2 S0.05 R0.4 H20 F2500 ; Strain gauge probe settings
G31 P100 X0 Y0 Z-0.3 ; Probe trigger and offset values
M557 R140 S30 ; defualt bed mapping
M501 ; Load saved config values
T0 ; Select Tool 0
M375 ; Load height maphomedelta.g:
M203 Z25000
G91 ; use relative positioning
G1 S1 X750 Y750 Z750 F5000 ; move all carriages up, stopping at the endstops
G1 S2 X-5 Y-5 Z-5 F500 ; move all towers down 5mm
G1 S1 X8 Y8 Z8 F500 ; move towers slowly up 8mm, stopping at the endstops
G1 S2 X-5 Y-5 Z-5 F500 ; move carriages down 5mm
G90 ; back to absolute positioning -
Also, in AP mode, you have the web interface up, right? Let's update that as well. Assuming that M115 shows you to be on 2.05.1, do this:
-
Download https://github.com/chrishamm/DuetWebControl/releases/download/2.0.7/DuetWebControl-SD.zip
-
DO NOT unzip it
-
Find the "system" tab in the Duet web interface. Find the "Upload system files" somewhere (lower right?) on that page. Press this button and select the zip file from step (1)
When it finishes uploading, the web interface will change. This new interface will get us some capabilities we will use later.
-
-
Okay, i will do that. School closed at 2pm and Midwinter break starts tomorrow, so I'll report back in a week. Thank you so much.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
M501 ; Load saved config values
M375 ; Load height mapFor this moment, you can take these two statements and put a ; in front of them. That will eliminate the two big error messages. We may uncomment them later... maybe.
-
@insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:
Okay, i will do that. School closed at 2pm and Midwinter break starts tomorrow, so I'll report back in a week. Thank you so much.
Fantastic ! Reach out (start a new thread) when you get back.