RADDS work now stable with RepRap Firmware October 12, 2015 05:58AM |
Registered: 12 years ago Posts: 1,807 |
Re: RADDS work now stable with RepRap Firmware October 13, 2015 08:17PM |
Registered: 9 years ago Posts: 72 |
Re: RADDS work now stable with RepRap Firmware October 14, 2015 12:16PM |
Registered: 11 years ago Posts: 16 |
Re: RADDS work now stable with RepRap Firmware October 15, 2015 04:58AM |
Registered: 11 years ago Posts: 16 |
Re: RADDS work now stable with RepRap Firmware October 15, 2015 02:34PM |
Admin Registered: 17 years ago Posts: 14,016 |
Re: RADDS work now stable with RepRap Firmware October 17, 2015 04:36PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 17, 2015 06:20PM |
Admin Registered: 17 years ago Posts: 14,016 |
Re: RADDS work now stable with RepRap Firmware October 18, 2015 03:30AM |
Registered: 11 years ago Posts: 14,686 |
Quote
filipeCampos
-the upload of the firmware in my arduino due (is a clone) board only works using the native port. But In the documentation is explicit indicate is necessary to use the programming port.
Quote
filipeCampos
-The pronterface only connect using native port. Pronterface do not work very well with the firmware, is there a better one?
Quote
filipeCampos
-Most of the times the connecting process fail. To connect correctly is an process of try and error. I need to shutdown the printer, disconnect the usb from the pc and try again, only have success 1 in 2 or 3. Any clue what i doing wrong? The error i get:
[ERROR] Could not connect to COM7 at baudrate 115200:
Serial error: could not open port COM7: [Error 2] The system cannot find the file specified.
Quote
filipeCampos
i have added the line of gcode "M106 S255 P1 "in my config.d file to start at max the fan of the hotend, found that sometimes the fan do not start when power up the printer. When this happen i can not connect the printer. Other time the fan auto start when i power and the connection work. It appear that sometimes the firmware do not read the configuration in the sd card. I have the sd card in the micro sd of the board.
Quote
filipeCampos
-I have 3 min and 3 max endstop, when i do M119 only appears 3 endstop! There is the option to have the 6?
Quote
filipeCampos
-to configure my printer i using was base the script in the folder "sys-CoreXY", the homey.g and homex.g script that do the homing of x and y has movement of the z, why? I have removed the gcode of the z axis, but there is any reason that have them?
Quote
filipeCampos
-in pronterface when i click in SD to make an SD print, no file appears. I have 2 files *.gcode. I missing something? is necessary to put the gcode is some special folder or the SD functionality is not working? Already try to put in an folder called gcode and on the root of the SD card, none have worked.
Quote
filipeCampos
-I have an led light connected to the hotend 2, i using on repetier gcode M355 to ON/OFF. Any similar option in reprap?
Re: RADDS work now stable with RepRap Firmware October 18, 2015 05:31AM |
Registered: 9 years ago Posts: 346 |
Quote
dc42
Quote
filipeCampos
-the upload of the firmware in my arduino due (is a clone) board only works using the native port. But In the documentation is explicit indicate is necessary to use the programming port.
On boards other than RADDS, RepRapFirmware is uploaded via he native port using the bossac program.
Quote
dc42
There is a bug, probably in the Windows driver stack for the Arduino Due, that has the following effect. If you are connected to the printer, then you shut down or reboot the printer without first doing Disconnect in Pronterface, then Pronterface will eventually auto disconnect. But after that, it will always fail to connect, with that error. To reconnect, you need to disconnect and reconnect the USB cable, or if that doesn't work, unload and reload Pronterface. To avoid the problem, always do Disconnect in Pronterface before switching off or rebooting the printer. btw the baud rate is ignored because it is a native USB port.
Quote
dc42
Possibly the RADDS port needs to allow a little more time for the SD card to initialize. Try a different SD card.
Quote
dc42
Quote
filipeCampos
-in pronterface when i click in SD to make an SD print, no file appears. I have 2 files *.gcode. I missing something? is necessary to put the gcode is some special folder or the SD functionality is not working? Already try to put in an folder called gcode and on the root of the SD card, none have worked.
Put them in a folder called /gcodes on the SD card.
Quote
dc42
Quote
filipeCampos
-I have an led light connected to the hotend 2, i using on repetier gcode M355 to ON/OFF. Any similar option in reprap?
See [reprap.org].
Re: RADDS work now stable with RepRap Firmware October 18, 2015 09:44AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 18, 2015 10:13AM |
Registered: 11 years ago Posts: 14,686 |
Re: RADDS work now stable with RepRap Firmware October 18, 2015 11:26AM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 18, 2015 03:25PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 18, 2015 08:37PM |
Registered: 9 years ago Posts: 185 |
Quote
filipeCampos
Hi,
Adding -U false to the line command and using programming port was worked.
Quote
filipeCampos
If the problem was only the sd reader, then the firmware was up and pronterface will connect correctly?
Quote
filipeCampos
I have tested octoprint and there are some functionality that are not compatible, like for example the default fan ON/OFF buttons.
Re: RADDS work now stable with RepRap Firmware October 18, 2015 10:44PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 02:50AM |
Registered: 11 years ago Posts: 14,686 |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 05:11AM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 02:21PM |
Registered: 9 years ago Posts: 346 |
Quote
dnewman
@filipeCampos
I just uploaded a new build of 1.09k of the RepRapFirmware for RADDS,
https://github.com/dcnewman/RepRapFirmware/blob/dev/Release/RepRapFirmware-1.09k-dc42-radds-a.bin
You might want to give that a try and see if it improves the SD card issue. (However, immediately after uploading firmware to the Due, I often find the SD card not working and have to do a power cycle. Again, I believe that's caused by the SD card also being on the SCLK / MISO / MOSI lines.) I made one simple but possibly important change. Before hanging a pin change interrupt on the SD card detect switch, the RADDS-specific code was configuring the GPIO pin setting it as an input. However, it was not enabling the internal pull-up resistor. Later, in the lower level SD card code, the pull-up was then enabled. But, not being enabled initially before the pin change interrupt was established may have led to sporadic behavior, sometimes causing the SD card to appear to not be present (GPIO pin caught floating low). This would not explain issues with pronterface but might explain issues you saw with the SD card. You can see the change in the 18 October 2015 github commit.
Re: RADDS work now stable with RepRap Firmware October 19, 2015 05:29PM |
Registered: 10 years ago Posts: 4,977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 06:10PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 06:58PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 19, 2015 07:17PM |
Registered: 9 years ago Posts: 185 |
Quote
filipeCampos
Is there are some way to get log information or something similar that can help to understand the reason?
I am the only one reporting this problem?
Re: RADDS work now stable with RepRap Firmware October 20, 2015 05:18PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 20, 2015 05:35PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 20, 2015 06:02PM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 20, 2015 06:10PM |
Registered: 9 years ago Posts: 185 |
Re: RADDS work now stable with RepRap Firmware October 21, 2015 04:32AM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 21, 2015 04:54AM |
Registered: 12 years ago Posts: 1,807 |
Re: RADDS work now stable with RepRap Firmware October 21, 2015 06:59AM |
Registered: 9 years ago Posts: 346 |
Re: RADDS work now stable with RepRap Firmware October 21, 2015 07:34AM |
Registered: 11 years ago Posts: 14,686 |