This website requires JavaScript.
d467e97679
Smart-Fill and Mesh-Tilting (both 3-point and grid) working!
Roxy-3D
2017-04-25 20:50:17 -05:00
a699967ec8
Merge pull request #6443 from thinkyhead/rc_interrupt_fastio
Scott Lahteine
2017-04-24 20:09:41 -05:00
2823bf0874
Update fastio.h with special handling for Timer 2
Scott Lahteine
2017-04-24 14:04:46 -05:00
fd535e111a
Fix up XYZ_CONSTS_FROM_CONFIG macro
Scott Lahteine
2017-04-24 13:16:54 -05:00
03c2f756b9
Update language_de.h
Kai
2017-04-24 13:32:16 +02:00
dcf30a69d6
Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS]
LVD-AC
2017-04-22 10:39:48 +02:00
f41fb2b635
Numerous UBL-related changes: * relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity;
Brian
2017-04-22 17:04:28 -04:00
f1a4758cef
use progmem instead of sram for mesh_index_to_x/ypos array; fix maximum mesh_index_ array size at 16 (15+1);
Brian
2017-04-22 19:01:39 -04:00
d5ec34e7ed
Merge pull request #6431 from thinkyhead/rc_bilinear_super_optimize
Scott Lahteine
2017-04-22 17:05:24 -05:00
87d240042a
Optimize number-to-string functions, no-fan display
Scott Lahteine
2017-04-22 13:24:21 -05:00
959566cf0a
Update note about M163 / M164
Scott Lahteine
2017-04-22 12:52:48 -05:00
830851df13
Spend some SRAM to optimize bilinear leveling
Scott Lahteine
2017-04-21 01:34:03 -05:00
091179d960
bed_level_grid => z_values (also *_virt array)
Scott Lahteine
2017-04-21 22:46:19 -05:00
23cdbbb2d3
Add a method to refresh bilinear bed level after a change
Scott Lahteine
2017-04-21 22:45:02 -05:00
ccda63c473
Drop the accessor form for LCD value editing
Scott Lahteine
2017-04-21 22:30:36 -05:00
10da175be5
Fix a pair of compiler complaints
Scott Lahteine
2017-04-22 00:07:37 -05:00
ff0018e287
Format hex values as uppercase
Scott Lahteine
2017-04-21 21:42:27 -05:00
77aa16005d
Polish font
android444
2017-04-21 16:05:29 +02:00
244f67590e
Delta probe height bug solved
teemuatlut
2017-04-22 02:23:56 +03:00
406a83ff2d
Fix for Meshpositions if printer has negative endstop positions
Hans Raaf
2017-04-21 20:04:23 +02:00
3ed737425d
Fix typo in new SET_COM macro
benlye
2017-04-21 20:53:58 +01:00
88649b06a6
use planner.z_fade_height, etc. instead of private, ubl-specific g29 fade height
Brian
2017-04-20 18:45:58 -04:00
004928148c
Tower angles
LVD-AC
2017-04-18 16:49:33 +02:00
76ec7a0f80
Adding upto 7*7 probe grids
LVD-AC
2017-04-18 16:03:39 +02:00
d4f593d200
Delete 'expert level'
LVD-AC
2017-04-18 14:44:26 +02:00
13c8493878
M665 rework and related issues (all delta's)
LVD-AC
2017-04-18 14:43:25 +02:00
e66d9f1313
Merge pull request #6406 from thinkyhead/test_remote
Scott Lahteine
2017-04-20 23:45:24 -05:00
dd436ceeb7
Add 'mfdoc' and 'mfpub' scripts to help with documentation
Scott Lahteine
2017-04-20 21:28:54 -05:00
78308b1c0b
New git helper scripts 'mfadd' and 'mfqp'
Scott Lahteine
2017-04-20 21:27:32 -05:00
7b4c245de3
Improve existing git helper scripts
Scott Lahteine
2017-04-20 21:24:43 -05:00
06f4776be4
mfprune: fetch remotes, offer checkout option
Scott Lahteine
2017-04-20 21:10:41 -05:00
c73b62447c
Merge pull request #6403 from thinkyhead/rc_flsun_clean
Scott Lahteine
2017-04-20 20:48:41 -05:00
e0e069c6d8
Clean up trailing whitespace
Scott Lahteine
2017-04-20 17:43:19 -05:00
9b94210394
Bring FLSUN config more up to date
Scott Lahteine
2017-04-15 01:25:13 -05:00
b0aa256bc0
Updates for all configs
Scott Lahteine
2017-04-20 17:51:29 -05:00
b6ed69571a
Merge pull request #6400 from thinkyhead/rc_interrupt_macros
Scott Lahteine
2017-04-20 17:17:22 -05:00
ee46ce1743
Add and apply interrupt helper macros
Scott Lahteine
2017-04-20 13:20:08 -05:00
6131c62499
General cleanup
Scott Lahteine
2017-04-12 00:08:24 -05:00
2c86dfd3b5
Fix compiler type conversion errors after LCD changes
benlye
2017-04-18 22:57:57 +01:00
55f9e76610
Merge pull request #6367 from thinkyhead/rc_cleanup_followup
Scott Lahteine
2017-04-20 15:13:24 -05:00
d38a792a91
Merge pull request #6382 from MagoKimbra/fix_configuration_store
Scott Lahteine
2017-04-20 15:06:58 -05:00
b98bc034ae
Replace c_assert hack with static_assert
Scott Lahteine
2017-04-18 15:26:27 -05:00
5eb2b1a790
Clear up G29 compiler warnings
Scott Lahteine
2017-04-18 14:39:57 -05:00
4ce2a63db0
Apply const, spacing to Marlin_main.cpp
Scott Lahteine
2017-04-18 14:39:45 -05:00
e97f1284c1
Cleanup of pins testing code
Scott Lahteine
2017-04-18 14:37:10 -05:00
e9b53ae00c
Cleanup after some direct commits
Scott Lahteine
2017-04-16 17:33:22 -05:00
e05d050a1e
Add hex routine to print an address
Scott Lahteine
2017-04-12 19:39:26 -05:00
4542282f5e
Fix broken TOGGLE macro in fastio.h
Scott Lahteine
2017-04-19 12:38:13 -05:00
ed52275a14
Fix double definition in configuration_store
MagoKimbra
2017-04-18 17:57:40 +02:00
de569e3d4e
Merge pull request #6327 from Bob-the-Kuhn/M43-toggle-&-Z-probe-fixes
Scott Lahteine
2017-04-18 03:21:57 -05:00
f33a650ecc
Merge pull request #6368 from thinkyhead/rc_linear_advance_eeprom
Scott Lahteine
2017-04-18 02:54:12 -05:00
a00ae4790a
Replace M905 with unique code M900
Scott Lahteine
2017-04-17 00:27:49 -05:00
1286d9603d
Clean up and organize ultralcd.cpp
Scott Lahteine
2017-04-16 21:32:52 -05:00
3cdf78a79f
MSG_VOLUMETRIC => MSG_FILAMENT
Scott Lahteine
2017-04-16 23:00:08 -05:00
f8e77d6545
Add Linear Advance values to EEPROM and enable configuration of K via LCD
Thomas Moore
2017-04-15 22:18:10 -05:00
eb2d073dae
Add M905 R for setting the E/D ratio directly
Scott Lahteine
2017-04-16 18:42:05 -05:00
69dfa54a84
Use code_value_linear_units for known-linear axes
Scott Lahteine
2017-04-16 21:55:17 -05:00
b956f2642b
Show M503 report with current linear units
Scott Lahteine
2017-04-16 23:24:30 -05:00
ba4a005ceb
Merge pull request #6373 from mtowara/mt_makefile_fix
Scott Lahteine
2017-04-17 16:16:37 -05:00
150b15c311
fix compiler errors generated by more stringent flags in Makefile: - use volatile for registers - avoid implicit casts
towara
2017-04-17 11:59:47 +02:00
f6095c9325
fix missing serial.cpp in Makefile
towara
2017-04-15 00:29:25 +02:00
871f92378c
Tweak headings in EEPROM structure
Scott Lahteine
2017-04-16 18:41:13 -05:00
bf2548be4a
Merge pull request #6362 from tcm0116/babystepping
Scott Lahteine
2017-04-16 17:46:06 -05:00
bddd75aa5c
Merge pull request #6363 from dot-bob/display_reset
Scott Lahteine
2017-04-16 17:44:44 -05:00
9c410ddf68
Fixed an issue where a display with a hardware reset pin (LCD_RESET) may not get initialized properly.
dot-bob
2017-04-15 22:45:15 -06:00
72a7fac461
Only queue babysteps if axis is in a known position
Thomas Moore
2017-04-15 23:15:13 -05:00
5e9726530f
Setup to find data corruption and general clean up
Roxy-3D
2017-04-15 19:14:40 -05:00
e519e95953
Merge pull request #6358 from thinkyhead/rc_doubleclick_fix
Scott Lahteine
2017-04-15 17:25:37 -05:00
a81606c680
Show Cancel/Continue screen for ABL "Level Bed"
Scott Lahteine
2017-04-15 16:26:44 -05:00
51021bc7b8
Merge pull request #6353 from thinkyhead/rc_endstop_coolness
Scott Lahteine
2017-04-15 16:49:54 -05:00
857dec0990
Merge pull request #6342 from benlye/benlye-fix-softspi
Scott Lahteine
2017-04-15 16:33:50 -05:00
4e04383d18
Merge pull request #6354 from thinkyhead/rc_doubleclick_fix
Scott Lahteine
2017-04-15 16:06:29 -05:00
8dd0492e68
Show lcd_babystep_zoffset screen if DOUBLECLICK_FOR_Z_BABYSTEPPING is enabled and HAS_BED_PROBE is defined
Thomas Moore
2017-04-14 23:00:35 -05:00
0a2f60fab4
Make spi.h inclusion conditional
benlye
2017-04-15 16:22:42 +01:00
60471b7592
minor improvements
Bob-the-Kuhn
2017-04-14 23:47:11 -05:00
25a61e9061
Improve motion-based endstop triggering code
Scott Lahteine
2017-04-15 04:23:20 -05:00
5a97a7be97
Merge pull request #6352 from thinkyhead/rc_patch_menu_bug
Scott Lahteine
2017-04-15 03:35:16 -05:00
a2356c2825
Fix compiler warning about z-offset callback
Scott Lahteine
2017-04-15 02:19:48 -05:00
3a40e637cd
Merge pull request #6350 from thinkyhead/rc_more_dualx_logging
Scott Lahteine
2017-04-15 02:02:54 -05:00
037c964d26
Reverse bools on prepare_move sub-functions
Scott Lahteine
2017-04-14 23:48:30 -05:00
d9c4333806
Extra logging of Dual X modes
Scott Lahteine
2017-04-14 23:47:53 -05:00
8cccf69ef7
Merge pull request #6348 from thinkyhead/rc_tmc2130_clean_clean
Scott Lahteine
2017-04-14 23:40:56 -05:00
4067d15c92
Cleanup, extend TMC2130 implementation
Scott Lahteine
2017-04-14 22:44:08 -05:00
d60c02c5b1
Cleanup, extend TMC2130 configuration
Scott Lahteine
2017-04-14 22:43:56 -05:00
0e97b3d6d0
Fix some configuration spacing
Scott Lahteine
2017-04-14 22:12:08 -05:00
cf6f483378
Merge pull request #6187 from thinkyhead/rc_flsun_delta_autocal
Scott Lahteine
2017-04-14 22:32:12 -05:00
24882adfbf
Allow NO_WORKSPACE_OFFSETS with DELTA_AUTO_CALIBRATION
Scott Lahteine
2017-04-14 21:41:21 -05:00
1acb84ba02
fix 1 bug, add error messages
Bob-the-Kuhn
2017-04-12 23:22:11 -05:00
40dfafbe89
Add Travis CI test for FLSUN config
Scott Lahteine
2017-04-10 22:24:45 -05:00
8821963873
Implement delta auto-calibration and delta_height
LVD-AC
2017-03-31 21:58:40 +02:00
b305699046
Merge pull request #6341 from benlye/benlye-lcd_babystep_zoffset
Scott Lahteine
2017-04-14 19:11:46 -05:00
03bda24d19
Add delta auto-calibration and configuration for Flsun AC
LVD-AC
2017-03-31 21:03:38 +02:00
396bd7b377
Update "firstpush" to open branch commits on Github
Scott Lahteine
2017-04-10 22:02:30 -05:00
1bd25fd2b3
Clean up config spacing, section headings, etc.
Scott Lahteine
2017-04-13 21:06:37 -05:00
153b0ae967
Tweak Delta Printer configuration note
Scott Lahteine
2017-04-14 19:04:09 -05:00
81ffd98dd9
Allow faux leveling
Scott Lahteine
2017-02-25 20:10:57 -06:00
2355d87e11
Merge pull request #6346 from thinkyhead/rc_broken_abl_test
Scott Lahteine
2017-04-14 18:36:32 -05:00
f4685c28b7
Reorder Conditionals_post.h and add comments
Scott Lahteine
2017-04-14 18:00:33 -05:00
5135be14ea
Include Travis CI tests for 5 extruders / e-steppers
Scott Lahteine
2017-04-14 17:16:32 -05:00
0ac2b5c045
Additional 5 extruders support (solenoids, microstepping)
Scott Lahteine
2017-04-14 17:14:14 -05:00