Re: please help just another new strugling
Perhaps to start over Find a known good Arduino Mega (test it with example sketches) Mount your best RAMPS on it with good stepper drivers, jumpers in the right place Test your power supply measure...
View ArticleTrouble converting lulzbot for Flexion extruder
machine: lulzbot mini After using M92 E122.00, then M500, my new step rate is set, but then my auto-leveling sequence becomes messed up. It will probe the first two corners correctly, but then move up...
View ArticleMesh bed leveling is not active
I've just put on Marlin 1.1.0-RC6 and setup the mesh bed leveling. I went through the steps and got the bed all situated and I'm really happy with the results. I'm not sure I understand, however, all...
View ArticleRe: Mesh bed leveling is not active
I thought you had to place: G28 G29 Is this right? It should do a normal home then do the ABL home on the Z.
View ArticleRe: Mesh bed leveling is not active
QuoteFloyd I thought you had to place: G28 G29 Is this right? It should do a normal home then do the ABL home on the Z. I'm not talking about the auto bed leveling, I'm using the new mesh bed...
View ArticleRe: Mesh bed leveling is not active
Quotebrucehvn I'm not talking about the auto bed leveling, I'm using the new mesh bed leveling. I used to use ABL and your sequence is correct for that, but with mesh bed leveling, there is no use of...
View ArticleRe: Mesh bed leveling is not active
QuoteRoxy Quotebrucehvn I'm not talking about the auto bed leveling, I'm using the new mesh bed leveling. I used to use ABL and your sequence is correct for that, but with mesh bed leveling, there is...
View ArticleRe: Mesh bed leveling is not active
QuotebrucehvnI'm not talking about the auto bed leveling, I'm using the new mesh bed leveling. I used to use ABL and your sequence is correct for that, but with mesh bed leveling, there is no use of...
View ArticleRe: Mesh bed leveling is not active
Quotebrucehvn QuoteRoxy I almost have the new Bed Leveling software ready. It is based on a High Resolution Mesh and uses the Z-Probe to acquire most of the points. The rest of the Mesh can be filled...
View ArticleRe: Mesh bed leveling is not active
QuoteRoxy Included in the new system is a Mesh Validation Command. This does a one layer print of the entire Mesh. It lets you see exactly where your Mesh is defective and you can use the Mesh editing...
View ArticleCannot compile marlin on Windows 10 - File name too long?
Hi there, I'm having problems compiling on Windows 10. Something about file name being too long. This Marlin is RC6. BUT, the exactly same set of files compiles and uploads without any problems when...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
I'm building Marlin on Windows-10. Do you have your Marlin folder buried down 37 levels? You might want to try moving it closer to the root of the file system and see if that helps.
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
No, it is in the Desktop - C:/Users/Isäntä/Desktop/Marlin-RC/Marlin/Marlin.ino Moving it to C:/marlin -> see what happens (C:/marlin/Marlin/Marlin.ino) Result is the same exact error message as...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
I would try again with a fresh copy of Marlin from [github.com] and try compiling it before you make any changes.
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
Thank you! Fresh unaltered version of Marlin compiles. Configuration.h fails. When i copy "Configuration.h" from my version and overwrite the fresh. It fails as above. Both of the files are encoded as...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
Make sure the configuration.h files are from the same Marlin version. They've changed it over the last several RC releases. You really should only copy the settings inside the configuration.h, not...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
These are both from the same version. 1.1.0-RC6 Only thing changed is the Configuration.h parameters. Everything else is exactly the same. Can you compile a fresh 1.1.0-RC6 with that Configuration.h...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
Update: Line: #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER Seems to be the shit here. If i comment it out, it will compile. Something to do with u8glib? (Yes, i have that installed and...
View ArticleRe: Cannot compile marlin on Windows 10 - File name too long?
Made a new copy of Marlin, replaced the configuration.h file with yours and it compiles with no errors with Arduino 1.6.8. I haven't upgraded to 1.6.9 yet. Running Win10x64 with UAC totally off. I use...
View Article