@Phaedrux
no, i haven't done that yet. I thought commenting out M375 would make the error stop showing up for now. Thanks for the firmware update. Should i go ahead and put g29 in my config.g?
Posts made by insertcoin
-
RE: Final calibrations for RostockMax V3.2
-
RE: Final calibrations for RostockMax V3.2
Additionally, when i just started it up, i got an Error M375: height map file heightmap.csv not found.
-
Final calibrations for RostockMax V3.2
I have already found a lot of help here with troubleshooting my printer. There are some
issues I am still having trouble with, for example printing from the SD card inserted in the LCD. Thanks to helpful comments on a previous topic, i managed to connect my printer to access point mode. There is M375 and Z probe trigger errors when trying to start up bed mapping. My files:
homedelta.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 positioningbed.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 mapI was also wondering how to update my panelDue's firmware. Thanks!
-
RE: 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.
-
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
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 -
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
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. -
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
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? -
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
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?
-
RE: 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.
-
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
How would i change the firmware updates?
-
RE: 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!
-
RE: 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)
-
RE: 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-01 -
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
@Danal thanks, i didn't even know that. When i put M 115 in the MatterControl terminal, that's all taht showed up. I am connected via usb to the printer.
-
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
M 115 returns FIRMWARE_NAME: RepRapFirmware for Duet Wifi.
Also, what is panelDue? -
RE: Problems with micro SD card on a ROSTOCK MAX V 3.2
on pc, the micro sd card and the sd cards have all the files loaded. They are visible and i can open/ edit them with notepad ++. How would i set up access point mode? I have looked at both sd cards through the lcd, that sadly is not working. I will send M115 right now and let you know what happened. Thanks!
-
Problems with micro SD card on a ROSTOCK MAX V 3.2
hey everyone,
My School recently purchased a DIY kit for the ROSTOCK MAX V 3.2 from seemecnc. This printer uses a duet wifi board, so i was wondering if i could get support here. I cannot use WIFI to connect to the printer, because school wifi policies don't allow it. My issue is that none of the files in the micro SD card inserted into the DUET can be read or show up on the LCD touchscreen we purchased from seemecnc. When i try to open macros, for example the macro NETWORK, i recieve the response: macro file "0:/macros/NETWORK" not found. i loaded these macros from the seemecnc github as instructed by the configuration guide. I tried different micro SD cards and formatting, but they just won't show up. However, when i connected the printer to MatterControl and ran my macros through MatterControl, they seemed to be working just fine. I have tried seemecnc support as well as MatterHackers, but nobody can help with my issue. The gcode that i load on the SD card that is inserted in the LCD touchscreen also seems to have a problem: When i click on the gcode file on the Touchscreen and file information pops up, all stats are set to 0 (print time, material etc.). I don't know whether this is an issue with my duet board or printer itself. By the way, This is the first #D printer i have ever built, i am very much new to this, and barely know what gcode is. Thank you so much.