- Jan 30, 2015
-
-
Scott Lahteine authored
- Also partial cleanup of Marlin_main.cpp with a smidgen of Doxygen.
-
- Jan 29, 2015
-
-
Scott Lahteine authored
Add bq Witbox 3D printer
-
Victor Andueza authored
-
Scott Lahteine authored
Make EEPROM storage consistent
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixing wrong pin to heater extruder 2 <-> 3
-
Scott Lahteine authored
- Also adds a language string for the error. - Also adds SERIAL_EOL as an alias for SERIAL_ECHOLN(“”)
-
Scott Lahteine authored
Should be reading 4 x 4 PID values instead of 4 x 3
-
- Jan 28, 2015
-
-
Philip Schell authored
Extruder 2 and 3 was swapped
-
Victor Andueza authored
-
Victor Andueza authored
-
Scott Lahteine authored
Update ConfigurationStore to always write dummy values for disabled options, including FWRETRACT, DELTA, and SCARA. Update the EEPROM version to “V15.” Also fixes a buffer overrun with axis_scaling in Config_ResetDefault.
-
Scott Lahteine authored
Remove language strings that only add a number
-
Scott Lahteine authored
Formatting cleanup of quiet sources
-
Scott Lahteine authored
Rename lastnr to autostart_index and...
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
This won’t reduce the string storage in the end, but it makes the language files smaller. Also removed remaining unused strings.
-
Scott Lahteine authored
Split up pins.h to make pins more manageable
-
- Jan 27, 2015
-
-
Scott Lahteine authored
-
-
Scott Lahteine authored
Also fix analogInputToDigitalPin so it uses proper C hex notation
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
There’s no need to ask users to uncomment Max Endstop pins when they have them. These will be set to -1 later if the endstop option is disabled.
-
Scott Lahteine authored
#1405 includes some changes to pins.h for a 4th extruder. This commit applies those changes. It also deals with a possible problem with SENSITIVE_PINS.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Hopefully this is helpful to organization and future expansion….
-
Scott Lahteine authored
Also fix analogInputToDigitalPin so it uses proper C hex notation
-
Scott Lahteine authored
EEPROM data not aligned
-
clefranc authored
Moved #endif to allow filament settings to print.
-
clefranc authored
Added PIDTEMP dummy write to align EEPROM read/write operation.
-
Scott Lahteine authored
repair Bootsplash
-
Scott Lahteine authored
Fixing the language files for the 4th extruder
-
- Jan 26, 2015
-
-
AnHardt authored
-
Philip Schell authored
-