Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
84bd8d2
pins: Add unnecessary pins defenitions for stock Voxelab Aquila board
wlkmanist Apr 21, 2024
35aee95
pins: Add schematics for some ports for Voxelab Aquila pins header
wlkmanist Apr 21, 2024
277a2c2
Update pins_VOXELAB_AQUILA.h
classicrocker883 May 6, 2024
81ec1c0
Update - check-pr.yml
classicrocker883 Jan 2, 2025
33b4eba
Merge branch '2024-December' into pin_comments
classicrocker883 Jan 2, 2025
ed369fa
Merge branch '2025-April' into pin_comments
classicrocker883 Apr 27, 2025
ce2684a
Merge branch '2025-June' into pin_comments
classicrocker883 Jul 8, 2025
b1b0dac
Merge branch '2025-August' into pin_comments
classicrocker883 Aug 29, 2025
fccc1a5
Update check-pr.yml 2025
classicrocker883 Aug 31, 2025
db26231
Merge branch '2025-September' into pin_comments
classicrocker883 Sep 14, 2025
fe82276
update pioutil.py unwarm
classicrocker883 Sep 24, 2025
3adaf3a
Merge branch '2025-September' into pin_comments
classicrocker883 Oct 7, 2025
347f99d
Merge branch '2025-October' into pin_comments
classicrocker883 Oct 8, 2025
29b2a25
Merge branch '2025-October' into pin_comments
classicrocker883 Oct 8, 2025
6c81539
Merge branch '2025-October' into pin_comments
classicrocker883 Oct 9, 2025
d593144
Merge branch '2025-December' into pin_comments
classicrocker883 Dec 15, 2025
e1b2bc4
Merge branch '2025-December' into pin_comments
classicrocker883 Dec 24, 2025
1019e1e
Merge branch '2025-December' into pin_comments
classicrocker883 Dec 29, 2025
d7ebf71
Merge branch '2025-December' into pin_comments
classicrocker883 Jan 17, 2026
6fa64de
Merge branch '2026-January' into pin_comments
classicrocker883 Jan 17, 2026
0bb197a
Merge branch '2026-January' into pin_comments
classicrocker883 Jan 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Bad PR Target
on:
pull_request_target:
types: [opened]
branches:
- 2025-*

jobs:
bad_target:
Expand Down
36 changes: 34 additions & 2 deletions Marlin/src/pins/gd32f1/pins_VOXELAB_AQUILA.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,43 @@
* Uses CREALITY V4 (STM32F103RE / STM32F103RC) board pin assignments
*/

#define BOARD_INFO_NAME "Aquila v1.0.1"
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "Aquila v1.0.1"
#endif
#ifndef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME "Aquila"
#endif

#define NO_MAPLE_WARNING // Disable warning when compiling with Maple env
#define NO_MAPLE_WARNING // Disable warning when compiling with Maple env

//
// Power Loss Detection
//
//#ifndef POWER_LOSS_PIN
// #define POWER_LOSS_PIN PA15 // PWRDET
//#endif

//#define LED PA3

/**
* RET6 12864 LCD (Board) DWIN LCD Display
* ------ ------
* PC6 | 1 2 | PB2 NC | 1 2 | NC
* PB10 | 3 4 | PB11 B | 3 4 | A
* PB14 5 6 | PB13 EN 5 6 | BEEP
* PB12 | 7 8 | PB15 RX | 7 8 | TX
* GND | 9 10 | +5V GND | 9 10 | VCC (+5V)
* ------ ------
*
*
* BL-Touch Debug port
* ----- -----
* | 1 | PB1 | 1 | VCC
* 2 | GND | 2 | PA13
* | 3 | PB0 | 3 | PA14
* 4 | +5V | 4 | GND
* | 5 | GND -----
* -----
*/

#include "../stm32f1/pins_CREALITY_V4.h"