Commit Graph

14247 Commits

Author SHA1 Message Date
d57a668097 Update Spanish Translation (#15556) 2019-10-15 11:38:57 -05:00
437978d349 Bring SPI_SENSORLESS code up to date (#15560) 2019-10-15 11:34:45 -05:00
a988f9304d reduce the required size with uint16_t modifiers 2019-10-14 20:11:59 +02:00
21867c7fef elapsed time overflow warning fix
tried to fix it with snprintf in libs/duration_t.h but its worst... :/
2019-10-14 20:00:59 +02:00
d37bd33c31 Update Spanish Translation 2019-10-14 16:02:54 +02:00
b4f82d1081 Update Slovak language (#15527) 2019-10-13 17:35:38 -05:00
f06602ff7e Fix MKS Robin python script (for Travis CI) (#15523) 2019-10-13 17:34:31 -05:00
ee20f21a24 Fix undefined max in multi-language (#15521) 2019-10-13 18:31:28 -04:00
7714152013 Update Italian language (#15533) 2019-10-13 17:28:03 -05:00
5ad9257df4 Fix DUE HAL serial defines (#15536) 2019-10-13 17:06:15 -05:00
62aa137548 Fixed pid_autotune_menu made pid_label accessible (#15551) 2019-10-13 16:46:06 -05:00
37550e9d98 Allow 3-digit LCD Display of value
The LCD Display shows 3 digits of precision, not 4.   
So change the bounding value to something more rational.
2019-10-13 14:34:51 -05:00
05eed72b69 Allow LCD Menu to adjust Junction Deviation lower
Allow LCD Menu to adjust Junction Deviation lower than .01.   Some machines currently have a JUNCTION_DEVIATION_MM value as low as .005 mm.     In the case of non-Linear-Advance machines...   The upper limit is raised to .5 mm.

Probably more thought needs to be given to the Linear Advance case.   It maybe it doesn't need a special case and should just use the same bounds as the non-Linear Advance case.
2019-10-12 17:36:43 -05:00
df09532a9c Reassign FIL_RUNOUT_PIN for ReARM boards (#15519)
Reassign FIL_RUNOUT_PIN from P1_18 to P1_19

P1_18 is connected to a buffer in order to output 5V making it unsuitable for input.
2019-10-12 21:02:20 +01:00
59378db7de Eliminate clutter in Formbot T-Rex 3 Configuration.h file
The extra clutter was making the Junction Deviation patch script calculate the wrong value.
(The script wasn't smart enough to see the extra lines were commented out and used the wrong values in the calculation.)

All fixed now with a JUNCTION_DEVIATION_MM calculated at .017
2019-10-11 17:11:24 -05:00
c8e348731f Correct Junction Deviation value for Formbot Raptors
Re-apply the formula .4 * V^2 / Default_Acceleration to work correctly in Raptor configuration.h file.
(The problem is there are multiple XJerk and YJerk values declared based on the step sticks used on the printer.)
This change should provide correct values for all setups.
2019-10-11 16:52:47 -05:00
7a1fa2177c Eliminate multiple DEFAULT_ACCELERATION declarations.
Re-calculate and fix the Junction Deviation value using correct DEFAULT_ACCELERATION number.
2019-10-11 16:31:24 -05:00
1df90aaf0e Followup to num2str update (#15518) 2019-10-11 08:45:15 -05:00
ac8083588b Add config for Wanhao Duplicator i3 v2.1 2019-10-11 00:59:58 -05:00
e79666a82b Followup to "Fix G2/G3 rounding" (#15510) 2019-10-10 21:16:37 -05:00
b20d5a7cc6 Estimate Remaining Time (graphical display) (#15497) 2019-10-10 21:03:33 -05:00
5641adb01b Clean up stray tabs 2019-10-10 20:16:16 -05:00
d8aeeb8ff6 Fix G2/G3 rounding error (#15507) 2019-10-10 19:50:08 -05:00
2cf35267c4 Set Junction Deviation value from Jerk and Default Acceleration (#15509)
Formula: `0.4 * sq(min(xjerk, yjerk)) / (default accel)`
2019-10-10 19:44:15 -05:00
6f60838736 Fix PAUSE_MODE_CHANGE_FILAMENT menu item (#15501) 2019-10-10 19:39:32 -05:00
ac466ecf74 Change Junction Deviation to Classic Jerk (#15505) 2019-10-10 19:31:59 -05:00
3664beec29 Don't refresh on status line changes 2019-10-10 19:29:17 -05:00
13cf417a98 [cron] Bump distribution date 2019-10-10 00:00:04 -05:00
541a9f2b85 Defer test of Lulzbot UI for now 2019-10-09 23:39:22 -05:00
b119c14017 Clean up LCD print, align (#15498) 2019-10-09 20:41:44 -05:00
46763efb75 Fix tool-change move with hotend offset (#15491) 2019-10-09 19:48:00 -05:00
6a865a6146 Multi-language support (#15453) 2019-10-09 19:46:10 -05:00
dc14d4a13c Improvements and fixes to Lulzbot UI (#15490) 2019-10-09 19:44:49 -05:00
e6055dce76 Followup to position refactor 2019-10-08 22:08:05 -05:00
b4d48fdc91 Followup to #15481 2019-10-08 21:38:02 -05:00
af80653f3f Always report all PIDs in M503
Fix #14474
2019-10-08 21:07:19 -05:00
a525cc06c1 Add ARC_SUPPORT to DUE tests 2019-10-08 20:46:01 -05:00
914605c89c gcc is forgiving of stray ; 2019-10-08 20:36:39 -05:00
89490171ef Use "concatenatable" language codes 2019-10-08 20:17:23 -05:00
c0005e939c Enable junction deviation by default (#15481) 2019-10-08 19:42:18 -05:00
1df6c7a46c Work around a compiler bug
See #15478
2019-10-08 19:27:03 -05:00
5becda25c5 Followup to E renumbering 2019-10-08 17:37:17 -05:00
cb1cb72c76 Fix Move Z menu item 2019-10-08 17:24:40 -05:00
e34aa1ff8f Add A8, A8 Plus, A6 logos to configs (#15489)
Co-Authored-By: Leo <leo@nutz.de>
2019-10-08 15:33:24 -05:00
58f81f8e7e Followup to progress override (#15488) 2019-10-08 15:24:14 -05:00
d45ab47139 [cron] Bump distribution date 2019-10-08 14:33:57 -05:00
9dcccc11ba Fix extra condition 2019-10-07 22:36:49 -05:00
cc822c1a05 Use lambdas in menus, where possible (#15452) 2019-10-07 19:44:33 -05:00
cd791f1cba Move long tests to the end 2019-10-07 19:41:15 -05:00
59508edf64 Suppress data[] array warning 2019-10-07 19:32:23 -05:00