Scott Lahteine
2ebf52e57d
Fix Skew Correction pre-calculation overflow error
7 years ago
Roxy-3D
9d0cf02fef
Correct mesh size calculations
7 years ago
Roxy-3D
acb1e31374
Fix UBL Mesh Size regression
7 years ago
Christopher Pepper
6f1bf5d212
LPC1768: Config: default to SDSORT_LIMIT = 64 instead of 256
7 years ago
Scott Lahteine
6a043eee55
Various updates for TMC support
7 years ago
Scott Lahteine
957bbab57f
Update inc files for parity with 1.1.x
7 years ago
Scott Lahteine
a71d2f3f40
UBL_DELTA => UBL_SEGMENTED
7 years ago
Scott Lahteine
24437de591
Use custom segment length for UBL Cartesian
7 years ago
Scott Lahteine
0154e3480c
New feature: BED_SKEW_CORRECTION
7 years ago
Scott Lahteine
8f90642eea
LED_CONTROL_MENU config changes
7 years ago
Scott Lahteine
ef2531558c
Add an option to segment leveled moves
7 years ago
Scott Lahteine
94cb412e45
Allow override of probe bounds
7 years ago
Scott Lahteine
d06e29846d
Loosen HAS_BED_PROBE definition
7 years ago
Roxy-3D
9729528d13
Update UBL's Delta Probable locations
This is a non-intuitive change. @oldmcg says in this post https://github.com/MarlinFirmware/Marlin/issues/7572#issuecomment-340641207 that using DELTA_PRINTABLE_RADIUS is better than DELTA_PROBABLE_RADIUS for setting the probe limits. This is because the automatic probe code checks all locations for being reachable by the probe prior to doing the probe.
7 years ago
Dave Johnson
c009a990e4
[2.0.x] Fix some 8-bit Teensyduino compile warnings ( #8385 )
* Fix some 8-bit Teensyduino compile warnings
-Override Teensyduino legacy NOT_A_PIN 127 define
-some fixups for Printrboard_RevF pins
* Proper cleanup of Printrboard Rev.F pins
* Apply LCD fixes to Printrboard v1
7 years ago
Thomas Moore
f34c3597dc
Add delta_height variable in lieu of using home_offset
8 years ago
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
8 years ago
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
8 years ago
Colten Edwards
e0a6ee8da5
[2.0] Fix up G33, LPC1768 + SDCARD_SORT_ALPHA ( #8250 )
* Update Conditionals_post.h
* Add a cast to round() to convert to a unsigned int
Add's a cast to round() so that it will compile properly. round() returns a float which must be cast to a integer for the following % operation. Use a unsigned int as a negative index to an array is wrong. Should never be more than 255 points allowing us to use a 8 bit cast.
* Update G33.cpp
8 years ago
Scott Lahteine
571ced712d
Add SDCARD_SORT_ALPHA options for LPC1768
8 years ago
Scott Lahteine
9f89b5d876
Fix for MAX_VFAT_ENTRIES sanity check
8 years ago
Scott Lahteine
2cdde08339
Apply items specified in code review
Followup to #8122
8 years ago
Scott Lahteine
723f2a77f6
Implement support for Dual X and Y endstops
8 years ago
Scott Lahteine
580b6e9089
Apply physical limits to mesh bounds
8 years ago
Scott Lahteine
4e2baeb3e1
Update indentation, file-wrapping for Marlin 2.0.x
8 years ago
Scott Lahteine
348e5e3109
Simplify Cartesian probing boundaries
Followup to #8012
8 years ago
Jeffrey Li
eeb4611606
Add proper support for the AZSMZ 12864 LCD on a SMART RAMPS
8 years ago
Scott Lahteine
e587f0893c
Define AVR_ATmega2560_FAMILY_PLUS_70 in Conditionals
8 years ago
Jeff Eberl
b206f70693
Split the software endstop capability by axis.
8 years ago
Scott Lahteine
58abc66c1d
Tweak bed leveling conditionals
8 years ago
Scott Lahteine
560d366b80
Move VIKI SCK/MOSI pins fix to Conditionals_POST.h
8 years ago
Scott Lahteine
03f4891fb9
Remove legacy ADVANCE feature
8 years ago
Scott Lahteine
8315a8a716
Apply fixes for DUE
Alternative to #7882 . If F_CPU is greater than 1000 it can be evenly divided by 8. Over 10000, 16; over 100000, 32; over 1 million, 64; etc.
8 years ago
Scott Lahteine
34101224c4
Inc updates
8 years ago
Scott Lahteine
5be07b5db2
Move 'inc' files
8 years ago
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
8 years ago
Scott Lahteine
353c23b16e
Enforce BED_CENTER_AT_0_0 on Delta, SCARA
8 years ago
Vben
c0409b85e7
New feature: Part-Cooling Fan Multiplexer
8 years ago
Vben
4817b39d98
Added new feature for AutoParking Extruder (APE)
8 years ago
Scott Lahteine
a1878cd1c0
Add "Level Corners" menu option
8 years ago
Scott Lahteine
9d95b1b4df
Tweak Conditionals_post.h
8 years ago
teemuatlut
936d00dda8
Implement probing delay for piezo sensors
8 years ago
Scott Lahteine
423b0f3a1e
Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT
8 years ago
Scott Lahteine
51864fd365
Add bed size as a configuration option
8 years ago
João Brázio
2065591daf
Add support for BQ heated bed kit with Hephestos 2
8 years ago
Thomas Moore
e47029199e
Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF ( #7000 )
* Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF
* Add HEATER_IDLE_HANDLER conditional
8 years ago
Scott Lahteine
c74d4dede6
Prevent illegal leveling combinations
Addressing issue #6901
8 years ago
Thomas Moore
fb5e0ffe16
Unify M600 and M125 pause features ( #6407 )
* Unify M600 and M125 pause features
* Cleanup per thinkyhead's comments
* Rename filament_change_menu_response to advanced_pause_menu_response
* Include HAS_BED_PROBE in QUIET_PROBING
* Update gMax example file
* is_idle() is out of scope without the braces
* Convert FT-i3-2020 to Advance Pause names...
* Allow pause even if not printing
8 years ago
Scott Lahteine
5cbe0244c5
Fixes for spindle/laser and SCARA probe bounds
8 years ago
Scott Lahteine
f4028fe088
New GCode Parser - Implementation
8 years ago