Skip to content

Commit

Permalink
🐻 Prusa AIO bugfix-2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Oct 29, 2024
1 parent 163ca27 commit 8725f93
Show file tree
Hide file tree
Showing 29 changed files with 2,834 additions and 449 deletions.
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: [thinkyhead]
patreon: thinkyhead
custom: ["https://www.thinkyhead.com/donate-to-marlin"]
github: [thisiskeithb]
ko_fi: thisiskeithb
custom: ["https://www.paypal.me/thisiskeithb"]
46 changes: 46 additions & 0 deletions .github/workflows/test-prusa-aio-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#
# test-prusa-aio-build.yml
# Basic test build to catch Prusa AIO compile errors
#

name: Prusa AIO CI

on:
pull_request:
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
push:
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'

jobs:
test_builds:
name: Test Build
if: github.repository == 'thisiskeithb/PrusaAIO'

runs-on: ubuntu-22.04

steps:
- name: Check out PrusaAIO
uses: actions/checkout@v4

- name: Select Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.9'
architecture: 'x64'

- name: Install PlatformIO
run: |
pip install -U platformio
pio upgrade --dev
pio pkg update --global
- name: Build Marlin
run: pio run
329 changes: 186 additions & 143 deletions Marlin/Configuration.h

Large diffs are not rendered by default.

403 changes: 248 additions & 155 deletions Marlin/Configuration_adv.h

Large diffs are not rendered by default.

Loading

0 comments on commit 8725f93

Please sign in to comment.