dominik
About
- Username
- dominik
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Yes, it works but not fully. I use them atm but only for testing. Enabling / Disabling stealth mode seems to work but you have to fiddle around with the RMS value. Because the resistor value is not the same like in the 2130 the calculation of RMS A…
-
But if this is true that SPI is unusable for other SPI devices because of the wrong impl. of the RRD, than a software SPI is maybe for others also interesting because then they can use for other things that are SPI devices a second software SPI inst…
-
I have a AZSMZ 12864 LCD connected. Its designed for 3,3 volt. Can't remember if there was a level shifter. I sent you also the AZSMZ 12864 LCD and ordered a new from from china and I can't find a boardlayout for the display. The smart ramps itself…
-
I'm not sure if the image alone says that it will work for ali express china products :-D The problem is that Smart RAMPS is usable also with arduino MEGA. In that case the pins are mapped to the hardware spi pins in the mega. But not if you use an …
-
Yes, I added also a MAX31855. But no, the MAX31855 doesn't work with Smart Ramps. Also without Display/SD connected. No error but reads only 0. For me that is more a problem because I do not use the SD.
-
Ok, SD from: http://reprap.org/wiki/File:SR_RepetierDue_20170418.zip also not works. Seems like a patched 0.92 BUT: This time I saw: Error while detecting libraries included by C:\Users\dominik\AppData\Local\Temp\arduino_build_902038\sketch\SDCard.…
-
There is also the source code that should work. Will test it this weekenend. https://de.aliexpress.com/item/SMART-Ramps-AZSMZ-12864-LCD-For-Arduino-Due-Like-RAMPS-FD-or-RADDS-3D-print-control/32836384483.html?spm=a2g0x.10010108.1000016.1.22ea272c…
-
Repetier said: spi is a bit troublesome if you have different spi devices and they use different modes. I have added software spi for sd card now also I have no device to test it.#define ENABLE_SOFTWARE_SPI_CLASS 1 #define S…
-
RAyWB said: you use ramps-fd ? where and on which connector did you connect SD? I'm searching for a solution with more power than an Arduino Uno. (problems with 120mm/sec speed and circles) So I first tried a ramps-fd with: https://www.ge…
-
Same problem with a 8GB Transcend SDcard
-
Or something like Display opens spi in hardware mode and SD in software mode and MAX31855 again in hardware mode.
-
RAMPS-FD has also only software SPI. If software spi is the problem than Ramps-FD should have the same problem.
-
Same error with dev version. Info:PowerUpDetected EEPROM version:19Info:Autolevel matrix resetInfo:Autoleveling enabledTransformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000Z jerk was too low, setti…
-
dominik said: By the way, tested with 1.0.3 What I tried was adding this to configuration.h // ################## EDIT THESE SETTINGS MANUALLY ################ #define SDSS 53 #define ENABLE_SOFTWARE_SPI_CLASS 1 #define SD_SOFT_…
-
By the way, tested with 1.0.3
-
Hmmm ok, think 51 is mosi and should work. Because u8g_InitSPI its called with UI_DISPLAY_ENABLE_PIN but inside the method its called U8G_PI_MOSI. And UI_DISPLAY_D4_PIN seems to be SCK and is set to Pin 52 which is also right. Didn't know that the…
-
Yes, have the same problem. Maybe this will not work because at least D51 like mentioned above is used as UI_DISPLAY_ENABLE_PIN Out of DisplayList.h: // SCK Pin: UI_DISPLAY_D4_PIN// Mosi Pin: UI_DISPLAY_ENABLE_PIN// CD Pin: UI_DISPLAY_RS_PIN /…
-
To dangerous, ordered a Smart RAMPS and a Rearm (normal RAMPS Boards I have a mass) instead. Rearm looks nice but I assume it will not work with repetier ? I use repetier since a year and I love it. Especially the security features like decouple and…
-
Ok, I found this in the code: #if MOTHERBOARD == 403#define HEATER_PINS_INVERTED 1 // only old boards had the output inverted#else#define HEATER_PINS_INVERTED 0#endif and configuration.h board is set to 404. So I assume I bought this old version…
-
Ok, your right, my Marlin Defines did nothing. I downloaded 1.0.3 completly new and configured only RAMPS-FD and the Full Graphics Display in the web configuration and it worked out of the box. Nothing to change for Rotary or display. Only rotate…