Scott Lahteine
|
2bea1bda56
|
Move more strings to PROGMEM
|
7 years ago |
Scott Lahteine
|
1dcfe193ac
|
Optimize some serial strings
|
7 years ago |
Scott Lahteine
|
9644fe1839
|
Lightly optimize arc length calculation
|
7 years ago |
Scott Lahteine
|
3217da6fa5
|
Followup patch for TMC stepper init
|
7 years ago |
Scott Lahteine
|
db031d5d76
|
Add missing SoftwareSerial begin for TMC2208
Based on #9299
|
7 years ago |
Scott Lahteine
|
f7f8569bbf
|
Fix skew settings report precision
Followup to changes from #8843
|
7 years ago |
Scott Lahteine
|
205c5fa078
|
Merge pull request #9277 from oysteinkrog/fix/DualX_Endstops
[2.0.x] Fix DUAL_X_CARRIAGE endstop tests
|
7 years ago |
Scott Lahteine
|
90d011cc48
|
Use ADD_PORT_ARG for all cases
|
7 years ago |
Scott Lahteine
|
51c7b5d46f
|
Fix set_home_offset bug from bad porting
|
7 years ago |
Scott Lahteine
|
61bf8478a2
|
Add hotEnough methods
|
7 years ago |
Scott Lahteine
|
7d6c009104
|
Add thermistor 15 tuned for JGAurora A5
|
7 years ago |
Scott Lahteine
|
382a5e3318
|
Clean up trailing whitespace
|
7 years ago |
Øystein Krog
|
441517bbe1
|
Fix DUAL_X_CARRIAGE endstops
\#8170 fixed
|
7 years ago |
Scott Lahteine
|
887664aa61
|
Restore broken Dual X Carriage
|
7 years ago |
Scott Lahteine
|
2e2fd8fd79
|
Merge pull request #9261 from tcm0116/2.0.x-delta_softstops
[2.0.x] Allow DELTA to compile with soft endstops disabled
|
7 years ago |
Scott Lahteine
|
750cc02b3a
|
Use delay() in serial temp report
|
7 years ago |
Thomas Moore
|
44239b1062
|
Allow DELTA to compile with soft endstops disabled
|
7 years ago |
Scott Lahteine
|
afec16e644
|
Merge pull request #9240 from tcm0116/2.0.x-eeprom
[2.0.x] Follow-on to #9161
|
7 years ago |
Thomas Moore
|
429e6ba8a6
|
Fix lcd_preheat dummy variable types
|
7 years ago |
Scott Lahteine
|
d5bf9e74c4
|
Merge pull request #8996 from p3p/pr_bf2_more_adc_filter
[2.0.x] PID control fix and more LPC1768 ADC filtering
|
7 years ago |
Scott Lahteine
|
42933c804a
|
Cleanups for STM32F7
|
7 years ago |
Morten
|
a0246c5c96
|
Add support for STM32F7 MCU
|
7 years ago |
Scott Lahteine
|
a408209d24
|
More reliable temperature serial report?
|
7 years ago |
Scott Lahteine
|
4f5e087ff4
|
Planner anti-stutter by Sebastian Popp
|
7 years ago |
Thomas Moore
|
cfd989d7c5
|
Fix EEPROM SettingsData for 32-bit architectures
|
7 years ago |
Bob-the-Kuhn
|
da600e5fbe
|
Merge pull request #9132 from Bob-the-Kuhn/add-VIKI2-to-Travis
[2.0.x] add VIKI2 test to Travis & fix LCD contrast (again)
|
7 years ago |
Thomas Moore
|
84de428d30
|
[2.0.x] Fix compile errors (#9141)
* Update persistent_store_impl.cpp
* Remove define BYTE from serial functions since Arduino docs typically show 0 for the normal case.
|
7 years ago |
Bob-the-Kuhn
|
e633ce06c7
|
LCD contrast type mismatch is back
WORKS!
|
7 years ago |
Thomas Moore
|
f7efac57b7
|
Multi-host support
|
7 years ago |
Scott Lahteine
|
7e000e6af4
|
More EEPROM field debugging (#9123)
|
7 years ago |
GMagician
|
5295b4713d
|
[2.0.x] add semitec 104NT-4 (#9119)
Table is very very similar to old 104-GT2 so I added only the name and recycled old ID
|
7 years ago |
Scott Lahteine
|
99516572b1
|
Fix TMC current read from EEPROM
|
7 years ago |
Christopher Pepper
|
14dcad6bbc
|
LPC1768: Increase ADC median filter from 3 values to 23
Clarify the HAL_adc_get_result method to make sure correct values enter the filters
HAL: Fix the PID control loop for non-AVR platforms
|
7 years ago |
Scott Lahteine
|
60d07f20e7
|
Make mbl.has_mesh() a method
|
7 years ago |
Scott Lahteine
|
2b5a9be49c
|
Fix M503 skew output
Followup to 19e75ccf86
|
7 years ago |
Scott Lahteine
|
702c8acdd5
|
Settings FIELD_TEST fix
|
7 years ago |
Scott Lahteine
|
e89f1453ab
|
UBL G29 works without settings.load()
|
7 years ago |
Scott Lahteine
|
950be70a33
|
Add FIELD_TEST to validate storage
|
7 years ago |
Scott Lahteine
|
760c912ab9
|
Add data size validation
|
7 years ago |
Scott Lahteine
|
b91ca168fb
|
Add a struct defining EEPROM storage
|
7 years ago |
Scott Lahteine
|
51e0f2bee3
|
Add MarlinSettings::validate()
|
7 years ago |
Scott Lahteine
|
878f54c27b
|
Write filler with NO_VOLUMETRICS
|
7 years ago |
Scott Lahteine
|
3ea6745b36
|
Pretty up TMC current write
|
7 years ago |
Scott Lahteine
|
1c41de16d4
|
Trailing whitespace clean
|
7 years ago |
Scott Lahteine
|
1746a7352e
|
Merge pull request #9042 from thinkyhead/bf2_M701_M702
[2.0.x] Improved Pause/Load/Unload, M701-M702
|
7 years ago |
Roxy-3D
|
3a4e107b6b
|
use SERIAL_EOL(); instead of new line string
|
7 years ago |
Roxy-3D
|
19e75ccf86
|
Add enough precision so planner.xy_skew_factor doesn't print as 0.00
|
7 years ago |
Scott Lahteine
|
7541316bb4
|
Add M701/M702 Filament Load/Unload, M603
|
7 years ago |
Scott Lahteine
|
a80f2eea23
|
Group leveling reports for folding
|
7 years ago |
revilor
|
0e93506985
|
Fix for issue #9005, #8942 - Bed PID autotuning (#9036)
|
7 years ago |