- Dec 25, 2017
-
-
Thomas Moore authored
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Reduce default jerk. XY by half. Z by 1/4
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] remove SET_OUTPUT glitch - LPC1768 & DUE
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
[2.0.x] SCARA Feedrate Scaling for G2/G3 - using HYPOT
-
Scott Lahteine authored
[2.0.x] RADDS LCD Display
-
Scott Lahteine authored
-
Even authored
adds setup for the original Radds Display+Controller+SD Card Reader PCB http://doku.radds.org/dokumentation/lcd-display/
-
Scott Lahteine authored
USB Mass Storage Implementation / CDC with HW flow control and misc fixes and improvements for Arduino DUE/RE-ARM based boards
-
Scott Lahteine authored
[2.0.x][PlatformIO] Stop compiling after first five errors
-
Scott Lahteine authored
[2.0.x][Language] Update Czech for Dec 2017
-
Scott Lahteine authored
[2.0.x] Revert "Followup to #8698"
-
- Dec 23, 2017
-
-
Thomas Moore authored
This reverts commit 4e891e9f.
-
- Dec 22, 2017
-
-
Petr Zahradník authored
-
Thomas Moore authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Dec 21, 2017
-
-
Scott Lahteine authored
[2.0.x] Restore position_float to LIN_ADVANCE
-
Scott Lahteine authored
Reverting commit 3cd76599
-
Scott Lahteine authored
-
etagle authored
Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC)
-
etagle authored
Reimplemented SW SPI for DUE in assembler. This allows to reach 12Mhz as SPI Clock and improves 4x the transfer speed to the SD card. This is REQUIRED so access to SD from USB is usable (allows 600Kbytes/second transfer speeds)
-
etagle authored
Adjusted timings on the ST7290 u8glib so RE-ARM and RAMPS4DUE have no problems when writing to the graphics LCD. This fixes Issue #8787 - Special thanks to Bergerac56 for testinf this out !!!
-
etagle authored
-
etagle authored
Backported latest improvements and fixes from the SdFat liibrary to our own version. This includes support for CRC7 validation on commands and also, made sure that even if using software SPI implementations, SD card speed is properly adjusted when transitioning from INITIALIZATION to DATA TRANSFER mode. ALL HALs implement spiInit, even in SW SPI mode, and we NEED this change to improve 25x the transfer speed of the SD card and allow implementations of USB MSD
-
etagle authored
Fixed some warnings on the MakerParts configuration, when compiling using the AVR toolchain (integer overflow on the preprocessor calculations)
-
etagle authored
Adding hooks into the idle loop so HALs can execute 2nd plane tasks, such as serving SD card read/writes requested from the USB MSD layer
-
- Dec 20, 2017
-
-
victorpv authored
Some to correct missing files from previous PR to completely avoid HardwareTimer Class (reduce overhead). Some changes to formatting. Changes to DMA ADC to work correctly. Change to F1 sanity check.
-
Scott Lahteine authored
-
Scott Lahteine authored
Based on #8738 Addressing #8731
-
Scott Lahteine authored
[2.0.x] One setting to validate filament width
-
Scott Lahteine authored
-
Scott Lahteine authored
[2.0.x] Add option for NO_VOLUMETRICS
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-