Re: Non-Flat Surface and Bed Auto Leveling
Ill have to find that and see how to update my RC7 version with the new feature! Id love to see it work even better
View ArticleRe: can't read all gcode lines or what?
QuoteWurstnase M106 isn't synchronized with the stepper. Add a G4 P0 before each M106. thanks, I'll try that as soon as possible, i didn't know it is not synchronized with steppers, if so that should...
View ArticleRe: LCD display corrupted during print
I changed out the LCD with the reprap discount full graphic controller. I made it through a 2 hour print with no corruption on the display and no reboot. We'll see how it goes on subsequent prints. I...
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
QuoteFloyd Ill have to find that and see how to update my RC7 version with the new feature! Id love to see it work even better No... It is branched from RC-7 but it is seperate from that work for...
View ArticleNeed help uploading
Hello Replacing dead solidoodle2 electronics with ramps 1.4 and mega2560. Arduino compiled and uploaded Marlin successfully but lcd display is only backlit. Board "connected" with Repetier-host but no...
View ArticleRe: Need help uploading
It sounds like you don't have the LCD Panel configured in the Configuration.h file. The LCD stuff is towards the bottom of the file.
View ArticleRe: Need help uploading
So looking at the display section of configuration.h, when I do find the correct display/adapter do I just delete the "//"?
View ArticleRe: Need help uploading
The display is LCD12864 which I don't see in configure.h Is the SSD1306 OLED compatable? "#define U8GLIB_SSD1306" is very similar to recommended driver.
View ArticleRe: can't read all gcode lines or what?
another thing; i am putting auto home (G28) at the end but it doesn't work neither, i thought "G4 P0" would fix that also but seems not. it doesn't change much thing for me but still wonder why.
View ArticleRe: LCD configuration error
No its the clear frame model. Here's the link to it if it helps [folgertech.com]. Do you think it could still work?
View ArticleRe: can't read all gcode lines or what?
it's Marlin RC7. G28 on the first line works but not the one at the end.
View Articlecreating a new speed_lookuptable_fast
How does one create a new speed_lookuptable_fast and speed_lookuptable_slow in speed_lookuptable.h for different frequency I suspect if I graph whats there it will show a curve up and down.. but there...
View ArticleRe: can't read all gcode lines or what?
Do you have a minimal gcode example where all the issues happened?
View ArticleRe: creating a new speed_lookuptable_fast
Take a look into the python file. It's something like cpu-frequency/step-rate. Every second item is the difference of current and next.
View ArticleRe: LCD configuration error
Yes, it can be setup on that machine. But if you had the i3-2020 I could give you the .STL files so the Z-Probe just magically appears on your extruder. Here is a quick question: Are you sure you have...
View ArticleRe: can't read all gcode lines or what?
QuoteWurstnase Do you have a minimal gcode example where all the issues happened? G4 P0 G28 G1 X14.67 Y5.88 Z98.00 F4000 G4 P0 M106 S255 G1 X14.80 Y5.40 Z98.00 F2000 G1 X14.93 Y4.91 Z98.00 F2000 G1...
View ArticleRe: Need help uploading
If its a standard LCD display just uncomment #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #If defined statements will setup the required files
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
Failed... Waiting on a new version from Roxy
View Article