Closed Stliin closed 7 years ago
Hello there, I have the same issue trying to upload marlin in my Infitary M508 I replace the configuration.h and configuration_adv.h by the files from /example_configurations/infitary in Arduino IDE I set up with board : Arduino mega 2560 or Mega ADK port : /dev/ttyACMo ( i 'm using UBUNTU)
and the result is the same message
I have seen than in the original firmware of the infitary there is this line
#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good
and in the file form marlin
#define DEFAULT_MAX_ACCELERATION { 3000, 3000, 100, 10000 }
please can you help ?
@Lostish - Works fine here (on bugfix1.1.x
and 1.1.x
- as you didn't provide what branch you are using or your configs, as there is no "master
" branch):
"/var/folders/q1/g9l9mqmn319fh27k43yqpy440000gr/T/arduino_build_610475/Marlin.ino.hex"
Using library LiquidCrystal at version 1.0.5 in folder: /Applications/Arduino 1.8.3-teensy.app/Contents/Java/libraries/LiquidCrystal
Sketch uses 102214 bytes (40%) of program storage space. Maximum is 253952 bytes.
Global variables use 4158 bytes (50%) of dynamic memory, leaving 4034 bytes for local variables. Maximum is 8192 bytes.
@jlucguillen - above is bf1 and 1.1.5 with those example configs dropped in
@Lostish - thx to read my post, I'm using the branch 1.1.x I'm french and I don't really understand the sentence "above is bf1 and 1.1.5 with those example configs dropped in" can you please tell me which informations you need and how can I get them (command line, file's path,...) then I'll post them here for you to read and lead me to the solution Thx a lot
That message was for @Lostish so it was not really intended for you.
Summary: I can not reproduce your problem with the limited information you provided. [Je ne peux pas reproduire votre problème avec les informations limitées que vous avez fournies.]
Configuration.h, Configuration_adv.h
I have tried some things now. This error i get on linux. And i may miss libraries for the lcd that does it. Dont know if they are in linux by standard or not. As they are not in wondows. I assume they are not in linux either.
Running windows runs great. u8lib for lcd was required for compiling in windows. And windows works. So i need to recheck why its not working in linux.
So the problem in this case is Arduino IDE with linux
@fiveangle Hello Thx a lot as the forum doesn't support .h extention, I add .txt extension to upload those files here Configuration.h.txt Configuration_adv.h.txt
those files are in Marlin-1.1.x\Marlin\example_configurations\Infitary\i3-M508
If you need other informations, please tell me
@fiveangle , @Lostish thx a lot for your cooperation reading @Lostish last comment about the u8lib for LCD i have made some research and find this http://forums.reprap.org/read.php?110,554303 which is about this missing librarie creating issue with LCD screen and marlin firmware I have tested the Marlin-1.1.x\Marlin\ in the arduino IDE on my windows PC ( at hte office) ( including liquidChrystal librarie) and it's compiling well... So this evening( at home) I'll check on my linux if all the libraries are include, and I'll also try to compile with my windows PC and upload from windows to my print INFITARY
I will post the result of my tests here
@fiveangle , @Lostish hi, From my PC windows arduino IDE 1.8.5 compilition has worked and i have been able to upload in my INFITARY.. yes !!! I don't know why it didn't work from ubuntu 16.04. perhaps I'll check it when i had more time ;) or if you asked me to do it... Now, for the screen my button is inverted : when I turn it to the right, on the the screen the cursor is going down when it should go up... but i really don't care ( I'm to happy to have marlin on my printer !! ) And I have an other question : on the screen the letters X, Y Z are blinkink and switching to "?" do you know why ? thx
Search your config files for "REVERSE"... to see where to change direction, either entire encoder, or only numerical values.
Close this issue if you're all good :+1:
-=dave
@fiveangle OK I found it thx a lot
// This option reverses the encoder direction for navigating LCD menus. // // If CLOCKWISE normally moves DOWN this makes it go UP. // If CLOCKWISE normally moves UP this makes it go DOWN. // //#define REVERSE_MENU_DIRECTION
thx a lot... I ll do it later WE ARE ALL GOOD
@Lostish Hi, for me it's OK thx a lot Close this issue if you're all good
I know it has been closed but it should not have been. It has not been really resolved. I have the same error when I compile on raspbian. On Windows I have no error. I really want to be able to compile with raspbian because my Pi is next to my printer (Octopi) and my desktop is not.
[edit]: I opened a new issue, I hope that's ok. https://github.com/MarlinFirmware/Marlin/issues/11236
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Standard clone of a fresh new marlin on master. Cant get it compile with the standard values.
The error when compiling:
What can be done here?