Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 11, 2020 12:25PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 11, 2020 03:10PM |
Registered: 7 years ago Posts: 1,007 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 11, 2020 08:49PM |
Registered: 11 years ago Posts: 341 |
Quote
MKSA
@jay_s @sdavi
Note that what puzzles me is that once DWC is loaded and I have control, I can transfer a gcode file of about 10MB (4 times the script file size app.9fed7e58.js that takes 15min !) in about 10s !
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 03:16AM |
Registered: 7 years ago Posts: 1,007 |
Quote
sdavi
What about downloading that same gcode from the LPC? (in DWC right click on the gcode file and select download) Maybe when sending from LPC it is slow?
@jay_s Maybe you can look into it this as you are also getting slower speeds to test with? It would be good to see whats going on with wireshark to see if there is any TCP transmission issues etc.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 07:29AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 08:08AM |
Registered: 4 years ago Posts: 6 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 08:53AM |
Registered: 11 years ago Posts: 341 |
Quote
7ambrion
hei guys! is it someway to run pt100 on this port? I have tl amplifer so what i need to write here?
M308 S1 P"e0temp" Y"??????"
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 09:11AM |
Registered: 4 years ago Posts: 6 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 12, 2020 05:24PM |
Registered: 10 years ago Posts: 14,685 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 13, 2020 07:32AM |
Registered: 4 years ago Posts: 6 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 13, 2020 08:05AM |
Registered: 11 years ago Posts: 341 |
Quote
7ambrion
i have purchased thirdparty max31865 and it looks like its have a lot of pins need i all of them or its just a one signal pin? and how about 430 resister, will it work with this gcode?
M308 S1 P"e0temp" Y"rtd-max31865" R430
board.txt heat.spiTempSensorCSPins = {0.16}; config.g M308 S1 Y"rtd-max31865" P"0.16" R430
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 16, 2020 03:14PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 16, 2020 11:09PM |
Registered: 11 years ago Posts: 341 |
Quote
gloomyandy
@dc42 @sdavi not sure if you are looking at this thread but... I'm in the process of updating to RC4 but have hit a couple of problems. There are a number of new items that have been added to the object model, but some of these are causing compilation errors when built with some of the options we use for some of the LPC builds. In particular the object model reference to "powerFailScript" fails if the HAS_VOLTAGE_MONITOR setting is false. Similarly the new entries for "gCodes", "macros" and "web" cause errors if HAS_MASS_STORAGE is set to false. I'm happy to go ahead and fix these but I'd appreciate some advice and what the best was is to handle these sorts of items if the underlying object is not available, should the item still be present in the object model (but return some sort of null value), or should they be removed from the model?
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 17, 2020 03:05AM |
Registered: 10 years ago Posts: 14,685 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 17, 2020 06:05AM |
Registered: 10 years ago Posts: 14,685 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 17, 2020 08:15AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 17, 2020 06:40PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 18, 2020 03:09AM |
Registered: 10 years ago Posts: 14,685 |
Quote
gloomyandy
@DC42 that's brilliant thanks, makes things much easier. Quick follow up question. which DSF branch should be used with RC4, "dev" or "dc-rrf3.01-RC4"? Thanks again.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 20, 2020 05:41PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 20, 2020 06:52PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 21, 2020 04:03AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 21, 2020 09:00AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 23, 2020 08:30AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 23, 2020 09:42AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 26, 2020 04:48AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 26, 2020 05:22AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 29, 2020 11:28AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 29, 2020 01:03PM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 29, 2020 02:30PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards March 29, 2020 03:46PM |
Registered: 13 years ago Posts: 224 |