Re: creating a new speed_lookuptable_fast
Sounds like a good idea.. If there was any python in the current marlin repository... Please point me in the direction of this mythical piece of python. OK now that I know it existed I found this...
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
QuoteFloyd Failed... Waiting on a new version from Roxy It would be helpful to know a little more about what the problem is.
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
I sent it to you in a message. I went through the procedure and then after the bed and nozzle heats up, it purges the nozzle. Once I click the knob it dives into the bed without stopping if I dont...
View ArticleRe: can't read all gcode lines or what?
I'm a bit confused with your description. G28 ;home G4 P0 ;wait until home is done M106 S255 ;activate D9 G1 X100 F1000 ;move G4 P0 ;wait until move is done M106 S0 ;deactivate D9 G28 ;home again Does...
View ArticleRe: can't read all gcode lines or what?
as you said till last line. it is not going home at the end. it is no big deal since new code will be start with home again, but i am wondering what causes that.
View ArticleRe: can't read all gcode lines or what?
This is strange. You should open an issue on GitHub.
View ArticleMarlin Firmware Cloning
Hi. I am struggling to understand the following, as this instruction must be from planet UR..... Can someone please provide me with instructions for Dummies how to perform the following for Original...
View ArticleRe: Marlin Firmware Cloning
follow this page, note the directions on the right hand side of the page, with helping images on the left Just use the old hex files you want after downloading them with the big clone or download...
View ArticleRe: Marlin Firmware Cloning
Hi Dust. Thank you very much. Appreciate your assistance...
View ArticleMarlin Error code 'fpos_t' after 'struct'
I have the following error codes as per the attached and I need some help. It is for the Prusa i3... If someone can guide me to fix it, I would appreciate it
View ArticleRe: Need help uploading
It is a standard LCD with push/rotary input and SD card. Pretty sure part of my trouble is the library. The vendor supplied a compressed file U8glib.rar and I can't seem to grasp what to do with it....
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
One of the guys over at GitHub had a funny issue with a rise and lower at every layer change. That is now fixed. And somebody else had a Graphics LCD and with their other options they were running out...
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
Trying again tonight. Im also putting my Z probe back on for testing as well. I took it off because it was more of a hassle than it was worth.
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
QuoteFloyd Trying again tonight. Im also putting my Z probe back on for testing as well. I took it off because it was more of a hassle than it was worth. You should be able to use the UBL System...
View ArticleRe: LCD configuration error
Awesome. I am certain, it was given to me by a friend of mine at my local MakerSpace.
View ArticleRe: Marlin Error code 'fpos_t' after 'struct'
Your using an old version of marlin firmware with a new arduino IDE The old firmware uses the variable name fpos_t unfortunately this is now a reserved word in the newer arduino IDE. You have to edit...
View ArticleRe: Marlin Error code 'fpos_t' after 'struct'
Hi Dust. Thanx for the reply. I currently use Arduino 1.0.6. If I upgrade/update to the latest Arduino 1.6.12 and Marlin, how do I update my original compiled Firmware sketch without any errors? as...
View ArticleRe: Marlin Error code 'fpos_t' after 'struct'
your log clearly shows "Arduino: 1.6.10 (Windows 7)," so I don’t know what your talking about in regards to arduno 1.0.6 "how do I update my original compiled Firmware sketch without any errors?" WTF?...
View ArticleRe: Non-Flat Surface and Bed Auto Leveling
I tried this last night with a Z-probe and it seemed to work until it crashed. G28 seemed to work then I did the G29 P1 M It probed 3 points REAL close to the edge of the bed then shot off the side...
View Article