Scott Lahteine
3137df9ad4
Special override of LCD_WIDTH
2018-02-07 22:16:07 -06:00
Scott Lahteine
42866db251
Fix compile with BLUETOOTH
...
Addressing #7110
2018-02-07 18:06:26 -06:00
Melvin Isken
0c6c96bb60
Changed software serial pins to enable R/W access to TMC2208 drivers
2018-02-07 09:52:49 +01:00
Scott Lahteine
3621f21fb2
Clean trailing space
2018-02-07 02:40:41 -06:00
1138-4EB
3d346f8398
update eu language
2018-02-07 01:12:37 +01:00
tnw513
41785a10dd
Fix italian translation
2018-02-06 15:09:06 +01:00
Scott Lahteine
c4f1a191c3
Marlin.ino needs no content
2018-02-06 01:09:51 -06:00
Scott Lahteine
967bf41080
Add a proper comment for G26
2018-02-06 00:59:54 -06:00
Christopher Reimer
254417e8b0
Enable and disable power supply automatically
2018-02-06 00:20:33 -06:00
Scott Lahteine
80946a17ee
Add AUTO_POWER_CONTROL to example configs
2018-02-06 00:20:26 -06:00
1138-4EB
b86dfd35ae
Configs for Prusa i3 Pro B GT2560 Rev.A Plus
...
One without probe and one with BLTOUCH.
2018-02-05 23:54:19 -06:00
Scott Lahteine
527d260581
Add ULTI_CONTROLLER to example configs
2018-02-05 22:24:08 -06:00
Project-J²
ae2476dfdb
Add UltiController v2.1 support
...
Add compatibility with the original screen bord from Ultimaker 2 printer
(UltiController v2.1 with the PG-2864ALBP I2C display)
2018-02-05 22:24:08 -06:00
Scott Lahteine
91eaa54ea9
M100 comment
2018-02-05 21:53:21 -06:00
Scott Lahteine
1352acdf75
Adjustment to DOG_CHAR_*_EDIT
2018-02-05 20:24:18 -06:00
Scott Lahteine
123c6c5d34
Num-to-string functions for DEBUG_LEVELING_FEATURE
...
Fix #9429
2018-02-05 19:05:07 -06:00
Scott Lahteine
df320209c3
Patch hex_print_routines.* include order
2018-02-05 17:05:26 -06:00
Scott Lahteine
8da92b6823
Fix default arg in lcd_goto_screen
2018-02-05 16:41:59 -06:00
Scott Lahteine
b708bcf8b1
sp
2018-02-05 15:56:58 -06:00
Scott Lahteine
7b3e28fc77
Merge pull request #9489 from GMagician/1.1.x-Simplify-bltouch-configuration
...
[1.1.x] Simplify bltouch configuration
2018-02-05 14:37:34 -06:00
Scott Lahteine
873fb84d27
Fix const mesh_index_pair in G26
...
Followup to #9493
2018-02-05 14:29:47 -06:00
GMagician
587e6b7c8d
[1.1.x] Fix compiler error when G26 is enabled
...
Address #9491
2018-02-05 21:21:42 +01:00
GMagician
f1958ac060
[1.1.x] Simplify bltouch configuration
...
When using bltouch Z_MIN_ENDSTOP_INVERTING must match Z_MIN_PROBE_ENDSTOP_INVERTING
since both are redefined latter is just redefined equal to first
2018-02-05 19:52:41 +01:00
Scott Lahteine
0f6f05441b
Implement MALYAN_LCD
2018-02-04 21:18:49 -06:00
Scott Lahteine
ca58084020
Add MALYAN_LCD to configurations
2018-02-04 21:18:42 -06:00
Scott Lahteine
89a9aa931f
SanityCheck.h parity with 2.0.x
2018-02-04 21:17:03 -06:00
Scott Lahteine
e9d374dd54
Tweak sanity-check for SENSORLESS_HOMING
2018-02-04 21:17:03 -06:00
Scott Lahteine
21bfbb9d44
Apply standards for whole-file conditions
2018-02-04 21:17:03 -06:00
Scott Lahteine
5054c53901
Export more in ultralcd.h
...
Closer parity with 2.0.x
2018-02-04 21:17:03 -06:00
Scott Lahteine
56d5c5b97a
Misc. comments
2018-02-04 21:16:07 -06:00
Scott Lahteine
ad70d76faa
Merge pull request #9332 from paierh/bugfix-1.1.x-UBL-pattern
...
[1.1.x] Change angles for circles in G26-validation-pattern
2018-02-04 19:05:32 -06:00
Michael Neumann
499248c5ef
Allow override of RAMPS CS Pins
2018-02-04 06:10:42 -06:00
shaktee
6e86c9d22b
Add BIBO configs to Marlin bugfix-1.1.x ( #9467 )
...
[1.1.x] BIBO TouchX configuration
2018-02-03 23:20:35 -06:00
Scott Lahteine
d00eb4da5c
Language updates for parity
2018-02-03 22:48:06 -06:00
Thomas Moore
5b4e39a429
Apply feedrate to nozzle movement for kinematic machines
2018-02-03 22:17:13 -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
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
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
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
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
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
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
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
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
3d9f360b5a
Better probe boundaries for linear/grid
2018-01-22 01:10:34 -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
Scott Lahteine
94a9cd6477
CR-10S filament change length, enhanced status bitmap
2018-01-21 01:58:55 -06:00
Scott Lahteine
0cfcc7cbf5
Make "Ender" status screen dual-nozzle ready
2018-01-21 01:58:55 -06:00
Scott Lahteine
292755258a
Add a heating indicator X offset
2018-01-21 01:58:40 -06:00
nhchiu
4a40cf268d
Use NEOPIXEL as case light
...
Add an option to use the NEOPIXEL LED as case light.
2018-01-20 16:57:04 -06:00
Scott Lahteine
428fbe8228
Apply CASE_LIGHT_USE_NEOPIXEL to example configs
2018-01-20 16:27:30 -06:00
Scott Lahteine
81a12b2fac
Relative movements fix
2018-01-20 15:22:38 -06:00
Scott Lahteine
fb636db61a
Patch to restore broken Dual X Carriage
2018-01-20 15:07:40 -06:00
Scott Lahteine
369f1a64d8
Merge pull request #9262 from tcm0116/1.1.x-delta_softstops
...
[1.1.x] Allow DELTA to compile with soft endstops disabled
2018-01-20 14:16:14 -06:00
Scott Lahteine
6ed2840615
Use delay() in serial temp report
2018-01-20 14:12:30 -06:00
Scott Lahteine
eb3a05c437
Allow FIL_RUNOUT_PIN override on RAMPS-based boards
2018-01-20 12:00:03 -06:00
Scott Lahteine
d29a0d64d5
Set FIL_RUNOUT_PIN for Creality CR10-S
...
Tested with M43 and found to be connected to DIO 2
2018-01-20 11:58:37 -06:00
Scott Lahteine
09ad00b2d1
Use standard encoder pulses/steps for CR-10S
2018-01-20 11:34:53 -06:00
Thomas Moore
f8192f6e46
Allow DELTA to compile with soft endstops disabled
2018-01-20 09:43:59 -06:00
Scott Lahteine
f360b3b849
Date refresh
2018-01-20 09:17:00 -06:00
Scott Lahteine
74c23bf80d
Merge pull request #9232 from GMagician/1.1.x-ramps-pins-fixup
...
[1.1.x] Expand RAMP case light possibilities
2018-01-19 22:29:09 -06:00
Scott Lahteine
8d14ff1446
Merge pull request #9248 from GMagician/1.1.x-bed-temp-limit-fix
...
[1.1.x] Standardized max temp values
2018-01-19 22:27:00 -06:00
GMagician
2814103458
Standardized max temp values
...
Everywhere in menu items temperatures are "defined value" subtracted by 15.
In one place is subtracted by 5
2018-01-19 19:41:45 +01:00
Bob-the-Kuhn
d0e61d82c0
TMC2208 sanity check
2018-01-18 23:16:41 -06:00
Roxy-3D
0edf5a2ab5
Better handle serial over runs...
2018-01-18 16:51:27 -06:00
Roxy-3D
597d94bd3a
Better handle serial buffer over run
2018-01-18 16:48:12 -06:00
Roxy-3D
73565728c7
Further clean up for serial over run issue during long operations
2018-01-18 14:38:18 -06:00
GMagician
3b53c5ada1
Expand RAMP case light possibilities
...
Pin 6 is only used by servos when 2 or more of them are used
2018-01-18 18:35:08 +01:00
Roxy-3D
cbdbeb3e69
PronterFace M105 work around ( #9227 )
...
PronterFace keeps sending M105 requests during long operations like G29 P1, G29 P2, G29 P4 and G26. The serial buffer fills up before the operation is complete. The problem is, a corrupted command gets executed. It is very typical for the M105 to turn into a M1 (actually... M1M105 is typical).
This causes the printer to say "Click to resume..."
This is a temporary fix until we figure out the correct way to resolve the issue.
More work needed for G26.
2018-01-17 22:51:19 -06:00
Roxy-3D
80c1afde0f
Fix mesh size...
2018-01-17 09:33:18 -06:00
Roxy-3D
c11665e92f
Regression fixes for UBL's G29 P1, G29 P2, G29 P4 and G26 ( #9213 )
...
The changes to ultralcd.cpp for is_lcd_clicked() did not encompass the
full functionality of UBL's G29 P1, P2 and P4. It also broke G26's
ability to abort in several of its phases.
This is the first pass at fixing the problem. It has been tested for
correctness for several hours but more testing needs to be done.
There may be a few follow up patches to finish covering all the corner
cases, but right now I need to merge this before any conflicts show up.
Some of these changes will need to be moved over to the bugfix-v2.0.0
branch. That will happen a few days from now.
2018-01-17 00:27:50 -06:00
Scott Lahteine
333bd8f394
Merge pull request #9203 from benlye/m73-bugfix-1.1.x
...
[1.1.x] Fix progress bar duration when time is exactly 86400s
2018-01-16 21:14:31 -06:00
Bob-the-Kuhn
ba9aa47260
Revert "[1.1.x] Fix missing deceleration steps"
2018-01-16 11:31:27 -06:00
blye
deda3d3a3c
Fix duration when time is exactly 86400s
2018-01-16 08:16:42 +00:00
Bob-the-Kuhn
ec028faa1b
Merge pull request #9174 from Sebastianv650/fix_missing_decel_steps
...
[1.1.x] Fix missing deceleration steps
2018-01-15 21:03:51 -06:00
Roxy-3D
06adef7343
Get FT-i3-2020 example files in compliance with ?_BED_SIZE
2018-01-15 15:32:19 -06:00
Scott Lahteine
69c993092b
Followup to Ender config
2018-01-15 05:48:50 -06:00
Tommie Gannert
f3f26f7cb3
Creality Ender support.
...
Reverse engineered from the unpublished firmware from Creality,
inferring the base version and configuration they used. The basis is
the firmware version from "Jul 31 2017 10:16:30". Configurations were
found by seeing what code was compiled into the firmware, and
constants used there.
They used Marlin 1.0.1, because
* 1.0.0 had very different serial output in `setup()` and overall
code structure.
* 1.0.2 changed the `VERSION_STRING` to include a leading space,
and `lcd_init` uses `SET_INPUT` instead of `pinMode`.
For U8Glib, a version between 1.14 and 1.17 was used, because
* 1.12 didn't have the extra speed argument to u8g_InitCom.
* 1.13 didn't have the soft reset instruction for UC1701 initialization.
* 1.18 has a new directory structure.
Quirks
* The value of PID_dT hints that F_CPU is 20M, but MarlinSerial.begin
suggests it's indeed 16M (and the board uses 16M). Left at 16M for now.
* The LED and DOGLCD_CS are on the same pin.
2018-01-15 03:39:43 -06:00
Scott Lahteine
a16ae30a61
More featureful CR-10S configuration
2018-01-15 01:02:23 -06:00
Scott Lahteine
175207659a
Merge pull request #9183 from thinkyhead/bf1_new_flsun_config
...
[1.1.x] Add FLSUN Kossel configuration
2018-01-15 00:49:25 -06:00
Scott Lahteine
5129eb1d43
More reliable temperature serial output?
2018-01-15 00:44:55 -06:00
Scott Lahteine
8f08e029d8
More up-front option to show SD percentage
2018-01-14 23:30:59 -06:00
Scott Lahteine
5c6c12dc3a
Patch EEPROM for 32-bit
2018-01-14 23:18:45 -06:00
Scott Lahteine
734fa91e63
Misc config updates
2018-01-14 23:18:45 -06:00
Scott Lahteine
1d5eba4470
Add FLSUN Kossel configuration
2018-01-14 23:18:45 -06:00
Scott Lahteine
758d9db964
Link to marlinfw.org bitmap tool
2018-01-14 22:39:57 -06:00
Scott Lahteine
1d8b03964f
Merge pull request #9164 from GMagician/1.1.x-SD-issues-fix
...
[1.1.x] sd issue fix
2018-01-14 20:47:04 -06:00
Sebastianv650
4fa0937a55
Fix missing deceleration steps
...
Marlin never reached final_speed after deceleration.
2018-01-14 17:09:47 +01:00
GMagician
82dc89bfd2
Save some program memory
...
This will save some program memory with no speed lose
2018-01-13 09:46:54 +01:00
GrantM11235
a0bd811093
[1.1.x] Fix support for Malyan M150 ( #9146 )
...
Implements changes to LCD and encoder pins from
forums.reprap.org/read.php?110,716538,728278 and also sets
ST7920_DELAY_[1-3] to DELAY_2_NOP to be compatible with the slower LCD
2018-01-12 01:14:07 -06:00
Scott Lahteine
c1d6d24b9d
Cleanup spacing, commentary
2018-01-11 18:52:54 -06:00
Sebastianv650
e2871f0dcd
[1.1.x] Ensure smooth printer movements ( #9149 )
...
- Never execute a block without an up-to-date trapezoid
- Start blocks with MINIMUM_PLANNER_SPEED, except when coming from a full stop
2018-01-11 18:50:18 -06:00
Bob-the-Kuhn
4393c3ef7f
LCD_CONTRAST to uint16_t for 1.1.x parity ( #9148 )
2018-01-11 18:32:41 -06:00
Scott Lahteine
e8b1bbac83
Creality CR-10S configurations
...
Provided by printedsolid.com
2018-01-11 01:03:34 -06:00
Scott Lahteine
885200f833
Bring other configs up-to-date
2018-01-11 01:03:34 -06:00
Scott Lahteine
3df0d62725
Updates to TMC support
2018-01-10 04:32:49 -06:00
Scott Lahteine
d1ce0bc071
M915 Z Axis Calibration
2018-01-09 18:55:08 -06:00
Scott Lahteine
9714c9aebe
Merge pull request #9128 from fiveangle/bf1-disable_serial_stats_on_usbcon
...
[1.1.x] SERIAL_STATS_* features not supported on USBCON targets
2018-01-09 18:42:26 -06:00
Dave Johnson
2fcef3e8e2
Enable USE_ZMIN_PLUG on SCARA example ( #9125 )
2018-01-09 18:41:02 -06:00
Dave Johnson
dd55c98139
SERIAL_STATS_* features not supported on USBCON targets
2018-01-09 16:27:57 -08:00
Scott Lahteine
bb5ba482bc
More EEPROM field debugging
2018-01-09 18:10:33 -06:00
GMagician
5903b002ac
1.1.x semitec 104NT-4 added ( #9120 )
...
Table is very very similar to old 104-GT2 so I added only the name and recycled old ID
2018-01-09 16:53:44 -06:00
Anthony
1326eb4ef7
fix fwretract structure reference #9102
...
Marlin_main.cpp: In function 'void resume_print(const float&, const float&, int8_t)':
Marlin_main.cpp:6646: error: 'retract_length' was not declared in this scope
do_pause_e_move(-retract_length, fwretract.retract_feedrate_mm_s);
^
2018-01-08 18:48:19 -06:00
Scott Lahteine
0eee55c0dd
Patch TMC current read from EEPROM
2018-01-07 20:49:43 -06:00
Scott Lahteine
f8dee4e726
Merge pull request #9088 from thinkyhead/bf1_mbl_localize
...
[1.1.x] MBL cleanup, has_mesh() method
2018-01-07 20:10:10 -06:00
Tannoo
2c3bdfe2ea
[1.1.x] UBL Mesh Storage Message ( #9094 )
2018-01-07 20:07:20 -06:00
Scott Lahteine
ffeb4495fe
Make mbl.has_mesh() a method
2018-01-07 18:14:37 -06:00
Scott Lahteine
be555e3578
Move MBL functions into the class
2018-01-07 18:14:37 -06:00
Scott Lahteine
eec97a5cf1
Don't wrap mbl.h in conditionals
2018-01-07 00:24:46 -06:00
Scott Lahteine
fa3709451b
Set mbl.has_mesh on manual point entry
...
Based on #9086
2018-01-06 23:32:00 -06:00
Scott Lahteine
eaa6257baf
Fix M503 skew output
...
Followup to 1761cacaa1
2018-01-06 20:53:33 -06:00
Someone Unknown
b5e98ac1b7
Set laser/spindle PWM to lowest speed on M5
2018-01-06 14:01:58 -06:00
GMagician
4cb35a285b
Bmp fix
...
Clockwise arrow fixed
2018-01-06 19:08:37 +01:00
Bob-the-Kuhn
0b5b2a424c
Merge pull request #9067 from MarlinFirmware/SD-detect
...
[bugfix-1.1.x] SD card detect fix
2018-01-05 20:32:33 -06:00
Bob-the-Kuhn
0868907359
works
2018-01-05 19:12:34 -06:00
Scott Lahteine
670df2ea6d
Settings FIELD_TEST fix
2018-01-05 19:12:22 -06:00
Scott Lahteine
fbda8a2e2b
UBL G29 works without settings.load
2018-01-05 15:47:52 -06:00
Scott Lahteine
3d34dddbc0
Squish lcd_advanced_pause_show_message
2018-01-05 15:47:52 -06:00
Scott Lahteine
3b3b7e09ec
Add FIELD_TEST to validate storage
2018-01-05 15:47:52 -06:00
Scott Lahteine
5d26f88bd5
Add data size validation
2018-01-05 15:47:52 -06:00
Scott Lahteine
51977c64ee
Add a struct defining EEPROM storage
2018-01-05 15:47:51 -06:00
Scott Lahteine
42216f52ab
Add MarlinSettings::validate()
2018-01-05 14:40:20 -06:00
Scott Lahteine
760c4e94d5
Write filler for disabled volumetrics
2018-01-05 10:20:17 -06:00
Scott Lahteine
a4e0fd7883
Pretty up TMC current write
2018-01-05 10:20:16 -06:00
Scott Lahteine
2287fa126c
Whitespace cleanup
2018-01-05 10:19:15 -06:00
Scott Lahteine
fd4f49512d
Merge pull request #9054 from thinkyhead/bf1_fwretract_class
...
[1.1.x] FWRetract class for 2.0.x parity
2018-01-04 19:40:32 -06:00
MD
7d8acb8def
[1.1.x] CheapTRONIC v2.0 pins additions/revisions ( #9030 )
2018-01-04 18:34:47 -06:00
Scott Lahteine
e7bf7e6031
Make FWRetract class for 2.0.x parity
2018-01-04 17:54:24 -06:00
Scott Lahteine
2ed4d4a30a
Squish down process_parsed_command
2018-01-04 16:30:12 -06:00
Roxy-3D
d2dc7a53c2
use SERIAL_EOL(); instead of new line string
2018-01-04 16:18:00 -06:00
Roxy-3D
80cc860810
Use SERIAL_EOL(); instead of passing new line string
2018-01-04 16:16:28 -06:00
Roxy-3D
39289a6952
add precision to planner.xy_skew_factor so it doesn't print as 0.00
2018-01-04 16:11:05 -06:00
Roxy-3D
1761cacaa1
Add precision to planner:xy_skew so it doesn't print as 0.00
2018-01-04 16:07:20 -06:00
Scott Lahteine
f33b405152
M603 report in load/unload order
2018-01-04 05:20:56 -06:00
revilor
aec65112b5
Fix for issue #9005 , #8942 - Bed PID autotuning ( #9037 )
2018-01-04 03:26:29 -06:00
Scott Lahteine
cce91eef61
Patch M701 get extruder arg
2018-01-04 02:13:10 -06:00
Scott Lahteine
46a839cbca
No default needed
2018-01-03 22:52:25 -06:00
Scott Lahteine
c5e31b1723
Merge pull request #9032 from tcm0116/1.1.x-ultralcd
...
[1.1.x] Fix 'lcd_temp_menu_e0_filament_change' was not declared error
2018-01-03 21:34:37 -06:00
Scott Lahteine
01e3ccfd69
Cleanup, commentary of M303 pid tuning code
2018-01-03 20:48:43 -06:00
Scott Lahteine
a436e89b83
Fix resume_print positioning
2018-01-03 20:12:44 -06:00
Thomas Moore
faf7dda9d3
Fix 'lcd_temp_menu_e0_filament_change' was not declared error
2018-01-03 19:18:34 +00:00
Tannoo
d3139e47f8
[1.1.x] EEPROM init fix ( #9002 )
2018-01-03 04:28:15 -06:00
Thomas Moore
586d50ff99
Fix UBL compilation warnings
2018-01-02 19:41:02 -06:00
Scott Lahteine
ba9879f8fa
Merge pull request #9008 from karkla/bugfix-1.1.x
...
[1.1.x] Update pins_MKS_BASE.h with Microstepping pin definitions
2018-01-01 18:47:59 -06:00
Scott Lahteine
3cd48db9a9
Merge pull request #8983 from ABH10/bugfix-1.1.x_thermistor-tables
...
[1.1.x] Update of comments in thermistor table files. No functional changes.
2018-01-01 18:40:29 -06:00
karkla
454a8ae26a
Update pins_MKS_BASE.h
...
Microstepping Pins (reverse engineered at V1.4)
Some new batches have the HR4982 (Heroic) instead of the A4982 (Allegro) as stepper driver. While most of the functionality is similar, the HR variant obviously doesn't work with diode smoothers (no fast decay). But the Heroic has a 128 µStepping mode where the A4982 is doing quarter steps (MS1=L / MS2=H). To achieve comfortable tests with the M350/M351 commands, the following definitions have to made.
2018-01-02 01:29:27 +01:00
Scott Lahteine
9de9e37539
Some temperature code cleanup
2018-01-01 18:03:43 -06:00
Roxy-3D
949191215b
Z BabyStepping should not be dependent on a bed leveling system being active
2018-01-01 14:39:28 -06:00
Arne Husth
decf844788
Update of comments in thermistor table files. No functional changes.
2017-12-31 14:46:56 +01:00
Scott Lahteine
642dec3625
Fix typo in delta buffer_line call
...
Fix #8901
2017-12-31 01:38:36 -06:00
Scott Lahteine
8e82dd0b5b
Merge pull request #8947 from houseofbugs/bugfix-1.1.x
...
[1.1.x] SLIM_LCD_MENUS option
2017-12-31 00:56:10 -06:00
Scott Lahteine
5f13e2e336
Merge pull request #8977 from thinkyhead/bf1_sync_up_configs
...
[1.1.x] Synchronize configs with 2.0.x
2017-12-31 00:55:39 -06:00
Scott Lahteine
4153d76810
Update Marlin_main.cpp
2017-12-31 00:24:57 -06:00
houseofbugs
a66811a597
A specific option to SLIM_LCD_MENUS
2017-12-31 00:15:24 -06:00
Scott Lahteine
839dd66c3b
Synchronize configs with 2.0.x
2017-12-31 00:02:22 -06:00
Scott Lahteine
7a8c132ee9
Apply SLIM_LCD_MENUS to example configs
2017-12-30 23:52:53 -06:00
Thomas Moore
81193e9338
Add M701 / M702 filament load / unload
2017-12-30 19:48:21 -06:00
Scott Lahteine
d1cad5afa4
Apply FILAMENT_LOAD_UNLOAD_GCODES to example configs
2017-12-30 18:22:31 -06:00
Scott Lahteine
2a535bdce8
Followup to #8964
2017-12-30 16:47:26 -06:00
Claus Näveke
52244f690e
Add example config for Tronxy X1 ( #8964 )
2017-12-30 16:38:42 -06:00
Scott Lahteine
2385c06696
Apply some PGM_P pointers
2017-12-30 04:16:50 -06:00
Scott Lahteine
81e0f5bc7d
Single pause flag also indicates SD print pause
2017-12-30 04:16:50 -06:00
Scott Lahteine
18e277d9d3
Enqueue commands properly in ultralcd.cpp
2017-12-30 04:16:50 -06:00
Scott Lahteine
025a4558fb
Merge pull request #8944 from zarthcode/patch-1
...
Fix malformed Capabilities report
2017-12-28 21:06:23 -06:00
Scott Lahteine
85ca7fed93
Show bedlevel with Bed temp indicator
...
…and display a third extruder on character display
2017-12-28 20:21:47 -06:00
Anthony
7637eb863a
Fix malformed Capabilities report
2017-12-28 20:03:44 -06:00
Marcio Teixeira
6195f7810a
Multi extruder support for M600 and LCD (FR #8672 )
2017-12-26 22:59:05 -06:00
Scott Lahteine
ecba9b6738
Merge pull request #8897 from thinkyhead/bf1_lcd_click_redraw
...
[1.1.x] Clear lcd_clicked on use
2017-12-26 20:54:31 -06:00
Scott Lahteine
417bdb0488
Fix bug in NO_VOLUMETRICS
2017-12-26 19:56:22 -06:00
Timothy Hoogland
8ea3b29c17
Fix NO_VOLUMETRICS compile error
2017-12-26 19:32:09 -06:00
Scott Lahteine
81f1001b2c
Clear lcd_clicked immediately on use
2017-12-25 21:50:58 -06:00
Scott Lahteine
5f0026893f
Fix some compiler warnings
2017-12-25 08:51:35 -06:00
Scott Lahteine
4f943a73bc
Fixes for G29 / 3POINT
2017-12-25 08:35:47 -06:00
Scott Lahteine
e31923be8d
lcd_map_control deps on ULTIPANEL
2017-12-25 07:44:32 -06:00
Scott Lahteine
55848a4bd8
Allow consecutive uses of G29
2017-12-25 06:32:55 -06:00
Scott Lahteine
3c7cdcdc22
General cleanup of config-store, reset_bed_level
2017-12-25 04:23:52 -06:00
Scott Lahteine
e0d487e339
Update TMC2208 config store
2017-12-25 04:08:39 -06:00
Scott Lahteine
defff1e4a8
Fix GT2560 A+ servo pins
2017-12-25 02:20:13 -06:00
Scott Lahteine
05a6d48753
Tweak to M125 code
2017-12-25 01:33:46 -06:00
silentninja1
b12eb33feb
Add support for pause and resume action commands on M600
2017-12-25 01:28:17 -06:00
Scott Lahteine
00749d8ef0
Add pause/resume action to example configs
2017-12-25 01:28:16 -06:00
Thomas Moore
59d047c1d7
[1.1.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ( #8864 )
...
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
2017-12-24 23:47:05 -06:00
Scott Lahteine
fb6b62a01b
Comment return false
in motion functions
2017-12-24 22:56:56 -06:00
Scott Lahteine
e47316c9d3
Tweak cleaning buffer / SD finished command
2017-12-24 20:33:58 -06:00
Scott Lahteine
88c0688961
Reduce default jerk. XY by half. Z by 1/4
2017-12-24 19:49:51 -06:00
Scott Lahteine
aa9cad0cc6
Merge pull request #8870 from petrzjunior/bugfix-1.1.x
...
[1.1.x][Language] Update Czech for Dec 2017
2017-12-24 18:48:37 -06:00
Scott Lahteine
0950527437
Fix WELCOME_MSG in PT
...
From #8879
2017-12-24 18:45:16 -06:00
Scott Lahteine
b7306ef07f
Fix WELCOME_MSG in PT
...
From #8879
2017-12-24 18:42:50 -06:00
Petr Zahradník
0fc3fea8df
Update Czech language Dec 2017
2017-12-22 18:33:11 +01:00
Scott Lahteine
b5677907d0
Minor speedup for SCARA scaling
...
And cleanup of Delta IK macros...
2017-12-21 22:39:06 -06:00
Scott Lahteine
6f40d57e14
Merge pull request #8851 from thinkyhead/bf1_more_scara_scaling
...
[1.1.x] SCARA Feedrate Scaling for G2/G3 - using HYPOT
2017-12-21 21:35:19 -06:00
Scott Lahteine
fdd85a529a
Feedrate scaling for G2/G3
2017-12-20 19:33:16 -06:00
Scott Lahteine
477e36afab
Revert "[bugfix-1.1.x] COREXY stutter moves (planner.cpp changes) ( #8697 )"
...
This reverts commit 86b65e52c4
.
2017-12-20 15:59:56 -06:00
Scott Lahteine
1068798465
Restore position_float to LIN_ADVANCE
2017-12-20 06:58:42 -06:00
Scott Lahteine
4f375cd17d
Match sign for filwidth across vars
2017-12-20 00:17:32 -06:00
Thomas Moore
98159c0507
[1.1.x][PlatformIO] Stop compiling after first five errors ( #8828 )
2017-12-19 23:59:19 -06:00
Scott Lahteine
ea345b1db7
Merge pull request #8738 from lumbric/bugfix-1.1.x
...
Add missing CPP files to Make file, fixes #8731
2017-12-19 23:46:23 -06:00
Scott Lahteine
ab7f1a0608
A single setting to validate filament width
2017-12-19 21:34:30 -06:00
Scott Lahteine
3929deed10
Add VOLUMETRIC capability item
2017-12-19 20:33:57 -06:00
Scott Lahteine
435981056e
Option to disable all volumetric extrusion
2017-12-19 20:33:41 -06:00
Scott Lahteine
e6f46f3832
Add NO_VOLUMETRICS to example configs
2017-12-19 20:32:40 -06:00
Scott Lahteine
1aea024589
Remove redundant serial sanity check
2017-12-19 19:07:20 -06:00
Scott Lahteine
ce6a691999
Fix #8839 - filament width sensor
2017-12-19 18:24:56 -06:00
Scott Lahteine
10d73155b0
Hide LEVELING item for probeless w/out LCD Leveling
2017-12-17 21:24:46 -06:00
Scott Lahteine
4b1b02a17d
Cleanup M503 output for M420
2017-12-17 21:24:46 -06:00
Scott Lahteine
56d355f8de
Revert "[Bugfix-1.1.x] initial step correction ( #8735 )"
...
This reverts commit ec028bf747
.
2017-12-17 02:04:44 -06:00
Scott Lahteine
f5fc851925
Sanity check parity with 2.0.x
2017-12-17 00:56:44 -06:00