Scott Lahteine
b11e78f5f7
Merge pull request #9462 from GMagician/1.1.x-temperature-out-of-lcd
...
[1.1.x] Fix temperature out of LCD
2018-02-03 19:24:38 -06:00
Scott Lahteine
3bdd7b1ed3
Reduce trig table down to 6 floats
2018-02-03 19:16:42 -06:00
GMagician
14b7c8cf51
[1.1.x] Fix temperature out of LCD
...
Fix bug introduced in #9381
Original code was 18-chars*6 hence reversed number in if statements
2018-02-03 22:58:26 +01:00
paierh
68cff5f245
Change G26 circle angles
...
Changed the start- and end-angles for circles in the mesh-validation-pattern to avoid crossing lines.
At the start-/end-point of the circles there is a small dot of filament on my printer.
When drawing lines after the circles the nozzle crashes into those dots and destroys the circles.
I solved this problem by rotating the start- and end-points by 45 degrees.
2018-02-02 05:24:31 -06:00
Manuel Valentino
652162777b
[1.1.x] Fixed wrong information about TMC2208 wiring ( #9334 )
2018-02-02 04:14:43 -06:00
teemuatlut
923f17328f
Add TMC software SPI ( #9362 )
2018-02-02 03:56:08 -06:00
Custom3DProducts
f4076fe99d
[1.1.x] Add Z_PROBE_HYSTERESIS to mitigate Z jerking while probing ( #9375 )
2018-02-02 02:29:19 -06:00
Scott Lahteine
6445859270
Merge pull request #9373 from nikkoura/fix_fr_strings
...
[1.1.x] Fix french language (typos, case homogeneity)
2018-02-02 01:54:12 -06:00
GMagician
4661451d32
[1.1.x] Fix compile error on delta when NO_WORKSPACE_OFFSETS ( #9387 )
2018-02-02 01:43:53 -06:00
Scott Lahteine
22e688460f
Merge pull request #9381 from thinkyhead/bf1_enhance_boot_status
...
[1.1.x] Enhance GLCD Boot/Status screens
2018-02-02 01:40:08 -06:00
Scott Lahteine
8bccd0ef5b
Fix up _Bootscreen.h and _Statusscreen.h
...
- Support for 3 and 4-frame fan animation
- Binary bitmap data for easier visualization
- Cleanup mystery numbers, etc.
2018-02-02 00:55:02 -06:00
Scott Lahteine
f4639fa964
Move SET_BIT macro to endstops.cpp and simplify
2018-02-02 00:50:29 -06:00
Scott Lahteine
0a10d010b7
Merge pull request #9390 from tcm0116/1.1.x-retract
...
[1.1.x] Clear retracted status when homing the Z axis
2018-02-01 23:36:53 -06:00
Scott Lahteine
7a056a4e09
Patch resume_print based on suggestion
...
See #9392
2018-02-01 23:34:14 -06:00
Scott Lahteine
33c459c1d6
Parser followup patch
...
Based on #9393
2018-02-01 23:25:22 -06:00
Scott Lahteine
65c2f3bb65
Merge pull request #9435 from thinkyhead/cleanup_binary_deleteme
...
[1.1.x] Separate 32-bit wide bit macros
2018-02-01 22:44:18 -06:00
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