nlancaster
About
- Username
- nlancaster
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Yep, laser mode works fine without PWM. wiht just the built in laser mode in 0.92 firmware.
-
Sure I understand that, but I am getting no laser while moving on G1 or G0 with M3 S0 to S255.
-
Looked into the github. Tried to implement what I found here, but now I get now laser on m3 commands. https://github.com/repetier/Repetier-Firmware/pull/524
-
if by chance you mean this thread: http://forum.repetier.com/discussion/1387/implementing-laser-intensity I have been looking at that thread off and on for the last 6 hours. information is talked about hte implementation in both the firmware itsel…
-
Is there anyway to get feedback on what exact area of code might be causing the BLK errors? Because I have been running my delta printer for several weeks without errors and now I am getting them all the damn time and loosing position frequently. …
-
Will BLK messages cause lost steps?
-
And apparently I can't edit the above post. Now the errors are nearly continuous and I am unable to produce good prints from the computer. As far as I know nothing changed!
-
RAyWB!!! You da man! Repetier firmware builder set that pin, and i didn't even find it! Now that i disabled servo pin 11 for now, the LCD WOrks! Yeah, that double pin setup was removed was a misunderstanding about an earlier post.
-
Here is a complete list of my configuration.h https://pastebin.com/2RvrP3CT And a link to a RAR of the entire firmware: http://www.pdxmc.com/uploads/Anycubic/Rumba-Repetier.rar
-
Like this: #elif MOTHERBOARD == 80 // Rumba has different pins as RAMPS! #undef BEEPER_PIN#define BEEPER_PIN 44#define UI_DISPLAY_RS_PIN 19#define UI_DISPLAY_RW_PIN -1#define UI_DISPLAY_ENABLE_PIN 42#define UI_DISPLAY_D0_PIN …
-
So add #error gets used. Right under those pins?
-
Where and what would I add into repetier? DO you mean like this? #define UI_ENCODER_A 11,12#define UI_ENCODER_B 11,12 because that generates a huge error, In file included from C:\Users\Nick\AppData\Local\Temp\arduino_build_…
-
ok, Here is the repetier firmware I am using. #elif MOTHERBOARD == 80 // Rumba has different pins as RAMPS! #undef BEEPER_PIN#define BEEPER_PIN 44#define UI_DISPLAY_RS_PIN 19#define UI_DISPLAY_RW_PIN -1#define UI_DISPLAY_ENA…
-
"Encoder is setup to use the same pins in marlin and Repetier." not sure what you mean by toggle the A or B channel.
-
Also tried Repetier 1.0dev version, same issues.
-
As some updated info might be useful. Encoder is setup to use the same pins in marlin and Repetier. Works fine in Marlin, only cycles between 2 options in Repetier.
-
I have tried 0, 1, and 2. setting UI_ENCODER_SPEED (0 or 1) both result in the behivour in the video above. Marlin firmware with the same board and lcd controllers works fine.