Scott Lahteine
ec9a5b7157
Merge pull request #9434 from thinkyhead/bf1_fix_G29_W_I_J_Z
...
[1.1.x] Fix broken G29 W I J
2018-02-01 21:53:10 -06:00
Scott Lahteine
31920a5285
Add / use 32-bit wide bit macros
2018-02-01 21:47:23 -06:00
Scott Lahteine
b78cccad0f
Fix broken G29 W I J
2018-02-01 19:50:18 -06:00
Thomas Moore
36a1d12238
Clear retracted status when homing the Z axis
2018-01-29 19:35:16 +00:00
Nikkoura
79183f7620
Fix french language (typos, case homogeneity)
2018-01-28 00:01:00 +01:00
GMagician
b0f148f7db
[1.1.x] Fix SD wrong filename list ( #9343 )
...
If last file in directory has short filename and is preceded by a deleted long file name. SD menu will wrongly report long deleted file name as last entry
2018-01-24 23:07:58 -06:00
Scott Lahteine
bc4fa3984b
Prettier codebits debugging
2018-01-24 00:30:58 -06:00
Scott Lahteine
d60e5c89d8
Merge pull request #9326 from thinkyhead/bf1_fix_parser_M118
...
[1.1.x] Fix parser.has_value, M118 parameters
2018-01-24 00:23:50 -06:00
Scott Lahteine
57d68e0d01
Merge pull request #9317 from smay4finger/fileattributes
...
Fileattributes
2018-01-24 00:18:30 -06:00
Stefan May
908d487212
removed execution mode from files
2018-01-24 00:17:34 -06:00
Scott Lahteine
a855d01336
Fix M118 parameter parsing
2018-01-23 23:50:42 -06:00
Scott Lahteine
d5ad51821c
Simplify G-code debug option
2018-01-23 23:50:42 -06:00
Scott Lahteine
59b5800e58
Change parser codebits from array to int32_t
2018-01-23 23:50:42 -06:00
Scott Lahteine
1b84807eb0
Fix has_value with FASTER_GCODE_PARSER
2018-01-23 23:50:42 -06:00
Scott Lahteine
3ab4736ac9
Move some strings to PROGMEM
2018-01-23 23:50:42 -06:00
Scott Lahteine
d8aa40eedf
Marlin must override _BV for 32-bit masks!
2018-01-23 23:50:42 -06:00
Scott Lahteine
2177c246d5
Patch BQ Hephestos 2 filament diameter
...
From #9314
2018-01-23 20:38:43 -06:00
Scott Lahteine
e5c6448063
Merge pull request #9323 from thinkyhead/bf1_simple_patches
...
[1.1.x] Optimize some strings, arc length calculation
2018-01-23 19:13:00 -06:00
Scott Lahteine
f447668387
Optimize some serial strings
2018-01-23 18:59:35 -06:00
Scott Lahteine
d4ab383a1b
Lightly optimize arc length calculation
2018-01-23 18:59:35 -06:00
Scott Lahteine
87c254b238
Patch M114 D logical output
2018-01-23 18:48:53 -06:00
Scott Lahteine
cc9165cb99
Merge pull request #9311 from thinkyhead/bf1_fade_info_too
...
[1.1.x] Include Z Fade in log_machine_info
2018-01-23 14:08:59 -06:00
Scott Lahteine
df5c06ab7b
Fix G29 no_action with A and Q
2018-01-23 13:58:36 -06:00
Scott Lahteine
b2dcb75c6c
Include Z Fade in log_machine_info
2018-01-23 13:58:36 -06:00
Scott Lahteine
074f191bc3
Followup patch for TMC stepper init
2018-01-23 13:58:36 -06:00
Manuel Valentino
2bda584fc6
Added missing SoftwareSerial begin for TMC2208
2018-01-22 10:49:40 -06:00
Thomas Moore
b818543045
[1.1.x] Fix change filament for delta machines ( #9296 )
2018-01-22 10:19:00 -06:00
Scott Lahteine
3175266681
Merge pull request #9298 from thinkyhead/bf1_fix_skew_factor
...
[1.1.x] Fix Skew Correction pre-calculation overflow error
2018-01-22 08:33:25 -06:00
Scott Lahteine
1ae40abb09
More precision in M852 skew report
...
Followup change from #8843
2018-01-22 08:30:37 -06:00
Scott Lahteine
1cea0b6f70
Fix Skew Correction pre-calculation overflow error
2018-01-22 08:22:28 -06:00
Scott Lahteine
5c6061ea5a
More precision in M852 skew report
2018-01-22 08:06:40 -06:00
Scott Lahteine
6799aa9806
Merge pull request #9278 from oysteinkrog/fix/DualX_Endstops_1.1.x
...
[1.1.x] Fix DUAL_X_CARRIAGE endstop tests
2018-01-22 07:42:28 -06:00
Scott Lahteine
049898fa30
Update comment on set_home_offset
2018-01-22 06:14:55 -06:00
Scott Lahteine
a29ca4947e
Merge pull request #9263 from thinkyhead/bf1_print_start_fix
...
[1.1.x] Minor filament change improvements
2018-01-22 05:52:58 -06:00
Scott Lahteine
feb6014e92
Don't run M600
on filament runout if the nozzle is cold
2018-01-22 05:46:29 -06:00
Scott Lahteine
c7ae531e35
Better LCD message when heating needed
2018-01-22 05:46:29 -06:00
Scott Lahteine
c373afbddd
Clean up and document load/unload/pause/resume
2018-01-22 05:46:19 -06:00
Scott Lahteine
c970869d74
Add hotEnough methods
2018-01-22 05:46:19 -06:00
Scott Lahteine
74873f377d
Merge pull request #9289 from thinkyhead/bf1_ms_cs_pins_fixup
...
[1.1.x] Patch MSn pins, sanity-check TMC CS pins
2018-01-22 02:27:27 -06:00
Scott Lahteine
e8687e5b9e
Update pins.h for parity, protect MS pins
2018-01-22 02:19:04 -06:00
Scott Lahteine
198498b1aa
Sanity check for TMC2130 having CS pins
2018-01-22 02:04:21 -06:00
cprund
0527090a31
Minor bugfix to the code that enables the 2nd X stepper. It needs to be enabled for X_DUAL_STEPPER_DRIVERS. ( #9286 )
2018-01-22 01:32:09 -06:00
Scott Lahteine
dff96a8952
Merge pull request #9288 from thinkyhead/bf1_grid_bounds
...
[1.1.x] Better probe boundaries for linear/grid
2018-01-22 01:23:42 -06:00
Scott Lahteine
3d9f360b5a
Better probe boundaries for linear/grid
2018-01-22 01:10:34 -06:00
Scott Lahteine
b0bfa65be7
Merge pull request #9282 from thinkyhead/bf1_jgaurora_configs
...
[1.1.x] Add JGAurora A5 support
2018-01-22 00:46:14 -06:00
Scott Lahteine
c8ac3a2a72
Add example configs for JGAurora A5
2018-01-21 22:23:31 -06:00
Scott Lahteine
957bb3124a
Add thermistor 15 tuned for JGAurora A5
2018-01-21 16:57:47 -06:00
Øystein Krog
1f37781bf1
Fix DUAL_X_CARRIAGE endstops
...
\#8170 fixed
(cherry picked from commit 441517bbe1625aa68a49aef0f98c6c4184e66dff)
2018-01-21 16:32:29 +01:00
Scott Lahteine
7b62670987
Merge pull request #9272 from thinkyhead/bf1_creality_tuneup
...
[1.1.x] Fix and improve Creality configs
2018-01-21 02:53:08 -06:00
Scott Lahteine
7b5a4f71be
Fix toDigital length with days
...
From #9220
2018-01-21 02:50:54 -06:00