Scott Lahteine
8fd8772a6f
Adjust axis homed / trusted methods (#20323 )
4 年之前
Costas Basdekis
0465e0ae3a
Distinct runout states (#19965 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 年之前
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 年之前
nb-rapidia
418b3e5ee2
Fix IDEX layer shift and DIR states (#19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 年之前
Scott Lahteine
76d8d1742c
Add multi-extruder condition
4 年之前
Giuliano Zaro
b2ba9009d0
Fix "too cold" in M600 (#19332 )
4 年之前
Giuliano Zaro
828a582f4d
Make M600 heat up the nozzle. Reset runout on fail. (#19298 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
4 年之前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 年之前
Robby Candra
c02451b602
Filament Runout Inverting => State (#18537 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
5 年之前
thisiskeithb
5a92462c0f
Less ambiguous option comment (#17983 )
5 年之前
chestwood96
1475fd312a
M600 R<resume temperature> (#17919 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
5 年之前
Scott Lahteine
c536b8de62
Apply ternary macros
5 年之前
thisiskeithb
02a054cda4
HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681 )
5 年之前
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
5 年之前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 年之前
Scott Lahteine
b2e1f77f58
Fix extraneous "Home XYZ First" message
5 年之前
Scott Lahteine
fe02241044
NONE on combined options
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
b14cc0d7c5
Remove extra gcode. prefix
6 年之前
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
6 年之前
Scott Lahteine
b376c7e374
Group DISABLED items
6 年之前
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
6 年之前
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
6 年之前
Marcio Teixeira
00fc43144a
Follow up fixes to various PRs. (#13334 )
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`.
- Fix for `BACKLASH_SMOOTHING` with small segments.
`BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments.
- Add pinout for the beta revision `EINSY_RETRO`.
- Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568 )
6 年之前
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
6 年之前
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
6 年之前
Scott Lahteine
f269766408
Put the MMU2 menu with the others
6 年之前
revilor
6a57d0b381
Prusa MMU2 (#12967 )
6 年之前
InsanityAutomation
530ef5846f
Make nomove=false for toolchange on filament swap (#12739 )
6 年之前
Scott Lahteine
03ef2d6c82
Fix "paused" message and M125 called by M25 (#12551 )
6 年之前
Scott Lahteine
d2bb53702a
Optimize target_extruder, ignore T with mixing (#12432 )
* Optimize target_extruder, ignore T with mixing
* Give G-code Tn parity with tool_change
6 年之前
Scott Lahteine
4c5ca89d8c
Show the appropriate pause message (#12348 )
6 年之前
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6 年之前
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
6 年之前
Scott Lahteine
e4ee607fc8
Fix Dual X FRS in M600
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
6 年之前
Roxy-3D
0780913848
IDEX Improvements (#11848 )
6 年之前
Scott Lahteine
d1c9517903
Followup to hotend_offset[Z] patch
6 年之前
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 年之前
Sean
2d9b0a66fe
Add Filament Change accelerations
7 年之前
Scott Lahteine
a6feb58837
Delta support for multiple hotends with offsets (#10118 )
7 年之前
Scott Lahteine
b1cd012aa6
Clean up and document load/unload/pause/resume
7 年之前
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7 年之前
Scott Lahteine
9ecdd1f4c7
Multi extruder support for M600 and LCD
7 年之前
Thomas Moore
f0a8a1a853
[2.0.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE (#8866 )
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
7 年之前
gallynero
3619a4cbea
fix 'axis_unhomed_error' not defined error
Fix 'axis_unhomed_error' not defined error when pause with unhomed status
7 年之前
Scott Lahteine
be0e4a4ad0
Consolidate pause, apply to M125, M600, M24
7 年之前
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
7 年之前