Scott Lahteine
c0d7ea3e7e
Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
9 years ago
AndySze
eef595aa64
add makerlab mega controller pin configs
9 years ago
Scott Lahteine
f068e46661
RigidBoard include for pins.h
9 years ago
AnHardt
c461975140
Rename and repair MELZI_1284 (PR#2301)
to MELZI_MAKR3D.
Fix for #2288
As the normal MELZI also can have a 1284.
10 years ago
Scott Lahteine
318318b02f
Add pins_RAMPS_13_EFB.h to reduce redundancy
10 years ago
Scott Lahteine
346c8b339b
Remove a test from pins_RAMPS_13.h
- Add 3 new lines to `pins.h` to remove 2 redundant tests in
`pins_RAMPS_13.h`
10 years ago
AnHardt
b93cddfcc9
Add lost MKS_BASE to pins.h (PR#2297)
10 years ago
atfield90
c4a2e5ac23
Renamed Pins_megatronics_1 to Pins_minitronics
10 years ago
tonokip
10733a2bb0
added minirambo pin definitions. V2
10 years ago
Scott Lahteine
9d1961ebe3
Witbox and Hephestos are just RAMPS_13_EFB
10 years ago
AnHardt
4d4fa3607b
Remove Duemilanove
No way to fit Marlin into 32K.
10 years ago
Scott Lahteine
f73f4ce555
Make some z probe and servo code tweaks
10 years ago
Chris Petersen
ffaf1b4f22
Add pin configuration for Brainwave Pro
Copied from jcrocholl's contributions to the OpenBeamUSA Marlin fork
10 years ago
Richard Miles
4c3736ed43
Feature: Add RAMPS CNC Controller Board
Created a new board to make using RAMPS as a CNC machine controller
easier. It maps pin 8 to the spindle and pin 9 to the controller fan.
10 years ago
Scott Lahteine
2d099a2c70
Fix missing backslash in macro
10 years ago
Scott Lahteine
c065da52ec
Spacing and spelling
10 years ago
Chris Roadfeldt
2966ae2022
Fix Z_PROBE_PING not declared, allows code to compile if Z_PROBE_ENDSTOP
is not used.
10 years ago
Chris Roadfeldt
8b81f20c61
Filling in more places where Z_PROBE_PIN and Z_PROBE_AND_ENDSTOP need to
be.
Added Sanity Check for it.
Added hook so it's enabled.
10 years ago
Chris Roadfeldt
9f3ff14008
Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
10 years ago
Scott Lahteine
ba871e46bf
Fix compiler warnings
- Patched up for most included configurations
10 years ago
Scott Lahteine
19d418cd6a
Fix up the code to eliminate warnings
10 years ago
alexborro
0ce3576685
New Feature: Z_DUAL_ENDSTOPS
Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z
steppers - Let's call them Z stepper and Z2 stepper.
That way the machine is capable to align the bed during home, since both
Z steppers are homed.
There is also an implementation of M666 (software endstops adjustment)
to this feature.
After Z homing, this adjustment is applied to just one of the steppers
in order to align the bed.
One just need to home the Z axis and measure the distance difference
between both Z axis and apply the math: Z adjust = Z - Z2.
If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it
is.. think about it) and the Z adjust would be positive.
Play a little bit with small adjustments (0.5mm) and check the
behaviour.
The M119 (endstops report) will start reporting the Z2 Endstop as well.
10 years ago
Scott Lahteine
b6d381f863
Divide up Conditionals to get LCD items early
10 years ago
Scott Lahteine
c37f7d15c9
- Rename WRITE_E_STEP for consistency
- Add BIT and TEST macros
- Add _APPLY_ macros to stepper.cpp to help with consolidation
- Consolidate code in stepper.cpp using macros
- Apply standards in stepper.cpp
- Use >= 0 instead of > -1 as a better semantic
- Replace DUAL_Y_CARRIAGE with Y_DUAL_STEPPER_DRIVERS
10 years ago
chrono
2e172f38bd
Added support for Felix 2.0/3.0 printers
10 years ago
Scott Lahteine
7891eacf21
Merge branch 'Development' into fixup_ramps_boards
- Also apply cleanup for #1514
10 years ago
domonoky
15b73386b5
Add pin definitions for the Boards BAM&DICE + BAM&DICE Due
10 years ago
Scott Lahteine
07639053fb
Add support for BQ Prusa i3 "Hephestos"
10 years ago
Victor Andueza
13118cde33
Add bq Witbox 3D printer
10 years ago
Scott Lahteine
2ce4a102ee
Add support for Megatronics 3 a la #1426
10 years ago
Scott Lahteine
ae4b348d77
Make sure _Ex_PINS is defined
Also fix analogInputToDigitalPin so it uses proper C hex notation
10 years ago
Scott Lahteine
80be6f3f91
tweak tweak
10 years ago
Scott Lahteine
ebe78cb36f
tweak
10 years ago
Scott Lahteine
8045e4d60d
Add support for 4th extruder
#1405 includes some changes to pins.h for a 4th extruder. This commit
applies those changes. It also deals with a possible problem with
SENSITIVE_PINS.
10 years ago
Scott Lahteine
b6ecbd8cc4
cleanup
10 years ago
Scott Lahteine
574a5ab72a
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
10 years ago
Scott Lahteine
b697bb260e
Make sure _Ex_PINS is defined
Also fix analogInputToDigitalPin so it uses proper C hex notation
10 years ago
Scott Lahteine
a231764523
tweak tweak
10 years ago
Scott Lahteine
acf4a12fc3
tweak
10 years ago
Scott Lahteine
89282ebaa6
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
10 years ago
Scott Lahteine
e5a7f34fa4
Add support for 4th extruder
#1405 includes some changes to pins.h for a 4th extruder. This commit
applies those changes. It also deals with a possible problem with
SENSITIVE_PINS.
10 years ago
Scott Lahteine
5347ac2766
cleanup
10 years ago
Scott Lahteine
86f1d1cfc3
Split up pins to make it more manageable
Hopefully this is helpful to organization and future expansion….
10 years ago
Scott Lahteine
a7b02975b7
No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD
Pins 2 and 3 are probably general-use pins, since the filament sensor
uses pin 2.
10 years ago
Scott Lahteine
6723388f7f
Proposed fix to #1379 . Printrboard I2C LCD support
10 years ago
MagoKimbra
986e723eeb
Add 4th extruder
10 years ago
Scott Lahteine
f16bdd2ff2
Borrow from Ultimaker to fix MAX6675 SPI conflict
Changes to temperature.cpp from Ultimaker fork, intended to address
#1226 and #1227
10 years ago
MagoKimbra
0ebf896070
Add 4th extruder
10 years ago
Scott Lahteine
e770489f27
Borrow from Ultimaker to fix MAX6675 SPI conflict
Changes to temperature.cpp from Ultimaker fork, intended to address
#1226 and #1227
10 years ago
Scott Lahteine
0218ad45a1
Proposed fix to #1379 . Printrboard I2C LCD support
10 years ago