- Feb 15, 2015
-
-
Tommi Lamberg authored
- Feb 13, 2015
-
-
Tommi Lamberg authored
-
alexborro authored
Fixed how stepper ISR figure it out when the head (extruder) is going to Min or Max direction. Added Homing to Max Endstops.
-
Scott Lahteine authored
Compiling errors with 4 Extruders defined and Viki 2 Implementation
-
Scott Lahteine authored
Multi-line G-code commands
-
- Feb 12, 2015
-
-
Natealus authored
-
- Feb 11, 2015
-
-
Tommi Lamberg authored
-
Tommi Lamberg authored
-
Jérémie FRANCOIS authored
-
Jérémie FRANCOIS authored
-
Jérémie FRANCOIS authored
Conflicts: Marlin/Configuration.h Marlin/Marlin_main.cpp
-
Tommi Lamberg authored
-
Scott Lahteine authored
Bedleveling: X and Y must be Integers not Float!
-
- Feb 10, 2015
-
-
Scott Lahteine authored
#include "language_en.h" before the national language in language.h
-
Tommi Lamberg authored
-
Scott Lahteine authored
Fix for #1485
-
Scott Lahteine authored
Update ultralcd_st7920_u8glib_rrd.h
-
- Feb 09, 2015
-
-
AnHardt authored
-
AnHardt authored
-
Souko authored
Fixed delay-times during Init. REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER won't get initialized on some Boards because delay was to short.
-
Scott Lahteine authored
Make display language configurable in Configuration.h
-
- Feb 08, 2015
-
-
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.
-
AnHardt authored
Include of language_en.h now behind national language. All "#define MSG_STR_*" now surrounded by #ifndef and #endif.
-
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.
-
AnHardt authored
-
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.
-
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.
-
- Feb 07, 2015
-
-
Jérémie FRANCOIS authored
-
Scott Lahteine authored
Fan speed and 4th extruder on graphical LCD
-
Scott Lahteine authored
- Display fan speed 0-1 as “—“ and 254-255 as “100%”. - Display 4th extruder instead of the heated bed
-
- Feb 06, 2015
-
-
Scott Lahteine authored
Fix bad typo in ConfigurationStore.cpp
-
Scott Lahteine authored
-
- Feb 05, 2015
-
-
Scott Lahteine authored
K8200: Example Configuration.h fixed
-
- Feb 04, 2015
-
-
CONSULitAS authored
Example Configuration.h: fixed strange white characters preventing compilation in lines 1 and 3 - oops
-
Scott Lahteine authored
Unified menu selection - by hilighting - made first column avilable
-
Scott Lahteine authored
K8200: Example Configurations back in sync and readme update
-
- Feb 03, 2015
-
-
CONSULitAS authored
Example Configurations for K8200 readme.md updated * readme.md: added description for german umlaut support on LCD
-
CONSULitAS authored
Example Configuration_adv.h for K8200 back in sync * Configuration_adv.h: rebased and added missing changes for 4th extruder
-