Commit Graph

  • 094e6d81a5 Add Einstart-S support (#11219) Lee Olivares 2018-07-26 03:52:22 -07:00
  • 244b9a8257 Better fastio 1280/2560 pin list Scott Lahteine 2018-07-26 05:23:13 -05:00
  • 955a7f0ae9 Improve driver.h macros (#11371) Scott Lahteine 2018-07-26 05:11:22 -05:00
  • aadcf08913 [2.0.x] add Calibrate Z (M915) to Prepare Menu (#11331) MikeLud 2018-07-26 06:09:49 -04:00
  • 4237c3d9f8 [2.0.x] different bltouch init (#11135) Giuliano 2018-07-26 12:04:09 +02:00
  • 624986d423 Ensure ADC conversion is complete before reading (#11336) Andy Shaw 2018-07-26 09:59:19 +01:00
  • e2aa635e70 Fix Anet A6 thermistors Scott Lahteine 2018-07-26 02:02:27 -05:00
  • 67b205fd45 Add support for board RuRAMPS4D v1.3 (#11363) Bo Herrmannsen 2018-07-26 02:32:27 +02:00
  • d1c6687ecd Update MKS sBase pins (#11357) forkoz 2018-07-25 19:19:09 -05:00
  • 048dbf6eca Merge pull request #11275 from thinkyhead/bf2_pwm_adjustments Scott Lahteine 2018-07-25 19:02:28 -05:00
  • e05e95cf97 Clean trailing whitespace Scott Lahteine 2018-07-25 18:49:32 -05:00
  • 22ebbc091f Tweak some SoftPWM code Scott Lahteine 2018-07-15 16:07:31 -05:00
  • 32de09f5c5 Specify some extra CR-10S pins Scott Lahteine 2018-07-15 19:59:01 -05:00
  • 9c2bfa2ab3 Remove extra parameter to enqueue. (#11364) J.C. Nelson 2018-07-25 16:02:02 -07:00
  • bd3ec66a78 [2.0.x] typo fix (#11365) Giuliano 2018-07-26 01:00:47 +02:00
  • 4dfbae0e5c Merge pull request #11264 from teemuatlut/bf2_define_drivers Scott Lahteine 2018-07-25 04:05:04 -05:00
  • fbcdf5eaeb Simplify stepper driver per-axis selection teemuatlut 2018-07-14 14:13:06 +03:00
  • e5c0b490c8 Add *_DRIVER_TYPE to example configs Scott Lahteine 2018-07-17 19:47:08 -05:00
  • fbdbe53290 Fix get_period_inverse(0) so it doesn't crash (#11334) Eyal 2018-07-25 09:58:40 +03:00
  • 14e2b11195 Fix spelling in configs Scott Lahteine 2018-07-24 21:03:27 -05:00
  • 4685c7d59f Followup to M91x I patch Scott Lahteine 2018-07-13 02:48:15 -05:00
  • 62fa028155 Handle dual gantry machines better Roxy-3D 2018-07-24 15:34:53 -05:00
  • 09485f63e9 add missing ')' Roxy-3D 2018-07-22 10:50:41 -05:00
  • a35abce1ac Fix missing ')' Roxy-3D 2018-07-19 19:20:40 -05:00
  • 76d4cfb064 Tweak some Max7219 code Scott Lahteine 2018-07-19 18:49:39 -05:00
  • 4195757585 Merge pull request #11309 from thinkyhead/bf2_manual_probe_start_z Scott Lahteine 2018-07-19 18:26:26 -05:00
  • 03b01e2500 Folger Tech i3-2020 now defaults to 2 Max7219 units Roxy-3D 2018-07-19 17:02:46 -05:00
  • db85ca93c4 Change Max7219_idle_task() to use a column instead of row if Y-Axis as 16 LED's Roxy-3D 2018-07-19 17:01:31 -05:00
  • 9660996cc3 Add Multi Unit Support for Max7219 to bugfix_2.0.0 (#11285) Roxy-3D 2018-07-19 13:56:47 -05:00
  • 39c8aed8ba Add MANUAL_PROBE_START_Z to example configs Scott Lahteine 2018-07-18 21:17:29 -05:00
  • 2106fa26b1 Add MANUAL_PROBE_START_Z for manual probing Scott Lahteine 2018-07-18 21:17:15 -05:00
  • 17ed0f815c Fix tool_change call in UBL G29 Scott Lahteine 2018-07-18 20:29:34 -05:00
  • 6d2aff03bd Merge pull request #11306 from thinkyhead/bf2_power_loss_pin Scott Lahteine 2018-07-18 20:13:20 -05:00
  • 63a146d424 planner.synchronize at start of tool_change Scott Lahteine 2018-07-18 20:10:50 -05:00
  • 665ac1e4d0 Add POWER_LOSS_PIN support Scott Lahteine 2018-07-18 19:50:42 -05:00
  • 2243f72523 Add POWER_LOSS_PIN to example configs Scott Lahteine 2018-07-18 19:52:34 -05:00
  • 47d5fcbbcc [2.0.x] Change MKS SBASE default serial port to avoid confusion (#11301) Chris Pepper 2018-07-19 00:43:20 +01:00
  • c83109c0ae Merge pull request #11238 from xC0000005/MalyanLCDUpdate Scott Lahteine 2018-07-17 21:06:52 -05:00
  • 64f007580b Fix some header comments Scott Lahteine 2018-07-17 19:50:11 -05:00
  • aed1d17a2d Initialize default units (#11295) Giuliano 2018-07-18 02:37:30 +02:00
  • 8c40f0c6c7 Reduce TQ message code size Scott Lahteine 2018-07-13 01:21:17 -05:00
  • b04e0c0cbb Malyan LCD feedrate, better temp handling. xC0000005 2018-07-10 10:55:29 -07:00
  • 065e9c3d66 Add card.longest_filename method Scott Lahteine 2018-07-13 01:44:27 -05:00
  • 71df1f7f57 Don't display M421 information for UBL at startup Roxy-3D 2018-07-17 17:19:52 -05:00
  • 902167fa78 Revert "[2.0.x] Switch to PIO managed L6470 library (#11288)" (#11290) Roxy-3D 2018-07-17 00:23:47 -05:00
  • a26fdf6b68 [2.0.x] Switch to PIO managed L6470 library (#11288) Shen Yiming 2018-07-17 13:10:07 +08:00
  • be7d1dfb3c Merge pull request #11267 from teemuatlut/bf2_lpc_spi Scott Lahteine 2018-07-16 21:52:18 -05:00
  • 8f686aa449 [2.0.x] Fix change filament crash (#11269) Giuliano 2018-07-17 04:49:29 +02:00
  • f38c81cdde LPC176x: Expand HW SPI class teemuatlut 2018-04-06 23:24:18 +03:00
  • 3b5dec4b13 Add new LPC include folder teemuatlut 2018-06-16 00:07:53 +03:00
  • c43793aa1e Update Travis Tests to run platforms in parallel (#11256) Chris Pepper 2018-07-14 05:42:15 +01:00
  • e486326910 Vellemann K8400 Y bed size is 180 Scott Lahteine 2018-07-13 23:19:04 -05:00
  • e5ea9d200f [2.0.x] fix kill printer (#11260) Giuliano 2018-07-14 06:12:43 +02:00
  • 8c57cadbe7 Include stdlib in fontutils (#11251) Jamie Bainbridge 2018-07-13 15:02:38 +10:00
  • fed68f29af Merge pull request #11257 from thinkyhead/bf2_misc_fixes_jun19 Scott Lahteine 2018-07-12 23:55:37 -05:00
  • bf7d0ba859 Assert that XY probe offsets are integers Scott Lahteine 2018-07-12 22:48:07 -05:00
  • 12854f1909 Add Z_CLEARANCE_MULTI_PROBE to example configs Scott Lahteine 2018-07-12 21:35:59 -05:00
  • 25e2ca8896 Add Z_CLEARANCE_MULTI_PROBE Scott Lahteine 2018-07-12 21:36:24 -05:00
  • fd8a76493b Unify M91x parameter I meaning, simplify reports (#11249) Scott Lahteine 2018-07-12 22:31:51 -05:00
  • c8d24a6412 Add Sublime G-code (RepRap) syntax Scott Lahteine 2018-07-12 21:30:13 -05:00
  • 566d05006d report_state > event_handler Scott Lahteine 2018-07-11 17:33:26 -05:00
  • 6b521b6df2 Loosen thermistor table size limit Scott Lahteine 2018-07-11 19:44:06 -05:00
  • 20761b88e0 Merge pull request #11212 from AlexanderAmelkin/2.0-HD44780-remove-unused-include Scott Lahteine 2018-07-08 17:19:59 -05:00
  • 603e136e87 Resolve issue where user can't edit UBL's mesh Roxy-3D 2018-07-08 14:41:38 -05:00
  • 03fa05ab59 Travis CI test STM32F1 with HD44780 Scott Lahteine 2018-07-06 20:59:33 -05:00
  • ed720194d2 [2.0.x][HD44780] Remove unused include Alexander Amelkin 2018-07-06 23:23:10 +03:00
  • d05e832f29 Add STM32F1 support for SD-based EEPROM Scott Lahteine 2018-07-06 22:32:15 -05:00
  • 63f4c9bdb9 Followup to float maths patch Scott Lahteine 2018-07-06 20:41:08 -05:00
  • b143441251 Test CR-10S with status and bootscreen Scott Lahteine 2018-07-06 21:10:09 -05:00
  • dde009efdf Merge pull request #11178 from ejtagle/misc-fixes Scott Lahteine 2018-07-06 18:53:40 -05:00
  • 2992112da0 Optimize delta kinematics Scott Lahteine 2018-07-04 22:28:34 -05:00
  • 1367df2875 Replace double with float, optimize calculation etagle 2018-07-01 17:20:28 -03:00
  • d960d448fa Optimize calculations with LROUND Scott Lahteine 2018-07-04 18:38:05 -05:00
  • 68e6650df7 Remove Quake Fast Inverse SQRT (it isn't faster) Scott Lahteine 2018-07-04 18:41:41 -05:00
  • e7e896e7d7 More tweaks to fastio_Due.h etagle 2018-07-01 16:51:43 -03:00
  • 55f4744e54 [LPC176x] Endstop Interrupts Feature (#11202) Chris Pepper 2018-07-04 23:51:45 +01:00
  • 5abf5bc8a7 [LPC176x] Fix Interrupt forward declarations (#11200) Chris Pepper 2018-07-04 23:43:14 +01:00
  • cbea385ed7 [2.0.x] Fix LCD_LANGUAGE options list formatting in config (#11198) Chris Pepper 2018-07-04 23:42:14 +01:00
  • 6837252fba Merge pull request #11196 from thinkyhead/bf2_fix_m914_sgt Scott Lahteine 2018-07-04 02:34:48 -05:00
  • 5379c115c8 Fix Trigorilla include typo Scott Lahteine 2018-07-03 20:23:14 -05:00
  • 9c058091e9 No M914 or SGT set for non-sensorless axes Scott Lahteine 2018-07-03 19:24:44 -05:00
  • c7ec6c68e7 Patch SCARA config to match 1.1.x Scott Lahteine 2018-07-03 20:08:14 -05:00
  • 480a3d3d0c Apply sensorless homing requirements only for specified axes Scott Lahteine 2018-07-03 19:13:26 -05:00
  • 47ee149dfd Merge pull request #11195 from thinkyhead/bf2_tronxy_x3a Scott Lahteine 2018-07-03 19:06:01 -05:00
  • 8c0ec81a19 Followup to #11187 Scott Lahteine 2018-07-03 18:19:26 -05:00
  • 48c1f32b3e Add configurations for Tronxy X3A Scott Lahteine 2018-07-03 17:52:18 -05:00
  • 568cfe7caa Add thermistor 501 (100K Zonestar) Scott Lahteine 2018-07-03 17:52:06 -05:00
  • 1a0f4dedad Fix and improve POWER_LOSS_RECOVERY (#11187) Scott Lahteine 2018-07-02 23:21:28 -05:00
  • e0ab8acf19 Add "Marlin Dev Mode" option Scott Lahteine 2018-07-02 22:27:05 -05:00
  • 4b2af6ab48 Minor patches to POWER_LOSS_RECOVERY Scott Lahteine 2018-07-02 16:42:13 -05:00
  • 1ea222e6fc Turn off DISABLE_INACTIVE_EXTRUDER with SWITCHING_NOZZLE Scott Lahteine 2018-07-02 16:54:52 -05:00
  • 8299ac121d [2.0.x] Slovak translation update (#11175) Roman Moravčík 2018-07-02 06:15:51 +02:00
  • 3de0c85d41 Fix RRW graphical LCD constructor macro (#11171) teemuatlut 2018-07-02 07:14:23 +03:00
  • cedc158106 [2.0.x] Board specific init macro (#11170) TheLongAndOnly 2018-07-02 06:11:42 +02:00
  • 5616581eb1 [LPC176x] Update fastio _GET_INPUT, _GET_OUTPUT macros (#11168) Chris Pepper 2018-07-02 05:02:38 +01:00
  • 8a8eae8d97 Implement more fastio_Due macros (#11165) Scott Lahteine 2018-07-01 01:24:06 -05:00
  • c51e27d11d Do a hard kill for failed homing moves (#11161) Scott Lahteine 2018-06-30 21:54:07 -05:00
  • 90ba77ea0f Lose the old HOMEAXIS macro Scott Lahteine 2018-06-30 18:13:13 -05:00
  • 2421f3a47d Detect endstop hits in any direction Scott Lahteine 2018-06-30 17:27:37 -05:00
  • f9a090b2cf Fix Trigorilla 1.4 pins Scott Lahteine 2018-06-28 05:43:16 -05:00