Scott Lahteine
07d33849b0
Fix unused var warning, apply ENABLED
6 years ago
Scott Lahteine
ce82015d5f
Fix include in G80
6 years ago
Scott Lahteine
5f6aabccbe
Tweak M48 spacing
6 years ago
Marcio Teixeira
906a24fa81
Extensible user interface API (#11193 )
6 years ago
InsanityAutomation
ee253991d4
Various fixups for single-nozzle filament swap (#12036 )
6 years ago
Scott Lahteine
55e810d512
Fix G80 compilation
6 years ago
Scott Lahteine
7db0113b53
Improve E_AXIS_N macro
6 years ago
Sam Lane
f2ecf8d510
Add option to control Solenoids under PARKING_EXTRUDER (#12028 )
6 years ago
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
6 years ago
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
6 years ago
teemuatlut
c447d75916
Add support for TMC2660 (#11998 )
6 years ago
Scott Lahteine
52a37913c1
Extend and apply some corrections
6 years ago
thesfreader
e09c144674
Add CNC-like G-code options
6 years ago
Scott Lahteine
3e58b3a5d4
Followup to #11943
6 years ago
teemuatlut
c3229e1b34
Migrate to a new TMC library (#11943 )
6 years ago
Eduardo José Tagle
d6955f25b2
Expand serial support in DUE/AVR hals exploiting the templated MarlinSerial classes (#11988 )
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6 years ago
AnoNymous
b30ca652ae
Replace MIN# / MAX# with variadic MIN / MAX (#11960 )
6 years ago
Thomas Moore
3286325044
Add TMC2130 sensorless probing
7 years ago
Giuliano Zaro
70e7a465d8
[2.0.x] Fix compile error (#11951 )
Fix compile error intruduced with M109 modification
6 years ago
Scott Lahteine
1410e79e7f
Ensure M109 handles autotemp
6 years ago
Scott Lahteine
e4389f7d23
Standard methods to wait for heating (#11949 )
6 years ago
Victor Tseng
93839e2f73
Add option to enable/disable autoretract altogether (#11904 )
6 years ago
Scott Lahteine
cb6454118c
Workaround for Pronterface M29
6 years ago
Scott Lahteine
cee34f7290
Followup for BABYSTEP_HOTEND_Z_OFFSET (#11916 )
6 years ago
InsanityAutomation
1104054d73
2.0 IDEX Independent z offset and other fixes (#11862 )
* Add Formbot Raptor board
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Add a second Z probe Z offset
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Modify method to utilize live adjustment of hotend z offset
Should probably move config option to babystepping and rename as it may now apply to all multiextruder systems
* Move config item and catchup other code to current method
6 years ago
Marcio Teixeira
c411e7eb0d
[2.0.x] Squelch compiler warnings seen with -Wall (#11889 )
6 years ago
Scott Lahteine
e4ee607fc8
Fix Dual X FRS in M600
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
6 years ago
Scott Lahteine
bae8f82ba8
[2.0] Fix Mixing Extruder mixing factors (#11861 )
6 years ago
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
6 years ago
Roxy-3D
0780913848
IDEX Improvements (#11848 )
7 years ago
Scott Lahteine
53bd0b55cb
Followup for 6 extruders
7 years ago
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
7 years ago
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
7 years ago
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7 years ago
Sam Lane
4f883d5971
[2.0.x] Extruder-Distinct Linear Advance K Factors (#11789 )
7 years ago
Sam Lane
1b6bc19427
Add external closed loop controller support
7 years ago
Alexander Amelkin
bc1ba998b2
[2.0.x] Fix undefined symbol 'g29_in_progress' (#11781 )
7 years ago
InsanityAutomation
bad225dc04
Fix mesh leveling compile errors (#11768 )
7 years ago
Scott Lahteine
2a61c9a939
Various fixups to configs, spacing, etc.
7 years ago
Scott Lahteine
d10f29ae2e
Pass segment length in G2-G3
7 years ago
Roxy-3D
d5379ee9d6
Fix search for white space in enqueued commands
7 years ago
Scott Lahteine
d1ceaf5550
[2.0.x] Followup to IDEX changes (#11707 )
7 years ago
Roxy-3D
7680b64aa6
IDEX clean up (#11690 )
7 years ago
scott0122
607c1e58d9
Improve HOTEND OFFSET Z display precision to 3 (#11685 )
7 years ago
Scott Lahteine
3e81745e81
Fix issues, make optional
7 years ago
Jan
aa80e448e2
Store servo angles in EEPROM
7 years ago
Scott Lahteine
2a2e8c314e
Suppress emergency parser G-code errors
Co-Authored-By: srieche <srieche@users.noreply.github.com >
7 years ago
Scott Lahteine
d1c9517903
Followup to hotend_offset[Z] patch
7 years ago
Colin Gilgenbach
593d5375ea
Fix G28 resetting DUAL_NOZZLE_DUPLICATION_MODE (#11605 )
There's no reason for G28 to reset DUAL_NOZZLE_DUPLICATION_MODE, because it only affects the E stepper, unlike DUAL_X_CARRIAGE which affects the X steppers as well.
7 years ago