Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI (#14967 )
5年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
6年前
Scott Lahteine
0feeef2604
Update copyright in headers
6年前
Ludy
814d93c7cf
Fix G33 sprintf output warning (#12738 )
6年前
Luc Van Daele
c6e09c2689
[2.0.x] G33 clean up (#12648 )
Remove obsolete workarounds in G33 for the now fixed zprobe_zoffset bug
6年前
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6年前
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI (#12439 )
6年前
Scott Lahteine
a0c795b097
Encapsulate common display code in a singleton (#12395 )
* Encapsulate common LCD code in a singleton
* Depend more UBL code on UBL_DEVEL_DEBUGGING
- Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
6年前
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6年前
AnHardt
f56968ba0b
New Continuous Filament Mixer (#12098 )
6年前
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6年前
AnoNymous
b30ca652ae
Replace MIN# / MAX# with variadic MIN / MAX (#11960 )
6年前
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
6年前
Scott Lahteine
0af22549a6
Allow G33 to compile with no LCD
6年前
etagle
1367df2875
Replace double with float, optimize calculation
7年前
Scott Lahteine
d960d448fa
Optimize calculations with LROUND
7年前
Scott Lahteine
c51e27d11d
Do a hard kill for failed homing moves (#11161 )
7年前
Scott Lahteine
a431013eb7
Fix G33 compile warning
7年前
Eduardo José Tagle
6f330f397e
[2.0.x] Buffer overflow and scroll fix, UTF8 cleanup (#10844 )
7年前
Scott Lahteine
306f0f2135
Move Stepper::synchronize to Planner (#10713 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7年前
Scott Lahteine
3396671011
[2.0.x] Reset LCD status to fallbacks (#10470 )
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
7年前
Luc Van Daele
646aa20b43
Overhaul of G33 Delta Calibration (#8822 )
7年前
Luc Van Daele
ac2e0afb62
Low Point for delta calibration (#10363 )
7年前
Scott Lahteine
8b8ad14178
Add Z_PROBE_LOW_POINT to prevent damage
7年前
Scott Lahteine
c352954882
Allow no raise after run_z_probe in probe_pt
7年前
Scott Lahteine
8922b56b58
Fix some spelingz
7年前
Scott Lahteine
2057177184
Make enums into implicit char
7年前
Scott Lahteine
6d94bbf618
Apply some PGM_P pointers
7年前
Thomas Moore
b35c3b5eb8
Fix missing return values in G33_auto_tune
7年前
LVD-AC
65f365333f
[2.0.x] G33 probe error handling
7年前
LVD-AC
e334efb2a7
PROBE_MANUALLY etc.
7年前
Thomas Moore
f34c3597dc
Add delta_height variable in lieu of using home_offset
7年前
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
7年前
Scott Lahteine
96c9d715f3
Patch abuse of sprintf_P in G33
7年前
Scott Lahteine
a22434508f
Match tweaks to G33 from 1.1
7年前
Scott Lahteine
79772219ae
Fix Fan Multiplexer init
7年前
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
7年前
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7年前
Scott Lahteine
31f112cf58
Cleanup trailing whitespace
7年前
Luc Van Daele
6827e243a0
[2.0.x] G33 magic numbers (#8171 )
* [2.0.x] G33 magic numbers
* oops
* Comments
* oops
* warning
* better comment section
* remarks
* extra grids
7年前
Luc Van Daele
a1a4fc277e
(2.0.x) serious bug G33 (#8136 )
* (2.0.x) serious bug G33
* Revert config changes
This reverts commit 74b5a98223 .
7年前
LVD-AC
dcfc2503c2
G33 Autotune calibration update #10
7年前
Luc Van Daele
3986a84f77
boolval revisited (#8016 )
7年前
Scott Lahteine
b220bc7521
Apply G33 updates
Adapted from #7865
7年前
Scott Lahteine
dff2904c0f
Marlin code whitespace cleanup
7年前
Scott Lahteine
6d5fcac54a
G33 changes from 1.1.x
7年前
Scott Lahteine
551752eac7
Consolidate "bedlevel" code
7年前
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7年前