Re: LPC port of RepRapFirmware December 21, 2018 02:29AM |
Registered: 5 years ago Posts: 1,007 |
Re: LPC port of RepRapFirmware December 25, 2018 04:10AM |
Registered: 5 years ago Posts: 1,007 |
Re: LPC port of RepRapFirmware December 25, 2018 04:54AM |
Registered: 9 years ago Posts: 341 |
Quote
MKSA
Any reason the MAX end stop pins have been chosen for the limit switches instead of the MIN which seems to be the most common and logical (coord 0) set up.
When moving from Smoothieware, I had to reconnect them, not a major issue but an hindrance when you go from one firmware to an other, but I am asking because I can see the MAX being usually free can and are used for other kind of input like run out sensor ...
To switch from one firmware to an other can help isolate mechanical, hardware issues.
Re: LPC port of RepRapFirmware December 25, 2018 06:55AM |
Registered: 5 years ago Posts: 1,007 |
Quote
sdavi
Quote
MKSA
Any reason the MAX end stop pins have been chosen for the limit switches instead of the MIN which seems to be the most common and logical (coord 0) set up.
When moving from Smoothieware, I had to reconnect them, not a major issue but an hindrance when you go from one firmware to an other, but I am asking because I can see the MAX being usually free can and are used for other kind of input like run out sensor ...
To switch from one firmware to an other can help isolate mechanical, hardware issues.
No reason, it was just a matter of picking something. Delta users have endstops on Max and z-probe on Min, which i had at the time so that probably played a part. Leaving z-probe on min seemed like a good idea and to be consistent the rest stayed on max.
You could switch the pin numbers over in the smoothie config file to keep them the same, or edit the header file in this version and compile the firmware.
Re: LPC port of RepRapFirmware December 27, 2018 03:08AM |
Registered: 5 years ago Posts: 1,007 |
Re: LPC port of RepRapFirmware December 27, 2018 10:15PM |
Registered: 9 years ago Posts: 341 |
Re: LPC port of RepRapFirmware December 30, 2018 06:07AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 02, 2019 11:45AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 02, 2019 12:18PM |
Registered: 9 years ago Posts: 14,640 |
Re: LPC port of RepRapFirmware January 02, 2019 12:45PM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 02, 2019 11:45PM |
Registered: 9 years ago Posts: 341 |
Re: LPC port of RepRapFirmware January 03, 2019 02:09AM |
Registered: 5 years ago Posts: 1,007 |
Quote
sdavi
Apparently a few people also had issues with the supply to the phy chip on the sbase too.
I run 1.22.5 on Smoothieboard and find it stable with the LPC port - I've had it running for several hours without any problems.
I've been testing DWC v2 with LPC port and so far the main issue i've experienced is it "disconnects" when uploading large files since it also seems to be requesting status updates in parallel during the upload, but the LPC port only services one connection at a time, so DWC thinks there is a error when it doesn't get any replies from the status updates in time and then reconnects. This is not an issue in 1.22.5 where it stops the status updates during uploads so 1.22.5 should currently be the most stable with the LPC port.
From my testing, known causes to getting disconnects in 1.22.5 on the LPC port are:
- Running gcodes that produce a large amount of text, such as M503.
- Downloading/editing large files (i.e. over a 1MB or so), although it will usually reconnect automatically afterwards.
Re: LPC port of RepRapFirmware January 03, 2019 04:14AM |
Registered: 9 years ago Posts: 14,640 |
Quote
MKSA
Note that personally I don't care about the web interface, it is a 3D printer !
A nice feature to have (hey HP, Cisco have done that decades ago) but it is a matter of priorities. Not just regarding development but while running too!
Re: LPC port of RepRapFirmware January 03, 2019 04:58AM |
Registered: 5 years ago Posts: 1,007 |
Quote
dc42
Quote
MKSA
Note that personally I don't care about the web interface, it is a 3D printer !
A nice feature to have (hey HP, Cisco have done that decades ago) but it is a matter of priorities. Not just regarding development but while running too!
The web interface not only provides better control over your printer than you can get via USB, it provides a fast and convenient way to move files from your PC to your printer, manage the files on the SD card, and display the bed height map after mesh probing.
Re: LPC port of RepRapFirmware January 03, 2019 11:21AM |
Registered: 9 years ago Posts: 14,640 |
Re: LPC port of RepRapFirmware January 03, 2019 11:22PM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 03, 2019 11:52PM |
Registered: 9 years ago Posts: 341 |
Quote
JoVo
That are the values after a "cold start".
=== RTOS ===
Static ram: 1740
Dynamic ram: 30348 of which 0 recycled
Exception stack ram used: 256
Never used ram: 392
AHB_RAM Static ram used : 10784
=== Ram Totals ===
Main SRAM : 32344/32768 (424 free, 392 never used)
RTOS Dynamic Heap : 33712/52304 (18592 free, 18592 never used)
could be interesting after few hours playing around....
Re: LPC port of RepRapFirmware January 04, 2019 12:18AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 12:32AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 01:03AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 01:35AM |
Registered: 9 years ago Posts: 341 |
Quote
JoVo
so now with network + usb (works today)
=== RTOS ===
Static ram: 2792
Dynamic ram: 29340 of which 0 recycled
Exception stack ram used: 296
Never used ram: 308
AHB_RAM Static ram used : 17504
=== Ram Totals ===
Main SRAM : 32428/32768 (340 free, 308 never used)
RTOS Dynamic Heap : 38352/44536 (6184 free, 5016 never used)
=== LPC PWM ===
Quote
JoVo
Btw. with your software I have to swap Hotend and Bed thermistor for korrekt function on my MKS SBASE v1.3
only thermistor!
orig. Smoothieware on MKS SBASE
-------------------------------------------------
temperature_control.bed.thermistor_pin 0.23
temperature_control.hotend.thermistor_pin 0.24
Re: LPC port of RepRapFirmware January 04, 2019 02:13AM |
Registered: 5 years ago Posts: 1,007 |
Quote
sdavi
....
I'll fix that in the header file and upload a new binary soon. The initial config was based on the smoothieboard one (which is why i mentioned before checking the header file to check the config was correct since i can't test it).
Re: LPC port of RepRapFirmware January 04, 2019 02:36AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 02:39AM |
Registered: 9 years ago Posts: 341 |
Re: LPC port of RepRapFirmware January 04, 2019 03:00AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 03:41AM |
Registered: 9 years ago Posts: 341 |
Re: LPC port of RepRapFirmware January 04, 2019 04:10AM |
Registered: 6 years ago Posts: 19 |
Re: LPC port of RepRapFirmware January 04, 2019 04:52AM |
Registered: 9 years ago Posts: 341 |
Quote
JoVo
first I'm new to reprap ....
I try M558 P7 but I've also M574 Z1 activated (that could be my prob)
Re: LPC port of RepRapFirmware January 05, 2019 02:21AM |
Registered: 9 years ago Posts: 14,640 |
Re: LPC port of RepRapFirmware January 05, 2019 03:00AM |
Registered: 5 years ago Posts: 1,007 |