Commit graph

  • af62d7f937 Fix MMU test Scott Lahteine 2020-03-02 19:17:52 -0600
  • 12d05e4835 [cron] Bump distribution date (2020-03-03) thinkyhead 2020-03-03 00:04:10 +0000
  • 07e22d1d65 Neopixel on LPC uses GPIO toggling Scott Lahteine 2020-03-02 17:19:54 -0600
  • d3e232d1c1 Add single extruder LIN_ADVANCE test Scott Lahteine 2020-03-02 17:05:36 -0600
  • 646599d0d9 Finish M900 updates Scott Lahteine 2020-03-02 16:51:47 -0600
  • eb4d5120bf Keep name around for old configs Scott Lahteine 2020-03-02 16:22:50 -0600
  • e0c0173f73
    Fix nested comment warning (#17045) thisiskeithb 2020-03-02 14:08:26 -0800
  • 552f7a91d0
    Default on/off for Power Loss Recovery (#17051) InsanityAutomation 2020-03-02 17:07:53 -0500
  • ad4a9eb73a
    Fix G34 probing range/error bug (#17052) jufimu12 2020-03-02 20:35:02 +0100
  • 5aa528781f Fix ambiguous type Scott Lahteine 2020-03-02 13:22:48 -0600
  • af23c0480e
    Don't define 'valptr' if unused (#17048) ellensp 2020-03-03 08:17:52 +1300
  • 624ab24a5c
    Suppress thisItemNr warning (#17049) ellensp 2020-03-03 08:14:08 +1300
  • 66334820ca
    Add TMC micro-steps sanity check (#17044) Jason Smith 2020-03-02 11:13:04 -0800
  • 2c4e054e9a Fix fastio pin comment Scott Lahteine 2020-03-02 12:48:37 -0600
  • 49c5f614c6 Minor motion style changes Scott Lahteine 2020-03-01 16:59:04 -0600
  • 6b5347ee39 Improved M900 Scott Lahteine 2020-02-29 04:28:07 -0600
  • b1a50d54e2 HAS_TRINAMIC => HAS_TRINAMIC_CONFIG Scott Lahteine 2020-03-02 12:03:43 -0600
  • 736521a3f1 Balance mega tests, shorten some env names Scott Lahteine 2020-03-01 17:39:46 -0600
  • 870a1f753a Fix undefined STATUS_CHAMBER_WIDTH Scott Lahteine 2020-03-01 20:21:30 -0600
  • cc822bf70f
    Fix some 8 extruders issues, GTR build (#17043) Jason Smith 2020-03-01 19:19:02 -0800
  • 5da6819277
    Fix build issues with REPRAPWORLD_KEYPAD (#17038) Jason Smith 2020-03-01 17:54:22 -0800
  • 362c9ae79a Clean up use of extra_xyjerk Scott Lahteine 2020-03-01 19:08:21 -0600
  • ac93df43cd [cron] Bump distribution date (2020-03-02) thinkyhead 2020-03-02 00:04:18 +0000
  • 4b256a6fa8
    Revert FYSETC Mini encoder change (#17040) ellensp 2020-03-02 12:59:00 +1300
  • 45fae55929
    Fix SKR nested comment warning (#17037) Jason Smith 2020-03-01 15:39:00 -0800
  • 4a3fcd0bf9
    Fix three extruder with auto-fan build (#17035) Jason Smith 2020-03-01 15:37:16 -0800
  • edd1b76a9a Fix set_current_from_steppers_for_axis(E_AXIS) bug Scott Lahteine 2020-03-01 10:41:14 -0600
  • c4db8e49a7 XYZ_CHAR macro Scott Lahteine 2020-03-01 10:36:15 -0600
  • 3473b21710 Move millis_t includes Scott Lahteine 2020-03-01 09:50:53 -0600
  • 5e9a10dbae Use PSTR for common labels Scott Lahteine 2020-03-01 07:36:25 -0600
  • f7d663c7db Improvements for MarlinMesh.scad Scott Lahteine 2020-02-29 04:27:04 -0600
  • 1d609d2bbd [cron] Bump distribution date (2020-03-01) thinkyhead 2020-03-01 00:04:02 +0000
  • 6c9ca1bec2
    Clarify GT2560 common pins (#17021) Vert 2020-02-29 05:35:10 -0500
  • 730804289c
    Catch more LPC1768 pin conflicts (#17019) Scott Lahteine 2020-02-29 04:14:40 -0600
  • 39c34e4992
    Use ADC resolution in AD595/8495 calculation (#17018) ManuelMcLure 2020-02-28 21:28:17 -0800
  • b946530ef6 [cron] Bump distribution date (2020-02-29) thinkyhead 2020-02-29 00:03:54 +0000
  • 9b145c7c73
    Reverse encoder for FYSETC Mini 12864 2.1 + SKR 1.3 (#17010) ellensp 2020-02-29 07:26:54 +1300
  • ac755fce82
    Fix G34 "Decreasing accuracy" bug (#17013) jufimu12 2020-02-28 18:42:51 +0100
  • 97e87d8262
    Fix G76 reachable test (#17005) Scott Lahteine 2020-02-27 22:47:44 -0600
  • c669420134
    Pass along sanity_check for (G33) probing (#17006) Anders Sahlman 2020-02-28 02:58:35 +0100
  • f8497b8171 [cron] Bump distribution date (2020-02-28) thinkyhead 2020-02-28 00:03:53 +0000
  • bfbd976c09 General G76 cleanup Scott Lahteine 2020-02-27 06:44:01 -0600
  • a75a25cd7c Replace direct call to G28(true) Scott Lahteine 2020-02-27 06:44:20 -0600
  • 4f55723527 RUMBA has 3 E plugs Scott Lahteine 2020-02-27 07:47:40 -0600
  • 77b82d300a Add idle_no_sleep Scott Lahteine 2020-02-27 06:34:48 -0600
  • e5d39063a2 Cleanups for PTC Scott Lahteine 2020-02-27 06:18:27 -0600
  • be62ab2d02 Move reachable test to Probe class Scott Lahteine 2020-02-27 06:16:33 -0600
  • 9f8ee31144
    Update Slovak language (#17002) Roman Moravčík 2020-02-27 10:38:46 +0100
  • 8164cac797
    Fix planner.cpp compile (#16996) Makoto Schoppert 2020-02-27 04:29:44 -0500
  • a80eda41bc [cron] Bump distribution date (2020-02-27) thinkyhead 2020-02-27 00:03:42 +0000
  • bafe8d920a Handle print completed LED event in M0 Scott Lahteine 2020-02-26 12:02:54 -0600
  • 633b716a3a Define DIAG pins for MKS SGen-L Scott Lahteine 2020-02-26 11:35:02 -0600
  • 832951ec44
    Case-insensitive g-code option (#16932) Scott Lahteine 2020-02-26 09:23:55 -0600
  • 18b875dc9f Allow print recovery after parking Scott Lahteine 2020-02-26 08:16:46 -0600
  • 6fd7f4fe1b Fix unified status bed temp display Scott Lahteine 2020-02-26 08:09:57 -0600
  • 263a7beeb5 More extra travel jerk changes Scott Lahteine 2020-02-26 07:24:36 -0600
  • 6913a4dfa8 Prevent park_point compile error Scott Lahteine 2020-02-26 07:10:22 -0600
  • 025c50cc6d
    Quick-homing sensorless back-off (#16872) Scott Lahteine 2020-02-26 06:50:13 -0600
  • 02cce7d4b4 Add TRAVEL_EXTRA_XYJERK option Scott Lahteine 2020-02-26 06:39:29 -0600
  • 0a7e7a6fa5
    Allow servo features in combination (#16960) Scott Lahteine 2020-02-26 06:26:54 -0600
  • daa32013b1
    Sanity check for LPC serial pin conflict (#16981) Scott Lahteine 2020-02-26 06:26:30 -0600
  • ec1b86d9cb Serial strings in macros Scott Lahteine 2020-02-26 05:38:25 -0600
  • cf597e2bb1 Allow weird probe values in G33 Scott Lahteine 2020-02-26 05:33:48 -0600
  • e76f2ed4cb
    Fix Trinamic pulse rate auto-assignment (#16966) ellensp 2020-02-26 23:34:21 +1300
  • b5c2190b38 String optimize followup Scott Lahteine 2020-02-26 04:32:30 -0600
  • 28008aced0
    Correct SKR expansion port pins (#16974) InsanityAutomation 2020-02-26 05:18:34 -0500
  • 70af080813
    Add LPC1768 Serial ports for pinsDebug (#16980) ellensp 2020-02-26 23:12:53 +1300
  • 5ebba4b19f More serial strings Scott Lahteine 2020-02-26 04:11:03 -0600
  • cdcd45d651
    Set LCD status for EEPROM errors (#16977) InsanityAutomation 2020-02-26 04:04:02 -0500
  • e78f607ef3 Use a STR_ prefix for non-translated strings Scott Lahteine 2020-02-26 03:02:03 -0600
  • 6b9a17be16 Language: "failsafe" => "Defaults" Scott Lahteine 2020-02-26 02:02:20 -0600
  • 4250a98908
    Toolchange improvements (#16979) InsanityAutomation 2020-02-26 01:12:14 -0500
  • ba4f49f4a2
    Fix GTR10 overlapping defines (#16976) InsanityAutomation 2020-02-25 23:56:52 -0500
  • 5b438fb20d HAS_SDCARD_CONNECTION is more obsolete Scott Lahteine 2020-02-25 22:30:16 -0600
  • 5071fe82ab
    Ensure proper SD print completion (#16967) Scott Lahteine 2020-02-25 22:18:14 -0600
  • 91cff02596 [cron] Bump distribution date (2020-02-26) thinkyhead 2020-02-26 00:03:52 +0000
  • 454cbcce51 Fix the wait loop in M0 / M1 Scott Lahteine 2020-02-25 12:20:40 -0600
  • 6bfae5de6f
    Fix SKR 1.4 Turbo SD_DETECT_PIN (#16955) InsanityAutomation 2020-02-25 04:17:08 -0500
  • 3e685777a8
    Fix LCD cutter/bed icons overlapping (#16956) InsanityAutomation 2020-02-25 04:07:36 -0500
  • d13b153230
    Update Italian language (#16947) Giuliano Zaro 2020-02-25 10:05:58 +0100
  • 3a6f776c4b
    Update POWER_LOSS_PIN comment (#16957) InsanityAutomation 2020-02-25 00:51:10 -0500
  • ca305b03b7 [cron] Bump distribution date (2020-02-25) thinkyhead 2020-02-25 00:04:00 +0000
  • 9040394e8e Fix card_eof error Scott Lahteine 2020-02-24 10:58:54 -0600
  • 955ce393df
    Restore tabs in Makefile (#16944) Marcio T 2020-02-24 09:42:12 -0700
  • 92278a45ed
    Allow Z_SAFE_HOMING_POINT outside bed (#16945) Marcio T 2020-02-24 09:40:12 -0700
  • a254354e68 BS_TOTAL_AXIS => BS_TOTAL_IND Scott Lahteine 2020-02-24 06:11:31 -0600
  • 5e197df89a Fix Babystepping loop (again) Scott Lahteine 2020-02-24 05:29:13 -0600
  • 8ba5ef8cae "Init. Media" => "Attach Media" Scott Lahteine 2020-02-24 05:33:16 -0600
  • 9a51f29efa Simplified E_AXIS_HAS macro Scott Lahteine 2020-02-23 23:55:05 -0600
  • ebd2bcc177 Fix AXIS_HAS_SW_SERIAL Jason Smith 2020-02-23 11:55:24 -0800
  • 9717b3044f [cron] Bump distribution date (2020-02-24) thinkyhead 2020-02-24 00:03:56 +0000
  • 2bcc2ec7d1
    Reduce default TMC baudrate to 57600 with Software Serial (#16930) Jason Smith 2020-02-23 05:48:56 -0800
  • 529d57bddf
    Sync Italian language (#16935) Giuliano Zaro 2020-02-23 14:47:30 +0100
  • 0ba18848af Allow USE_GCODE_SUBCODES for debugging Scott Lahteine 2020-02-10 16:22:38 -0600
  • b2328d089a Allow LCD_PIXEL_WIDTH/HEIGHT override Scott Lahteine 2020-02-22 21:36:12 -0600
  • 29ec868c4b Commit last SD line before fileHasFinished Scott Lahteine 2020-02-22 20:45:59 -0600
  • 1d431fe8d2 Suppress "packed member" warning Scott Lahteine 2020-02-22 19:26:52 -0600
  • 2471a8bb91
    Define ANET_FULL_GRAPHICS_LCD pins for SKR 1.4 (#16928) ZMiguel Alves 2020-02-23 00:45:10 +0000
  • 7bf3581b02
    Fix M0/M1 broken wait loop (#16921) ellensp 2020-02-23 13:37:39 +1300
  • b9b29bf4c0 Followup to babystep hotfix Scott Lahteine 2020-02-22 07:04:06 -0600