- Aug 20, 2015
-
-
Christian Lefrançois authored
* Fix a couple of renames omission and macro expansion errors.
-
- Aug 11, 2015
-
-
AnHardt authored
Currently we use the probe exclusively as a device to find the build platform(bed). For the currently supported setups this means, we use it as a additional min-endstop. A triggered when not deployed probe disturbs the homing process for max-endstops. Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Adjust comments accordingly Remove Z_MAX check for the probe in update_endstops(). Using an delta related idea of @clefranc from #61, extended to the general change for all setups. Tested with Prusa i3, max-z-endstop and permanently triggered z-probe. Worked for @clefranc's delta.
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- `SD_DETECT_PIN` replaces `SDCARDDETECT` - `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED` - Revise the description of `SD_DETECT_INVERTED` - Add a note about the override of `SD_DETECT_INVERTED` in `Conditionals.h`
-
Scott Lahteine authored
- Rename the pin so it can be tested with `PIN_EXISTS` - Fix some incorrect tests for `SDCARDDETECT`
-
- Jul 31, 2015
-
-
Scott Lahteine authored
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
-
- Apr 06, 2015
-
-
Natealus authored
-
- Apr 04, 2015
-
-
Natealus authored
Just a simple #ifdef Z_PROBE_ENDSTOP to define the pin for it. Also has a couple commented lines for switching Z_MIN_PIN if needed.
-
- Mar 29, 2015
-
-
Natealus authored
Another fellow here gave me the idea to do it this way
-
Natealus authored
Made my swap commented out so its the option not the default.
-
Natealus authored
I made my changes to swap MIN and MAX endstops on the Azteeg X3 Pro the option rather than the default to fix unexpected reversal.
-
Natealus authored
I added in the pins into the new board files for the Azteeg X3, X3 Pro, Printrboard, and Rambo. I'm sure it can be added for others too but these are the manual specified pins. Just like many things here though, I can't test for the boards other than the Azteeg X3 Pro. Hopefully it works smoothly for everyone who happens on this nifty display. :)
-
Natealus authored
I added the fan pins in here and left them at -1 in configuration_adv.h and it works fine. Pinned for a 4 extruder from 1-4 and HE5 being the controller fan, HE6 being the Extruder Auto Fan/Water pump in the Kraken case, and HE7 being for part cooling fan. Added in descriptions for the MIN MAX pin swap and for servo motor additions.
-
- Mar 28, 2015
-
-
Scott Lahteine authored
- Patched up for most included configurations
-
- Feb 20, 2015
-
-
Scott Lahteine authored
- Also apply cleanup for #1514
-
- Jan 27, 2015
-
-
Scott Lahteine authored
Hopefully this is helpful to organization and future expansion….
-
- Jan 26, 2015
-
-
Scott Lahteine authored
Hopefully this is helpful to organization and future expansion….
-
Scott Lahteine authored
Hopefully this is helpful to organization and future expansion….
-