Re: LPC port of RepRapFirmware August 27, 2018 12:25AM |
Registered: 11 years ago Posts: 341 |
Quote
AlexY
@sdavi I tried a relatively high-speed print and it looks like the printer is stuttering in some areas causing layer shifting. Not sure what the cause is; perhaps slow SD reads or something with memory usage? Unfortunately I won't have access to my printer for a while so I'll be unable to test.
Re: LPC port of RepRapFirmware August 30, 2018 12:39PM |
Registered: 6 years ago Posts: 9 |
M997 S0 Error: M997: Invalid module number '0'
Re: LPC port of RepRapFirmware August 30, 2018 07:48PM |
Registered: 11 years ago Posts: 341 |
Quote
digi2life
OK, I'm trying to update my ReArm and getting this error:
M997 S0 Error: M997: Invalid module number '0'
I downloaded firmware-REARM-NETWORK.bin from [github.com] and renamed it to Duet2WifiCombined.bin... and then RepRapFirmware.bin.
DWC recognizes the latter as firmware and tries to update but gives the above error. I made sure I have iap4e.bin in the /sys directory as well.
Am I doing something wrong? What do I need in my /sys directory?
I'm running the 1.21 LPC port on a ReArm.
Thank you!
Re: LPC port of RepRapFirmware October 12, 2018 10:10AM |
Registered: 11 years ago Posts: 7 |
Re: LPC port of RepRapFirmware October 13, 2018 07:51PM |
Registered: 11 years ago Posts: 341 |
Quote
Dreamscape74
Hi sdavi,
Thank you for the effort on porting. Appreciate it much.
Got a question if you can help answering.
I am using smoothieboard on my printers but I have external drivers. Any pointers on how I can make that work with this port? I am sorry I do not know / never used RRP.
Hope you can help.
Thank you.
Re: LPC port of RepRapFirmware October 14, 2018 09:54PM |
Registered: 11 years ago Posts: 7 |
Re: LPC port of RepRapFirmware November 14, 2018 01:01PM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 14, 2018 11:40PM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
@sdavi i tried the latest bin on MKS SBase V1.3 (Smoothieware board with LPC1768), but the web server doesn't work weel, the page is loaded very badly and is not paginated.
Monitoring the serial output when i try to acces the web server and i've a lot of error:
18:49:26.173 : Error: Can't open 0:/www/js/jquery.flot.navigate.min.js.gz to read, error code 4
18:49:26.173 : Error: Can't open 0:/www/js/jquery.flot.navigate.min.js.gz to read, error code 4
Anyway very good work, I hope the LCD fucntion soon.
Marco
Re: LPC port of RepRapFirmware November 15, 2018 04:39AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 16, 2018 02:10AM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
Thanks! Now i've a javascript error, see the image.
The "MKS SBase V1.3" board is powered from USB and connected to the LAN, no other connection to the board, without main power.
Re: LPC port of RepRapFirmware November 16, 2018 03:58AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 16, 2018 04:27AM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
With the old web interface i've no error but it doesn't connect to the board (always disconnected), i can't modify anything.
Have you tried your code with this board?
Re: LPC port of RepRapFirmware November 17, 2018 08:04AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 19, 2018 06:33PM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
Yes, is not a related cache problem, but i think because this board install a different LAN chip.
See the image, it's a "Microchip LAN8720A".
Re: LPC port of RepRapFirmware November 20, 2018 05:52AM |
Registered: 11 years ago Posts: 341 |
Re: LPC port of RepRapFirmware November 21, 2018 03:56AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 21, 2018 04:33AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 21, 2018 04:45AM |
Registered: 11 years ago Posts: 341 |
Re: LPC port of RepRapFirmware November 21, 2018 02:35PM |
Registered: 11 years ago Posts: 14,685 |
Re: LPC port of RepRapFirmware November 22, 2018 08:42AM |
Registered: 11 years ago Posts: 665 |
Re: LPC port of RepRapFirmware November 26, 2018 12:57PM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware November 26, 2018 11:01PM |
Registered: 11 years ago Posts: 341 |
Quote
chrishamm
The error in DWC is caused by the missing 'fanRPM' property in the sensors field of the status response. I just prepared another build that checks if this field is present and omits it if it is not. Please check if that resolves your problem.
Quote
Marco67
Same results, here it doesn't work with MKS SBase V1.3 with LAN, only USB.
Re: LPC port of RepRapFirmware December 03, 2018 06:53AM |
Registered: 11 years ago Posts: 341 |
Re: LPC port of RepRapFirmware December 07, 2018 05:35PM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware December 07, 2018 09:03PM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
Now the LAN version work fine on MKS Sbase V1.3!
But i can't write the settings on MicroSD with M500.
Re: LPC port of RepRapFirmware December 08, 2018 03:32AM |
Registered: 8 years ago Posts: 27 |
Re: LPC port of RepRapFirmware December 08, 2018 04:25AM |
Registered: 11 years ago Posts: 341 |
Quote
Marco67
Ops, missing this step, added, thanks!
I've no reply on the web gui screen of the G-CODE console if i send M503, is normal?
But i can see all the M503 output with USB.
Re: LPC port of RepRapFirmware December 09, 2018 11:19AM |
Registered: 11 years ago Posts: 14,685 |
Re: LPC port of RepRapFirmware December 10, 2018 12:54PM |
Registered: 7 years ago Posts: 1,007 |
Re: LPC port of RepRapFirmware December 10, 2018 05:01PM |
Registered: 11 years ago Posts: 14,685 |
Quote
MKSA
PS: Would be nice to have a separate sub forum for RRF, like for Marlin