This website requires JavaScript.
3007eee22e
Require a checksum when writing to SD
Scott Lahteine
2018-03-28 13:45:47 -05:00
9656a82609
Fix G53/CNC_COORDINATE_SYSTEMS compilation, Travis testing (#10227 )
Bob-the-Kuhn
2018-03-28 13:14:39 -05:00
749f19e502
[2.0.x] Move backtrace to a shared location (#10237 )
Eduardo José Tagle
2018-03-28 15:13:20 -03:00
7dc256432f
Restore STM32F1 series to working order. (#10229 )
xC0000005
2018-03-28 11:07:52 -07:00
d1f14202a9
[2.0.x] NANODLP_Z_SYNC requires linear axes (#10240 )
Rob Power
2018-03-28 20:03:34 +02:00
b287560258
Fix say_M603
Scott Lahteine
2018-03-28 12:54:58 -05:00
436e5b7ea3
Apply spacing in pins files
Scott Lahteine
2018-03-28 12:51:59 -05:00
4d533b9baa
Update bq Hephestos 2 probe offset
Scott Lahteine
2018-03-27 21:05:03 -05:00
78df07ac71
Merge pull request #10221 from ejtagle/bugfix-2.0.x
Bob-the-Kuhn
2018-03-27 03:26:10 -05:00
8934a2c49b
Added some missing Thumb instructions to the traceback follower, so now it is able to traceback through switch() statements
etagle
2018-03-27 04:30:38 -03:00
328edea03a
Several fixes to the backtracer. Tested ant it works
etagle
2018-03-26 03:42:54 -03:00
aa6dacbbdf
German update
Scott Lahteine
2018-03-25 15:21:13 -04:00
8322a79bb9
update the UTF-8 C strings for Chinsee languages, for Simplified and Traditional Chinese (#10211 )
Yunhui Fu
2018-03-25 12:37:54 -04:00
9a24c0ae3f
Tons of fixes to the backtracker code, and also added an extra backtracker that does not require unwind tables to work and it is used if unwind tables are absent
ejtagle
2018-03-25 00:52:04 -03:00
a891af2f7a
Enforce minimum TMC2130 / TMC2208 libs
Scott Lahteine
2018-03-24 15:26:11 -04:00
75b381cd28
Merge pull request #10203 from Bob-the-Kuhn/sanity-check-fix
Bob-the-Kuhn
2018-03-24 14:06:34 -05:00
433e984d1f
move comment to fix compile error
Bob-the-Kuhn
2018-03-24 13:44:54 -05:00
f7857ac8a8
Merge pull request #10185 from ejtagle/bugfix-2.0.x
Bob-the-Kuhn
2018-03-24 13:32:34 -05:00
b756a15aba
another needs to be deleted
Bob-the-Kuhn
2018-03-24 10:22:03 -05:00
50c81ebe0d
remove check that always fails
Bob-the-Kuhn
2018-03-24 09:35:45 -05:00
3ac135cef3
Enforce minimum TMC2130 / TMC2208 libs
Scott Lahteine
2018-03-23 18:01:55 -04:00
8870f9b1da
Fix M503 helper functions following TMC updates (#10197 )
Bob-the-Kuhn
2018-03-23 16:43:43 -05:00
bb7236a750
Z correction on tool-change for all HAS_MESH (#10199 )
Scott Lahteine
2018-03-23 13:12:00 -05:00
81d68b2180
Merge pull request #10195 from Bob-the-Kuhn/DUE-hw-SPI-to-mode-0
Bob-the-Kuhn
2018-03-23 09:46:26 -05:00
509227fd80
change to mode 0
Bob-the-Kuhn
2018-03-23 09:37:58 -05:00
c3b23974bd
Added detection of case when no unwind tables are available
etagle
2018-03-23 05:22:45 -03:00
ea1a83ce41
Use pgm_read_ptr for tables of pointers
Scott Lahteine
2018-03-23 02:16:35 -04:00
9da0797e29
Fix EEPROM size of tmc_hybrid_threshold
Scott Lahteine
2018-03-23 02:08:11 -04:00
daf643e1ce
[2.0.x] TMC: Match axis label order (#10188 )
teemuatlut
2018-03-23 08:04:12 +02:00
1628a9e864
make data declarations consistent
Roxy-3D
2018-03-22 19:25:28 -05:00
b210bdf032
Now the Crash reporter uses the configured BAUDRATE to send the report through the Programming port. And also shows the traceback of functions as discussed. For that latest feature to work, you need to compile the project with -funwind-tables and -mpoke-function-name compiler flags
etagle
2018-03-22 03:34:03 -03:00
c5730cf711
As Bob-The-Khun suggested, resetting the USB peripheral solves the huge startup delays that happen when a WDT reset happens and we are connected through the native port
etagle
2018-03-22 03:31:25 -03:00
1cb810ff1c
[2.0.x] Automatically reset stepper timeout (#10179 )
Scott Lahteine
2018-03-21 19:30:06 -05:00
97e8a6ebd9
Various fixes for DUE... (#10152 )
Eduardo José Tagle
2018-03-21 21:04:45 -03:00
c3c264978f
correct truncated comment
Roxy-3D
2018-03-21 16:54:45 -05:00
9fd1016bb1
Trust the bootloader to clear globals
Scott Lahteine
2018-03-21 05:45:23 -05:00
045ee28c50
Tweaks to M915
Scott Lahteine
2018-03-21 05:15:25 -05:00
987597532c
For MK2_MULTIPLEXER undef DISABLE_INACTIVE_EXTRUDER
Scott Lahteine
2018-03-21 04:34:24 -05:00
ff304d3767
Allow G53 to go back to native space
Scott Lahteine
2018-03-21 01:38:25 -05:00
bc45fb6b13
Tweak use of move_z_after_probing
Scott Lahteine
2018-03-21 01:08:44 -05:00
c352954882
Allow no raise after run_z_probe in probe_pt
Scott Lahteine
2018-03-21 01:01:43 -05:00
ae39fbd646
Also suppress keepalive with suspend_auto_report
Scott Lahteine
2018-03-21 00:29:09 -05:00
8dfaf1539e
Merge pull request #10102 from thinkyhead/bf2_eeprom_M913
Scott Lahteine
2018-03-20 23:14:19 -05:00
837ac2fdbd
[2.0.x] Fix_Autotune_THERMAL_PROTECTION_BED_off (#10166 )
AnHardt
2018-03-20 22:48:36 +01:00
785dbfc72d
[2.0.x] FASTIO consistency (#10164 )
Bob-the-Kuhn
2018-03-20 16:24:50 -05:00
7308ef7809
Add conditional, give DUE SPI a unique name, fix compiler warnings (#10168 )
Bob-the-Kuhn
2018-03-20 15:53:21 -05:00
b5b39af531
[2.0.x] TMC: Fix CURRENT_STEP_DOWN (#10170 )
teemuatlut
2018-03-20 22:16:05 +02:00
a5c6d3c7b8
Prevent null pointer crash in Endstops::update
Scott Lahteine
2018-03-20 04:20:45 -05:00
a46bac3100
Add 'I' parameter to M906/M913/M914; 'T' to M906/M913
Scott Lahteine
2018-03-14 07:25:27 -05:00
cfc13ed7f3
Quiet M906/M913/M914 with axes. Patch for DISTINCT_E_FACTORS.
Scott Lahteine
2018-03-14 05:43:18 -05:00
c95450016b
Improve Trinamic support in the EEPROM
Scott Lahteine
2018-03-14 22:03:53 -05:00
48d7036874
Consolidate smart stepper driver initialization
Scott Lahteine
2018-03-18 19:01:42 -05:00
53362b81cc
Tone fixes/changes (#10151 )
Bob-the-Kuhn
2018-03-19 04:48:06 -05:00
2f192dbcd6
Merge pull request #10154 from thinkyhead/bf2_fewer_options
Scott Lahteine
2018-03-19 04:47:26 -05:00
dd2949922b
Consolidate 3-point leveling point options
Scott Lahteine
2018-03-19 01:22:21 -05:00
1d22609473
MIN_PROBE_EDGE replaces DELTA_PROBEABLE_RADIUS
Scott Lahteine
2018-03-19 01:18:57 -05:00
eaefc1e410
Add CorePQ support for BABYSTEPPING (#10155 )
Scott Lahteine
2018-03-19 02:51:40 -05:00
72281c4ff9
Turn power off in kill
instead of setting PS_ON to input
Scott Lahteine
2018-03-18 20:58:10 -05:00
9d99360912
Fix matrix.debug output
Scott Lahteine
2018-03-18 20:02:08 -05:00
bbfbf90797
Fix for DUE - no host support on native USB if SD card not enabled (#10148 )
Eduardo José Tagle
2018-03-18 21:49:51 -03:00
772810fb24
Followup to PORTVAR patch
Scott Lahteine
2018-03-18 19:21:10 -05:00
978f342392
Reduce some tmc_util strings
Scott Lahteine
2018-03-14 04:37:04 -05:00
fbdc5ad962
Prevent lcd_update stack overflow on SD Card change
Scott Lahteine
2018-03-18 18:57:54 -05:00
c0d694d5d3
Squash UBL postscript comment
Scott Lahteine
2018-03-18 18:56:09 -05:00
93af8aa157
Fix home_delta for SENSORLESS_HOMING (#10145 )
Scott Lahteine
2018-03-17 20:52:06 -05:00
883524056b
Set default baudrate for the pio serial monitor
Scott Lahteine
2018-03-17 19:47:55 -05:00
73616d721a
Use the latest L6470 library (v0.6)
Scott Lahteine
2018-03-17 19:28:19 -05:00
0543362b34
Don't init the tone timer if no BEEPER_PIN
Scott Lahteine
2018-03-17 18:34:16 -05:00
c6ff39cc14
Spacing cleanup
Scott Lahteine
2018-03-17 16:49:08 -05:00
9e9e29ddf8
Einsy: Regular endstops and BLTOUCH pins
Scott Lahteine
2018-03-17 16:43:09 -05:00
c79b53d406
Merge pull request #10140 from Bob-the-Kuhn/DUE-full-speed
Bob-the-Kuhn
2018-03-17 13:41:45 -05:00
7f1afbfd60
can't type
Bob-the-Kuhn
2018-03-17 13:07:49 -05:00
23760d6c14
add full speed option
Bob-the-Kuhn
2018-03-17 12:56:44 -05:00
cbcd1ed42d
full speed
Bob-the-Kuhn
2018-03-17 02:57:18 -05:00
6689884910
Easier override of ST7920 LCD timing
Scott Lahteine
2018-03-17 02:40:20 -05:00
ab769590a1
Merge pull request #10121 from thinkyhead/bf2_misc_fixes_mar16
Scott Lahteine
2018-03-16 21:43:27 -05:00
d603e655d3
Fix SWITCHING_EXTRUDER manual movement
Scott Lahteine
2018-03-16 03:22:56 -05:00
5f77816772
Reduce size of "only one" sanity checks
Scott Lahteine
2018-03-16 02:26:03 -05:00
8922b56b58
Fix some spelingz
Scott Lahteine
2018-03-16 01:25:32 -05:00
a6feb58837
Delta support for multiple hotends with offsets (#10118 )
Scott Lahteine
2018-03-16 00:46:42 -05:00
899b4df7a3
Merge pull request #10055 from TheSFReader/getFilename
Scott Lahteine
2018-03-16 00:02:27 -05:00
2e43438e0c
Add C parameter to M27 to include the long filename
TheSFReader
2018-03-11 11:57:31 +01:00
2168d6ac25
Allow NULL prepend in lsDive
Scott Lahteine
2018-03-13 23:00:31 -05:00
1e946d681d
Update Marlin for newest TMC libraries
Scott Lahteine
2018-03-15 21:03:12 -05:00
63fc4a8521
BIBO2 default update and Cyclops config (#10108 )
shaktee
2018-03-15 01:16:55 -04:00
e5157dc63d
Merge pull request #10110 from ejtagle/bugfix-2.0.x
Bob-the-Kuhn
2018-03-14 23:30:49 -05:00
404fc94705
DUE USB CDC: Do not send any character if no program on the PC is listening to them. This avoids Marlin waiting until the user actually opens a program that is able to consume the output of Marlin
etagle
2018-03-15 00:56:28 -03:00
4aebe3d82e
Pretty up EEPROM port args
Scott Lahteine
2018-03-14 22:44:07 -05:00
51bf3c9503
Fix E direction for MK2_MULTIPLEXER with LIN_ADVANCE
Scott Lahteine
2018-03-14 07:53:14 -05:00
e6dcfa64b0
Cast SERIAL_CHAR to void in M122 (#10086 )
teemuatlut
2018-03-14 14:09:06 +02:00
c24dbcbfe1
When STATUS_EXPIRE_SECONDS is 0, hide the position. (#10081 )
Marcio Teixeira
2018-03-14 01:44:30 -06:00
e7a61de8af
[2.0] FWRetract Reset (Best way) (#10083 )
Studiodyne
2018-03-14 07:35:30 +01:00
f894209de2
Merge pull request #10093 from thinkyhead/bf2_trinamic_config
Scott Lahteine
2018-03-14 01:16:55 -05:00
f1327fd5f9
Use lcd_goto_previous_menu_no_defer more
Scott Lahteine
2018-03-14 00:50:15 -05:00
e7570f3195
Improve TMC config organization, naming
Scott Lahteine
2018-03-13 02:06:40 -05:00
34f656decd
Add TMC2208 include in tmc_util.h
Scott Lahteine
2018-03-13 02:01:41 -05:00
374ea49be9
Revert marlinAnalogInputToDigitalPin
Scott Lahteine
2018-03-13 23:09:11 -05:00
07cf2cd9c4
Fix sensorless_homing_per_axis compile warning
Scott Lahteine
2018-03-13 23:15:19 -05:00
4c3d7083c0
Fix DUE build in Travis CI
Scott Lahteine
2018-03-13 23:15:04 -05:00
b858c638ad
Fix compiler warning for HAL_ANALOG_SELECT
Scott Lahteine
2018-03-13 22:33:08 -05:00