Hannes Brandstätter-Müller
a4cdffdd69
Support for manually deployed fixed probes ( #11899 )
2018-09-23 19:59:08 -04:00
Scott Lahteine
ddcbf80f23
Followup for Z_TRIPLE_ENDSTOPS
2018-09-23 12:22:31 -04:00
Marcio Teixeira
c411e7eb0d
[2.0.x] Squelch compiler warnings seen with -Wall ( #11889 )
2018-09-23 12:00:34 -04:00
Roxy-3D
83105590a0
Better default values for Mesh Inset
2018-09-22 03:25:18 -04:00
Roxy-3D
4163c1a514
Fix end stop and Z-probe reporting logic
2018-09-22 03:25:18 -04:00
Scott Lahteine
ea9eb2fc8f
Fix servo angles in config-store
2018-09-21 15:41:36 -04:00
Scott Lahteine
afdd4803f8
Fix mfpub syntax highlighting
2018-09-19 23:57:05 -05:00
Roxy-3D
d3d6be8210
Add MAX7219 reverse units option ( #11860 )
2018-09-19 18:54:51 -05:00
Scott Lahteine
beab9733f8
Remove extra clauses in config-store
2018-09-19 17:06:51 -05:00
Scott Lahteine
5a74b12b45
Followup to #11769
2018-09-19 16:40:32 -05:00
InsanityAutomation
f38570ac55
Add custom user menu title ( #11769 )
2018-09-19 15:04:34 -05:00
Scott Lahteine
17494099a9
Fix parking_extruder_tool_change
...
Fix #11872
2018-09-19 03:02:07 -05:00
Scott Alfter
140caf99b8
E0_CS_PIN moved from A13 to A15 on RAMPS-FD v2.2 ( #11865 )
2018-09-18 22:24:20 -05:00
Scott Lahteine
10590c2f80
Fix some fan conditionals
2018-09-18 21:23:33 -05:00
Scott Lahteine
e4ee607fc8
Fix Dual X FRS in M600
...
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>
2018-09-18 21:23:33 -05:00
Scott Lahteine
bae8f82ba8
[2.0] Fix Mixing Extruder mixing factors ( #11861 )
2018-09-18 01:10:41 -05:00
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
2018-09-17 17:30:04 -05:00
AnHardt
54bd124665
2.0.x: Fix normalize_mix() ( #11856 )
...
Mix factors needed to be updated consistent with the recent Stepper/Planner code refactor.
2018-09-17 16:37:38 -05:00
Roxy-3D
5fbfbde532
Fix example file to pull in correct pins file
2018-09-17 10:41:30 -05:00
Roxy-3D
378f354939
IDEX Scaled Duplication is still under development
...
Take it out of the menu until it is tested and working.
2018-09-17 10:26:44 -05:00
Scott Lahteine
65045ba54b
tmc_util fix part 2
...
Followup to 115abf9
2018-09-17 05:36:17 -05:00
Scott Lahteine
09a2bee8aa
Support more filament runout sensors in M119 ( #11851 )
2018-09-17 03:27:13 -05:00
Scott Lahteine
115abf9c53
Fix syntax error in front of tmc_axes
2018-09-17 01:10:20 -05:00
Roxy-3D
0780913848
IDEX Improvements ( #11848 )
2018-09-17 01:06:22 -05:00
Scott Lahteine
39732838b4
Tweak indent of Chinese languages
2018-09-17 00:58:32 -05:00
Scott Lahteine
53bd0b55cb
Followup for 6 extruders
2018-09-16 23:57:50 -05:00
Scott Lahteine
722d186ca0
Merge pull request #11841 from thinkyhead/bf2_radds_ext_board_v3
...
Support for RADDS Extension Board V3 (and 6 extruders)
2018-09-16 23:32:04 -05:00
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
2018-09-16 22:32:53 -05:00
Scott Lahteine
f5c210d33d
Config changes supporting up to 6 extruders
2018-09-16 22:22:35 -05:00
Scott Lahteine
d948c6e867
RADDS Extension Board V3 support
2018-09-16 22:22:35 -05:00
Thomas Moore
c437bb08f1
Overhaul of the planner ( #11578 )
...
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
2018-09-16 21:24:15 -05:00
Scott Lahteine
8323a08642
Clean up some whitespace
2018-09-16 19:44:21 -05:00
Scott Lahteine
4d99f9d96a
Merge pull request #11062 from TheLongAndOnly/triplez-2.0.x
2018-09-16 18:15:27 -05:00
Scott Lahteine
6286afd456
Add Triple-Z options to example configs
2018-09-16 00:35:58 -05:00
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
2018-09-16 00:35:58 -05:00
Hannes Brandstätter-Müller
bc06406d7d
Fix Anycubic Kossel config (probe crash) ( #11832 )
2018-09-15 23:27:21 -05:00
Scott Lahteine
66f83d33e6
Fix some config comments
2018-09-15 23:21:55 -05:00
Hannes Brandstätter-Müller
84ed9b5a63
Send "G33 S P1" for Delta Height Calibration ( #11831 )
2018-09-15 20:17:35 -05:00
Scott Lahteine
215eee4fe5
Use 'friend' to access set_directions
2018-09-15 20:11:10 -05:00
Cassiano Leal
ff51e7322d
Fix for Stepper::set_directions() compilation error ( #11838 )
2018-09-15 19:31:51 -05:00
Scott Lahteine
809b232fa2
Fix stepper directions after M501/M502
...
See https://github.com/MarlinFirmware/Marlin/issues/11103#issuecomment-421387611
Co-Authored-By: tcm0116 <tcm0116@users.noreply.github.com>
2018-09-14 20:00:55 -05:00
Scott Lahteine
f79a5a9dee
Tweak spacing of L6470 options
2018-09-12 23:18:11 -05:00
Hannes Brandstätter-Müller
c37d3ae97d
[2.0.x] Fix NOZZLE_PARK_FEATURE for Anycubic Kossel ( #11812 )
2018-09-12 15:37:38 -05:00
HenningJW
4fb2134f00
Fix non-sensical values for Zonestar themistor table ( #11817 )
...
Values taken from Zonestar firmware for P802QA with a Melzi board. Timestamps from the firmware package are from April 2016.
2018-09-12 15:36:04 -05:00
Scott Lahteine
b220a825a7
Fix raw_filwidth_value error
2018-09-12 04:31:55 -05:00
Scott Lahteine
1933d5d6fb
Fix SD autostart with no LCD
2018-09-12 03:49:59 -05:00
Roman Moravčík
8bce5370c7
Updated slovak translation ( #11807 )
2018-09-12 03:29:17 -05:00
Giuliano Zaro
64d629ba2a
[2.0.x] Italian language fix ( #11796 )
2018-09-12 03:28:22 -05:00
Scott Lahteine
8584d3697d
Fix servo count define conflict
...
`MAX_SERVOS` => `NUM_SERVO_PLUGS`
2018-09-11 16:20:31 -05:00
Scott Lahteine
06949ae510
Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD
2018-09-10 23:21:37 -05:00