This website requires JavaScript.
2d75b540e2
Merge pull request #8867 from tcm0116/2.0.x_pio_errors
Scott Lahteine
2017-12-24 18:49:43 -06:00
aa97cd6e9b
Merge pull request #8871 from petrzjunior/bugfix-2.0.x
Scott Lahteine
2017-12-24 18:48:59 -06:00
2b0165e90c
Merge pull request #8878 from tcm0116/2.0.x_revert
Scott Lahteine
2017-12-24 18:46:02 -06:00
2917d1217d
Revert "Followup to #8698 "
Thomas Moore
2017-12-23 17:00:33 -06:00
69a51a426c
Update Czech language Dec 2017
Petr Zahradník
2017-12-22 18:33:11 +01:00
45e73b72a5
Stop compiling after first five errors
Thomas Moore
2017-12-21 22:44:56 -06:00
caa5093498
General DELTA_IK macro
Scott Lahteine
2017-12-21 22:41:57 -06:00
c694608450
Apply SCARA_FEEDRATE_SCALING to G2/G3
Scott Lahteine
2017-12-21 21:43:39 -06:00
ca145643bd
Merge pull request #8863 from thinkyhead/bf2_restore_position_float
Scott Lahteine
2017-12-21 17:12:28 -06:00
97d509d4d2
Revert "Improved Core-compatible jerk code"
Scott Lahteine
2017-12-21 16:51:08 -06:00
5bc2acc072
Restore position_float to fix LIN_ADVANCE
Scott Lahteine
2017-12-21 16:39:18 -06:00
33a6fc70e4
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
2017-12-21 02:42:46 -03:00
d8a4db72ac
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
2017-12-21 02:35:49 -03:00
99b2fc2066
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
2017-12-21 02:33:22 -03:00
498ea7512a
Exposed SDCard interface to the public, to USB MSD is able to read/write sectors on the SD card
etagle
2017-12-21 02:30:18 -03:00
9aff55ed1f
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
2017-12-21 02:29:00 -03:00
7447979110
Fixed some warnings on the MakerParts configuration, when compiling using the AVR toolchain (integer overflow on the preprocessor calculations)
etagle
2017-12-21 02:23:24 -03:00
b6f9c333d4
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
etagle
2017-12-21 02:22:08 -03:00
2ec4113cb2
Changes to STM32F1 HAL (#8833 )
victorpv
2017-12-20 16:16:36 -06:00
913d9e9a59
Matching sign across filwidth vars
Scott Lahteine
2017-12-20 00:17:19 -06:00
3cde4c78b2
Use wildcard *.cpp in Makefile
Scott Lahteine
2017-12-19 23:44:32 -06:00
63cc34f632
Merge pull request #8846 from thinkyhead/bf2_no_volumetrics
Scott Lahteine
2017-12-19 23:31:23 -06:00
fdc5e72720
A single setting to validate filament width
Scott Lahteine
2017-12-19 21:26:06 -06:00
5a0f9605e3
Merge pull request #8842 from thinkyhead/bf2_no_volumetrics
Scott Lahteine
2017-12-19 21:14:35 -06:00
93a6a4e1a8
Add VOLUMETRIC capability item
Scott Lahteine
2017-12-19 20:08:24 -06:00
af1d6acb7e
Travis test NO_VOLUMETRICS
Scott Lahteine
2017-12-19 20:07:53 -06:00
933f76fda3
Option to disable all volumetric extrusion
Scott Lahteine
2017-12-19 19:44:11 -06:00
31e33d2acd
Add NO_VOLUMETRICS to example configs
Scott Lahteine
2017-12-19 19:44:24 -06:00
fc9ee1a4de
Fix up serial sanity check
Scott Lahteine
2017-12-19 19:11:07 -06:00
de5ca96654
More parity with 1.1.x, plus whitespace
Scott Lahteine
2017-12-19 18:36:16 -06:00
a891d8d738
Merge pull request #8820 from thinkyhead/bf2_mks_sbase_spi
Scott Lahteine
2017-12-17 21:15:49 -06:00
029333a8eb
Merge pull request #8819 from thinkyhead/bf2_reverting_XXXX
Scott Lahteine
2017-12-17 20:59:41 -06:00
097a26007f
Fix SDSUPPORT for MKS SBASE
Scott Lahteine
2017-12-17 03:05:33 -06:00
8df5955da4
Revert "Reset timer count before first block step"
Scott Lahteine
2017-12-17 02:37:35 -06:00
957bbab57f
Update inc files for parity with 1.1.x
Scott Lahteine
2017-12-16 20:20:06 -06:00
f79026acc1
Apply MKS_12864OLED_SSD1306 to examples
Scott Lahteine
2017-12-16 20:15:36 -06:00
502258aa5f
Validate example configs with CircleCI
Unknown
2017-12-16 09:40:35 -08:00
b055d8c39c
[2.0.x] Adding support for using the MKS_12864OLED with the SSD1306 controller (#8814 )
Dan Delaney
2017-12-16 18:47:04 -06:00
2690ce7a96
Fix use_example_configs to handle spaces in path
Scott Lahteine
2017-12-16 17:29:35 -06:00
1de7c75590
Merge pull request #8799 from thinkyhead/bf2_zonestar_tronxy
Scott Lahteine
2017-12-15 19:55:36 -06:00
15d05748df
Adding support for the Tronxy and Zonestar LCD
Scott Lahteine
2017-12-15 19:05:57 -06:00
9abbcc3ee0
Apply ZONESTAR_LCD to example configs
Scott Lahteine
2017-12-15 19:01:18 -06:00
20008b72a8
Merge pull request #8784 from fiveangle/bf2-travis_examples_squashed
Scott Lahteine
2017-12-15 17:34:34 -06:00
aed0cfa3d1
Various fixes for 2.0.x configs
Dave Johnson
2017-12-14 08:54:57 -08:00
f9aa1daa0d
Merge pull request #8793 from robpower/NanoDLP_Sync_improvement_2
Scott Lahteine
2017-12-15 16:42:29 -06:00
674deaf223
Add NANODLP_ALL_AXIS to config examples
Scott Lahteine
2017-12-15 16:22:46 -06:00
5595098063
V2 Extended NanoDLP_Z_Move_Sync to G4 & G28,Added all axis option.
robpower
2017-12-15 20:34:41 +01:00
2b7db90340
Bring Malyan M200 config up to date
Scott Lahteine
2017-12-15 15:40:53 -06:00
8b12371e45
Change some hex case
Scott Lahteine
2017-12-15 15:17:52 -06:00
4782acf60e
Merge pull request #8780 from fiveangle/bf2-typo
Scott Lahteine
2017-12-15 15:25:41 -06:00
0cd1e91056
[2.0.x] TMC driver update (#8769 )
teemuatlut
2017-12-15 23:03:14 +02:00
09d13f186f
Correct unskew, after all
Scott Lahteine
2017-12-15 14:24:20 -06:00
c5632bb91b
Merge pull request #8792 from fiveangle/bf2-HAS_HEAT_BED_conditional
Scott Lahteine
2017-12-15 14:18:48 -06:00
0d531d9655
Missing HAS_HEAT_BED conditional
Dave Johnson
2017-12-15 11:32:37 -08:00
69efb87d19
typo in Marlin.cpp
Dave Johnson
2017-12-13 19:54:39 -08:00
368c124de8
Fix Planner::unskew parity with skew
Scott Lahteine
2017-12-13 17:46:48 -06:00
21a7b4f26d
Merge pull request #8773 from thinkyhead/bf2_filwidth_refinement
Scott Lahteine
2017-12-13 16:26:11 -06:00
cf2193c07f
Comment, fix filament width sensor
Scott Lahteine
2017-12-13 02:32:34 -06:00
a641992c1d
Merge pull request #8762 from victorpv/patch-2
Scott Lahteine
2017-12-12 18:28:18 -06:00
ac168a03c8
Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651 )
Eduardo José Tagle
2017-12-12 20:51:36 -03:00
084f2434a7
Update readme.md
victorpv
2017-12-11 23:14:13 -06:00
7c7ae5ebef
Delete duplicated file.
victorpv
2017-12-11 23:10:44 -06:00
4feffca178
fix for issue #8585
victorpv
2017-12-11 23:07:39 -06:00
c555a214d2
Merge pull request #8730 from thinkyhead/bf2_fixup_ubl
Scott Lahteine
2017-12-11 03:37:13 -06:00
d568e586b7
Fix up ubl_motion indentation
Scott Lahteine
2017-12-11 02:30:27 -06:00
24f9bec6f4
UBL + DUAL_X_CARRIAGE compatibility
Scott Lahteine
2017-12-09 08:00:47 -06:00
6d0678d963
Omit unused UBL motion code
Scott Lahteine
2017-12-09 07:55:55 -06:00
3255712343
Skew Correction for UBL
Scott Lahteine
2017-12-09 07:50:55 -06:00
3d796d8040
Move debug code
Scott Lahteine
2017-12-09 07:14:06 -06:00
3db5303bfe
_buffer_line => buffer_segment
Scott Lahteine
2017-12-09 07:41:19 -06:00
a71d2f3f40
UBL_DELTA => UBL_SEGMENTED
Scott Lahteine
2017-12-09 02:11:31 -06:00
73e32925e4
References are better for array args
Scott Lahteine
2017-12-09 02:10:54 -06:00
125c572d97
Tweak M114 detail
Scott Lahteine
2017-12-10 19:12:00 -06:00
a5150c83a2
[2.0.x] Multiple updates to STM32F1 HAL (#8733 )
victorpv
2017-12-10 23:12:45 -06:00
204199e1ce
Only compare XYZ to check motion
Scott Lahteine
2017-12-10 22:57:24 -06:00
f53e0702fc
Merge pull request #8747 from thinkyhead/bf2_sync_M420_M852
Scott Lahteine
2017-12-10 22:40:32 -06:00
6686d937fb
Always report position on config load/reset
Scott Lahteine
2017-12-10 21:39:07 -06:00
117fc872a7
Update current position in M852
Scott Lahteine
2017-12-10 21:29:10 -06:00
7d2e850577
Have M420 report a changed position
Scott Lahteine
2017-12-10 21:26:11 -06:00
03ba79f144
Sync and report changed position
Scott Lahteine
2017-12-10 21:17:07 -06:00
11f9c253e0
Merge pull request #8736 from thinkyhead/bf2_first_step_fix
Scott Lahteine
2017-12-10 19:02:22 -06:00
5cf6a062e3
Reset timer count before first block step
Scott Lahteine
2017-12-09 18:41:15 -06:00
6149b82119
Allow setting current timer counter
Scott Lahteine
2017-12-09 19:57:25 -06:00
82ef6b5242
Add an option to specify "pulse" timer
Scott Lahteine
2017-12-09 19:59:12 -06:00
b8bc965414
General cleanup HAL timers
Scott Lahteine
2017-12-09 20:00:10 -06:00
69d49a2438
Shorter segments may be better
Scott Lahteine
2017-12-09 06:29:14 -06:00
9b800b7fbe
Merge pull request #8726 from thinkyhead/bf2_minirambo_10a
Scott Lahteine
2017-12-09 00:06:05 -06:00
d576f5408e
Add MiniRAMBo 1.0a board
Scott Lahteine
2017-12-08 23:35:01 -06:00
c40cb52342
Use MB() for Megatronics 3.1
Scott Lahteine
2017-12-08 23:35:25 -06:00
a2ac452ef9
Merge pull request #8725 from thinkyhead/bf2_hal_timer_for_advance
Scott Lahteine
2017-12-08 23:05:06 -06:00
4fa65a5c25
TCNT0 => HAL_timer_get_current_count
Scott Lahteine
2017-12-08 22:13:03 -06:00
b3daf6b5db
[2.0.x] better reverse pass (#8722 )
AnHardt
2017-12-09 04:38:45 +01:00
f58eb391aa
[2.0.0] Better off mesh behavior for UBL (#8714 )
Roxy-3D
2017-12-08 19:00:59 -06:00
cffd052fee
[2.0.x] Fix for #8604 (#8717 )
Jonathan Barchi
2017-12-08 16:50:05 -08:00
79c402b052
Merge pull request #8719 from Bob-the-Kuhn/2.0.x-planner-speed-improvement
Bob-the-Kuhn
2017-12-08 18:40:36 -06:00
65d0f32f82
divide only when required
Bob-the-Kuhn
2017-12-08 18:14:27 -06:00
728acf521c
Followup to #8706
Scott Lahteine
2017-12-08 03:49:33 -06:00
206866ebb3
Merge pull request #8708 from thinkyhead/bf2_splits_are_expendable
Scott Lahteine
2017-12-08 03:35:09 -06:00
85c6ffbe0d
Discard all "continued" blocks on interrupted move
Scott Lahteine
2017-12-07 23:03:36 -06:00
4e891e9fb7
Followup to #8698
Scott Lahteine
2017-12-08 01:00:36 -06:00