Skip to content
Snippets Groups Projects
  1. Feb 15, 2015
  2. Feb 13, 2015
  3. Feb 12, 2015
  4. Feb 11, 2015
  5. Feb 10, 2015
  6. Feb 09, 2015
  7. Feb 08, 2015
    • Natealus's avatar
      Additional fixes to temperature.cpp and found another missing line · f4b0a40a
      Natealus authored
      Looks like INVERT_E3_DIR was missing in the configuration.h also as I
      did a test compile with 4 extruders and Azteeg X3 Pro defined. So I also
      added those lines too. Additional formatting to make the comments line
      up better in that section.
      f4b0a40a
    • AnHardt's avatar
      Now the oter way around. · 3aac2df0
      AnHardt authored
      Include of language_en.h now behind national language.
      
      All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
      3aac2df0
    • AnHardt's avatar
      #include "language_en.h" before the national language in language.h · 488633bf
      AnHardt authored
      + May decrease the workload for feature developers. They may omit to
      update all the language files but "language_en.h". When loading _en
      first, all new features give some display, but the new in English.
      
      - May throw some additional warnings about redefinition during compile.
      488633bf
    • AnHardt's avatar
      8e927291
    • Natealus's avatar
      Viki 2 Implementation · 38a500d0
      Natealus authored
      I've insert the define and pointer entries for the Viki 2 and miniViki
      from Panucatt in all of the example configs and main config. With these
      additions and with pins done in the old single pin.h style...I was able
      to get the display working fine save for needing to turn Delta Segments
      per Second down. But that's a common graphics lcd issue being looked
      into right now.
      
      I need assistance in understanding how the new divided pins files fit
      together because my previous attempts at trying to get it to work
      appropriately didn't seem successful. This originally came from trying
      to find out how to swap the XYZ Min and Max Endstop pins in the Azteeg
      X3 Pro. It only comes with one set of connectors and they're Min
      Endstops. My previous experience didn't turn out well trying to tell the
      firmware to home to the Min Endstops so the best solution I found was to
      swap the pins in the firmware. If I'm missing a conflict with a setup
      other than delta please let me know, but it makes sense in my setup.
      38a500d0
    • Natealus's avatar
      Compiling errors with 4 Extruders defined · 697ee2dc
      Natealus authored
      Here were a few changes that I had to make/add lines for the 4th hotend.
      A compiling problem in the Temperature.cpp and missing lines in
      configuration.h and configuration_adv.h. I added these lines in all of
      the example configs too.
      697ee2dc
  8. Feb 07, 2015
  9. Feb 06, 2015
  10. Feb 05, 2015
  11. Feb 04, 2015
  12. Feb 03, 2015
Loading