- Aug 31, 2017
-
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
-
Chris Pepper authored
-
Scott Lahteine authored
-
Dave Johnson authored
move from legacy precise to trusty build image fix PATH not including buildroot/bin remove symolic link to ~/bin as trusty travis image doesn't include it in PATH anyway
-
Dave Johnson authored
-
Dave Johnson authored
TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail. Reverting to legacy "pristine" dist while we investigate
-
Bob-the-Kuhn authored
-
Chris Pepper authored
This reverts commit 2dfa6ca72a2e8d43caf4932ca0d35792f0638917. Revert "Base HAL SPI Changes" This reverts commit 2afc521b8b6a81b2281a038f1b99a69f4a008e64. Revert "Initial HAL SPI API" This reverts commit 58f7ffe09ab5bc034b6510f5204f8d342138abaa.
-
Chris Pepper authored
* Fix mistake in gitignore file and add in missing core files. The missing leading slash on "lib" meant all folders names lib in the directory tree are ignored, rather than just the top level PlatformIO lib folder * Add LiquidCrystal Library and associated headers modified to compile.
-
Bob-the-Kuhn authored
Because of the Re-ARM card's pinout there is only one SPI connected to the RepRap Discount Full Graphic LCD display. The LCD responds to ANY SCK transitions no matter if it's enable is inactive. The result is garbage (usually bars) on the LCD display whenever there is SD card activity. This code minimizes this by only accessing the SD card when changing directory levels if : SDCARD_SORT_ALPHA is enabled SDSORT_USES_RAM is true SDSORT_CACHE_NAMES is true The code changes result in file names being pulled from the ALPHA SORT memory array rather than the SD card. The code also gives the file count and file index functions their own variables. When they shared a common variable the index function sometimes resulted in the file count being short by 1. ======================================================================= cardreader.cpp & pins_RAMPS_RE_ARM.h changes Added another condition to cardreader.cpp to enable getting file names only from RAM. pins_RAMPS_RE_ARM.h : Added comments about the SD card accesses and the LCD display Combined all versions into this one.
-
Bob-the-Kuhn authored
Re-ARM has been tested. AVR has not been tested. 1) moved all cpu specific items to files in the low level HAL directory for that CPU (pinDebug_Re-ARM.h & pinsDebug_AVR_8_bit.h 2) added pinsDebug.h to the top level directory 3) modified HAL_pinsDebug.h to select the correct support file for the selected CPU 4) Patched sanitycheck to stop throwing false errors. A long term solution will be done 5) misc changes & bug fixes arduino.cpp - included macros.h to fix a missing definition pinmap_re-arm.h - removed a duplicated line. pinmapping.h - changed from "ENABLED" to "defined" to fix a compile error ====================================================================== split SanityCheck up, improve pinsDebug system ====================================================================== switch to latest pins_RAMPS_RE_ARM.h
-
Christopher Pepper authored
-
Christopher Pepper authored
Fixes Arduino IDE builds for 8-bit AVR, misc: Adafruit NeoPixel currently incompatible with Teensy 3.5-6, blacklisted
-
Christopher Pepper authored
Add macros.h to allow Enabled macro, also need to reference include files directly
-
Christopher Pepper authored
spi.h renamed to avoid conflicts with base libraries
-
Christopher Pepper authored
-
Christopher Pepper authored
-
Christopher Pepper authored
-
Christopher Pepper authored
-
teemuatlut authored
-
Christopher Pepper authored
-
Christopher Pepper authored
Implement AVR Platform
-
Christopher Pepper authored
-
Scott Lahteine authored
-
Scott Lahteine authored
M111: no args reports current flags
-
Scott Lahteine authored
CNC workspace planes for G5
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
According to LinuxCNC, G5 should throw an error if the current plane mode isn't XY.
-
Scott Lahteine authored
* Add MAX7219_DEBUG to Travis CI testing * Tweak config and use standard pin naming for MAX7219_DEBUG * MAX7219: Apply coding standards, use macros, etc. * Make code work...
-
- Aug 28, 2017
-
-
Scott Lahteine authored
Slovak UTF-8 translation
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixes required for Creality CR-10
-
jneilliii authored
-
- Aug 25, 2017
-
-
Roxy-3D authored
* Add Max7219 LED Matrix Debug Support The Max7219 8x8 LED Matrix's are very helpful for debugging new code. And for that matter, just trying to maximize printer settings without causing stuttering. The displays are very inexpensive (under $2.00 with shipping) and provide a lot of help when trying to debug complicated code. * Try to keep Makefile up to date.
-
Scott Lahteine authored
Addressing #7552
-
GMagician authored
When M405 is used it changes 'volumetric_multiplier[FILAMENT_SENSOR_EXTRUDER_NUM]' value. When M406 disables M405 it leaves the value unchanged. This PR applies 'calculate_volumetric_multipliers' in M406 instead of resetting it to 1.0 because M200 may not be compatible with M405 hence I'm sure to restore anyway with correct value.
-
Scott Lahteine authored
New feature: Part-Cooling Fan Multiplexer
-
- Aug 24, 2017
-
-
Scott Lahteine authored
Sanguinololu example config
-