Marcio Teixeira
92e058742a
Adjusted cutoff for RELOC_WORKAROUND.
7 years ago
Marcio Teixeira
578391effc
Automatic support for Jessie vs. Stretch.
...
- Automatically define RELOC_WORKAROUND on Jessie and
disable it on Stretch.
7 years ago
Marcio Teixeira
850a0b53f5
New PID settings for E3D_Titan_Aero (T1643).
...
- Added new values as provided by West.
7 years ago
Scott Lahteine
0640bd0282
Version 1.1.8
7 years ago
Scott Lahteine
21ba70d587
Fixups for 1.1.8
7 years ago
Marcio Teixeira
9129996964
Compatibility fixes with older Minis (T1458)
...
- Adjusted build area to sit squarely in the middle of Foxglove/Euphorbia
build plate **
- Added fix to G29 for incorrect rewipe location on Foxglove/Euphorbia (T1458)
** When using this FW it is advised to adjust the wipe Y location in
the Mini start GCODE to Y=172
7 years ago
Marcio Teixeira
d88d515a92
Compatibility fixes for older Minis (T1458)
...
- Set Mini X_MIN_POS to -0.1, so X=0 does not ride against X_MIN endstop. This
prevents moves along X=0 from failing once a bed compensation matrix has been
loaded. This caused G29 to fail if used multiple times in a row.
- Before rewipe in G29, added move to (X_MIN_POS,Y_MAX_POS). This is a workaround to
prevent the Y coordinate shift duing G29 on older Minis from causing the rewipe to
miss the wiper pad.
- Changed Mini baud rate to 250000 since this is more reliable.
- Disable the extruder motor while probing on all Mini toolheads. This was
done before just on the Aerostruder, but I saw the same symptoms on a
standard toolhead on a Gladiola.
7 years ago
Marcio Teixeira
6fe2c33334
Adjusted wipe height for Mini (T1576)
7 years ago
Marcio Teixeira
dfb8a12a96
Add Hibiscus geared prototype. Increase tx buffer.
...
- Added Hibiscus_EinsyGearedMini2LCD variant.
- Increased TX_BUFFER_SIZE as recommended for ADVANCED_OK (may affect T1598, but does not appear to fix that issue)
7 years ago
Scott Lahteine
dcd405275c
Merge remote-tracking branch 'upstream/bugfix-1.1.x' into release_version_118
7 years ago
Scott Lahteine
99f98890c2
Merge pull request #8892 from thinkyhead/bf1_action_on_action
...
[1.1.x] Fixes for G29 / 3POINT
7 years ago
Scott Lahteine
5f0026893f
Fix some compiler warnings
7 years ago
Scott Lahteine
4f943a73bc
Fixes for G29 / 3POINT
7 years ago
Scott Lahteine
e31923be8d
lcd_map_control deps on ULTIPANEL
7 years ago
Scott Lahteine
395235a529
Merge pull request #8891 from thinkyhead/bf1_action_on_action
...
[1.1.x] Allow consecutive uses of G29
7 years ago
Scott Lahteine
55848a4bd8
Allow consecutive uses of G29
7 years ago
Scott Lahteine
19e768d43d
Merge pull request #8849 from silentninja1/patch-3
...
[1.1.x] //Actions on Pause / Resume (M600, M125, etc.)
7 years ago
Scott Lahteine
3c7cdcdc22
General cleanup of config-store, reset_bed_level
7 years ago
Scott Lahteine
e0d487e339
Update TMC2208 config store
7 years ago
Scott Lahteine
defff1e4a8
Fix GT2560 A+ servo pins
7 years ago
Scott Lahteine
05a6d48753
Tweak to M125 code
7 years ago
silentninja1
b12eb33feb
Add support for pause and resume action commands on M600
7 years ago
Scott Lahteine
00749d8ef0
Add pause/resume action to example configs
7 years ago
Thomas Moore
59d047c1d7
[1.1.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ( #8864 )
...
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
7 years ago
Scott Lahteine
fb6b62a01b
Comment `return false` in motion functions
7 years ago
Scott Lahteine
1bb5791e64
Merge pull request #8888 from thinkyhead/bf1_reduce_jerk_default
...
[1.1.x] Reduce default jerk
7 years ago
Scott Lahteine
e47316c9d3
Tweak cleaning buffer / SD finished command
7 years ago
Scott Lahteine
88c0688961
Reduce default jerk. XY by half. Z by 1/4
7 years ago
Scott Lahteine
aa9cad0cc6
Merge pull request #8870 from petrzjunior/bugfix-1.1.x
...
[1.1.x][Language] Update Czech for Dec 2017
7 years ago
Scott Lahteine
0950527437
Fix WELCOME_MSG in PT
...
From #8879
7 years ago
Scott Lahteine
b7306ef07f
Fix WELCOME_MSG in PT
...
From #8879
7 years ago
Petr Zahradník
0fc3fea8df
Update Czech language Dec 2017
7 years ago
Scott Lahteine
b5677907d0
Minor speedup for SCARA scaling
...
And cleanup of Delta IK macros...
7 years ago
Scott Lahteine
6f40d57e14
Merge pull request #8851 from thinkyhead/bf1_more_scara_scaling
...
[1.1.x] SCARA Feedrate Scaling for G2/G3 - using HYPOT
7 years ago
Scott Lahteine
20f6a4582d
Version 1.1.7
7 years ago
Scott Lahteine
e0dba46271
Merge latest bugfix-1.1.x
7 years ago
Scott Lahteine
2aaf66b789
Merge pull request #8847 from thinkyhead/bf1_restore_position_float
...
[1.1.x] Restore position_float to LIN_ADVANCE
7 years ago
Scott Lahteine
fdd85a529a
Feedrate scaling for G2/G3
7 years ago
Scott Lahteine
477e36afab
Revert "[bugfix-1.1.x] COREXY stutter moves (planner.cpp changes) ( #8697 )"
...
This reverts commit 86b65e52c4
.
7 years ago
Scott Lahteine
1068798465
Restore position_float to LIN_ADVANCE
7 years ago
Scott Lahteine
4f375cd17d
Match sign for filwidth across vars
7 years ago
Thomas Moore
98159c0507
[1.1.x][PlatformIO] Stop compiling after first five errors ( #8828 )
7 years ago
Scott Lahteine
ea345b1db7
Merge pull request #8738 from lumbric/bugfix-1.1.x
...
Add missing CPP files to Make file, fixes #8731
7 years ago
Scott Lahteine
51a0f7aaba
Merge pull request #8845 from thinkyhead/bf1_no_volumetrics
...
[1.1.x] One setting to validate filament width
7 years ago
Scott Lahteine
ab7f1a0608
A single setting to validate filament width
7 years ago
Scott Lahteine
201bbaacfc
Merge pull request #8844 from thinkyhead/bf1_no_volumetrics
...
[1.1.x] Add option for NO_VOLUMETRICS
7 years ago
Scott Lahteine
3929deed10
Add VOLUMETRIC capability item
7 years ago
Scott Lahteine
435981056e
Option to disable all volumetric extrusion
7 years ago
Scott Lahteine
e6f46f3832
Add NO_VOLUMETRICS to example configs
7 years ago
Scott Lahteine
1aea024589
Remove redundant serial sanity check
7 years ago