Ludy
74c47803f7
Add VORON printer (#12705 )
6 роки тому
Alain Martel
44ed34475b
Add MKS BASE 1.4 pins (#12770 )
6 роки тому
Msq001
f8c5d31864
Bugfix 2.0.x add motherboard pins define (#12689 )
- `pins_BIQU_B300_V1.0.h` defines pins for B300, as found in the BIQU Thunder 3D printer.
- `pins_BIQU_SKR_V1.1.h` defines pins for bigtree/BIQU SKR V1.1 motherboard.
6 роки тому
Ludy
f7127c44f8
Wanhao Duplicator i3 Plus pins create (#12701 )
6 роки тому
jmz52
33abb86b7e
Add support for MKS Robin board (#12650 )
Implement initial support for MKS Robin (STM32F103ZET6) board.
Custom build script is used to generate encrypted firmware compatible with original MSK Robin bootloader (i.e. safe firmware update from SD card and possibility to go back to original close-source firmware).
6 роки тому
InsanityAutomation
dec721c52b
Add Formbot Raptor2 and Raise3D pins (#12532 )
* Add Formbot Raptor2 board
* Add Raise3D Rumba board
6 роки тому
Scott Lahteine
6aae199572
Add missing boards to Makefile
6 роки тому
Ryan
052d102ded
UltiMachine Archim 1 support (#12404 )
6 роки тому
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 роки тому
InsanityAutomation
ad60f0691c
Add Creality3D RAMPS pins definitions (#12229 )
6 роки тому
Karl Andersson
4eb798dbdc
Add support for Arm'ed (STM32F4) board (#12147 )
6 роки тому
Scott Lahteine
43940d59ed
Fix trailing spaces
6 роки тому
Phr3d13
acac2adfc8
Add support for MeCreator2 (#12017 )
6 роки тому
Scott Lahteine
348004c34f
STM32F7 HAL using the official STM32 Arduino Core (#11750 )
6 роки тому
Mitch Roote
d016b572e3
[2.0.x] Add pin configuration for Fysetc F6 (#11932 )
6 роки тому
InsanityAutomation
cb9dc56630
Add GT2560 v3 support (#11914 )
6 роки тому
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 роки тому
Roxy-3D
9c8d9d282f
Break out support for Formbot T-Rex3 from previous versions
6 роки тому
Ilya Bukhonin
7ecb8b4af5
[2.0.x] Teensy 3.1 and 3.2 support (#11460 )
6 роки тому
Pablo Crespo
409a0632af
[2.0.x] Add Morpheus Board support (#11651 )
6 роки тому
Michael Triffon
f8c52c9c29
Azteeg X5 Mini WiFi support (#11601 )
6 роки тому
Scott Lahteine
ad12b9b46b
Fix indentation, whitespace, spelling, formbot pins...
6 роки тому
Roxy-3D
b0a8ce59bd
Update Boards.h to include Formbot support
6 роки тому
Greg Nutt
a1a5367380
Smoothieboard V1.0/1.1 and A5984 support
6 роки тому
Scott Lahteine
9bae413901
Add Bigtreetech/BIQU KFB 2.0 board (#11446 )
6 роки тому
Lee Olivares
094e6d81a5
Add Einstart-S support (#11219 )
Indeed the HAL does not need to be mucked around with to expose ATmega2560 pins not available as numbers on the MEGA board, I'll need to update the wiki with that tidbit and a reference to the pin-mapping comment in `fastio_1280.h`.
6 роки тому
Bo Herrmannsen
67b205fd45
Add support for board RuRAMPS4D v1.3 (#11363 )
6 роки тому
Simon Jouet
e2aeda61ed
HAL for Espressif ESP32 Wifi
7 роки тому
Scott Lahteine
b9418439b9
Prevent MB false-positive on bad board name
7 роки тому
Axel
ae322e0c54
[2.0.x] Add GTM32 Pro VB support (#10898 )
7 роки тому
Axel
bbd09a99f1
32 bit boards classification cleanup (#10818 )
- Ordering and match classification between `boards.h` and `pins.h`
- Check `pins.h` environments
7 роки тому
Axel
d98bc71af7
Boards classification arrangement (#10814 )
STM32 ARM Cortex-M3 boards were listed as M4
7 роки тому
Scott Lahteine
11ef432476
Match Makefile to boards.h
7 роки тому
Scott Lahteine
2be5fe5ddf
Split TRIGORILLA into 1.3 and 1.4
7 роки тому
Scott Lahteine
80e29492c6
TRIGORILLA => TRIGORILLA_13
7 роки тому
Scott Lahteine
4f184ba5da
[2.0.x] Add BOARD_MKS_BASE_15 with digital micro-stepping (#10454 )
* Add BOARD_MKS_BASE_15 with digital micro-stepping
* Rename MKS_13 to MKS_GEN_13
7 роки тому
Karl Andersson
428c54f2ad
[2.0.x] HAL for STM32F4 (#10434 )
7 роки тому
Marcio Teixeira
9356cf648f
Added support for Einsy Retro
http://reprap.org/wiki/EinsyRetro
7 роки тому
Scott Lahteine
4a23069de9
Fix Ender 4 / CR-8 compilation
- Assign 243 (like EFB) as Ender-4/CR-8 board ID
- Add to `Makefile`
- Add to `pins.h`
7 роки тому
Scott Lahteine
6d7f4f84e2
Add board MKS_BASE_HEROIC (#9926 )
Followup to #9008
- Don't define micro-stepping pins for boards that lack them.
- Allow setting of 128 microsteps with `M350`.
7 роки тому
Scott Lahteine
c471389afb
Add Einsy Rambo pins (#9850 )
7 роки тому
Scott Lahteine
bab0e975c8
The ENDER can use BOARD_MELZI_CREALITY (#9692 )
7 роки тому
Scott Lahteine
d741bcf8a9
Tweak boards spacing
7 роки тому
Scott Lahteine
4aff6c1c32
Tronxy X5S pins and configuration
7 роки тому
Scott Lahteine
c0dd9ef9f2
Support for AnyCubic TriGorilla board (#9551 )
7 роки тому
Thomas Moore
93af0365e8
[2.0.x] Add support for Cohesion3D ReMix and Mini (#9512 )
* Add support for Cohesion3D ReMix and Mini
* Two separate pins files for pedantic reasons
7 роки тому
Alexey Shvetsov
da3a0d619c
Add Selena Compact board (#9407 )
5-axis, high performance, powerful board with Smoothieware opensource firmware. Designed for 3D printer, Laser cutter or CNC mill. Five changed independent drivers on board. Two extruders 3d printer support.
7 роки тому
Scott Lahteine
f887719a40
Creality Ender board support
7 роки тому
Morten
a0246c5c96
Add support for STM32F7 MCU
7 роки тому
Scott Lahteine
344ebc3bd2
Create and use pins_MELZI_MALYAN.h for Malyan M150
7 роки тому