Scott Lahteine
967db181d0
Latest upstream commits
10 years ago
Scott Lahteine
c065da52ec
Spacing and spelling
10 years ago
Scott Lahteine
e0d4368cb5
Minor code cleanup, move NUM_AXIS out of config
10 years ago
Scott Lahteine
a469d796e1
Add cleanups needed for #1772
10 years ago
Scott Lahteine
0e8182bbf2
Additional pin tests, cleanup
10 years ago
Scott Lahteine
cda4bd4ad9
Correct the comment about M206
10 years ago
Scott Lahteine
82794fa5f7
Add delta generic not renaming
10 years ago
Scott Lahteine
ba2c7cb467
Update configs with all the latest
10 years ago
Scott Lahteine
edb67ea165
Patch generic delta config
- Addressing issue mentioned at #1699
10 years ago
Scott Lahteine
ba871e46bf
Fix compiler warnings
- Patched up for most included configurations
10 years ago
Scott Lahteine
5261d35737
Fix custom m-code behavior
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe
10 years ago
AnHardt
94330705c7
Move definition of PIDdT back to temperature.h
make it unconditional
remove all definitions in the 'Configuration.h's
remove form 'Conditionals.h'
10 years ago
wurstnase
e6f6c6e3a1
fix bad insertion config again
10 years ago
Scott Lahteine
7717e1ce33
Fix bad insert in configuration
10 years ago
Scott Lahteine
146501215f
Fix mangled probe_pt calls
- Address issue #1669
- Remove the TOPO_ORIGIN configuration setting
10 years ago
Scott Lahteine
2c9bd15625
Move LCD items to `Conditionals.h`
- `Conditionals.h` is included twice, setting LCD values the first time
10 years ago
Scott Lahteine
b6d381f863
Divide up Conditionals to get LCD items early
10 years ago
AnHardt
e85061d20d
Added changes to the 'new' Configuration.h s
10 years ago
Scott Lahteine
8ade04b78e
Felix and Hephestos configs
- Not sure why these are showing as all new
10 years ago
Scott Lahteine
670006b919
Remove invariant code from Configurations
- Add `Conditionals.h` with calculated configuration values
- Add `SanityCheck.h` with checks for configuration errors
- Remove equivalent code from all configurations
- Move error checks from some sources to `SanityCheck.h` also
- Fix initialization of count_direction in stepper.cpp
10 years ago
maverikou
e93eb3e8d3
Update test
10 years ago
maverikou
b8ae3feb9e
Update test
10 years ago
Scott Lahteine
a686c9878f
Move TOPO_ORIGIN define to Configuration.h
- Addressing issue #1608
10 years ago
chrono
4d878b9bac
Fixed path typos in README
10 years ago
chrono
12ec557a75
Added DEFAULT_TRAVEL_ACCELERATION
10 years ago
chrono
1d25d510bc
Upstream Merge Fixes
10 years ago
alexborro
9157cbd8f3
Add Travel Acceleration and change the M204 options
Added option to set Travel Acceleration (non printing moves).
The M204 options was a non sense (S for printing moves and T for retract
moves).
It has been changed to:
P = Printing moves
R = Retract only (no X, Y, Z) moves
T = Travel (non
printing) moves
I will add this info o G-Code wiki in reprap.org. I also advise to put
this info in Marlin next version changelog.
10 years ago
alexborro
60ceca1bc1
Add speed configuration for home-bumping movement
10 years ago
Greg Alexander
4fba7b084f
fix typo in delta example config introduced in
commit 697ee2dc50
10 years ago
maverikou
e6862700af
Add Z_RAISE_AFTER_PROBING to all config files
10 years ago
maverikou
39d255608d
Test an extra delta configuration with auto bed leveling code paths
10 years ago
maverikou
7c24b97958
Ported over Johann Rocholl's improvements for delta printers:
- Nonlinear auto bed leveling code (includes G29, G30, Z_RAISE_AFTER_PROBING). Cleaned it up to be a delta-specific AUTO_BED_LEVELING_GRID code path.
- Allen key z-probe deployment and retraction code. Cleaned it up and added safety checks.
10 years ago
Scott Lahteine
d085725c86
More sanity-checking for ABL
- Moved sanity-checks to Marlin_main.cpp
- Applied to other configuration files
- Fixed formatting of ABL output
- Passing verbose level to probe_pt
- Miscellaneous cleanup
- Put CONFIG_STEPPERS_TOSHIBA into Configuration.h
10 years ago
chrono
0a7d85c20e
Minor fixes
10 years ago
chrono
d8eeddfb93
Updated DUAL Extruder config, added README and enabled NEWPANEL by default
10 years ago
chrono
b423b90c77
Added Configuration_adv.h to examples for LCD/SD Support
10 years ago
chrono
7540a81106
Minor fixes
10 years ago
chrono
08bc723a3c
Enable PIDBED
10 years ago
chrono
e487bd642b
Updated PR to streamline integration
10 years ago
kieranc
8ccdac9898
Enable PID debugging for heated bed
10 years ago
kieranc
29097b0ab2
Enable PID debugging for heated bed
10 years ago
kieranc
21bd4fd6db
Enable PID debugging for heated bed
10 years ago
kieranc
fb56aad898
Enable PID debugging for heated bed
10 years ago
kieranc
08c543f8fb
Enable PID debugging for heated bed
10 years ago
kieranc
c89413db1e
Enable PID debugging for heated bed
10 years ago
kieranc
1c71e4751a
Enable PID debugging for heated bed
10 years ago
maverikou
a9e15aa503
Updated example configurations
10 years ago
Scott Lahteine
27ac3e985d
Add options to example_configurations
10 years ago
Jérémie FRANCOIS
b3bda57ca2
reverted to upstream
10 years ago
AnHardt
c246026bda
Sorry.
10 years ago