Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
9a7768b
添加ABS-GF
FusRock Apr 15, 2025
dfccd76
Update FusRock ABS-GF @base.json
FusRock Apr 15, 2025
af42e36
test
FusRock Apr 15, 2025
a5caf42
Merge branch 'bambulab:master' into master
FusRock Apr 15, 2025
ad9fbf5
add fusrock ABS-GF
FusRock Apr 15, 2025
05597ad
Merge branch 'master' of https://github.com/FusRock/BambuStudio-FR-Ve…
FusRock Apr 15, 2025
97d917b
Add fix ABS-GF
FusRock Apr 15, 2025
1b4c755
add build mac workflows
FusRock Apr 15, 2025
b958957
删除错误的ABS配置文件
FusRock Apr 16, 2025
8bb5205
Merge branch 'bambulab:master' into master
FusRock Apr 16, 2025
be91dfd
Arrange in alphabetical order (no case)
FusRock Apr 16, 2025
2817117
Update the version number
FusRock Apr 16, 2025
dcd6a35
修复ABS-GF的配置
FusRock Apr 16, 2025
0683367
修正filament_id
FusRock Apr 16, 2025
5474f4a
修改ABS-GF filament_id
FusRock Apr 16, 2025
ff1078a
修复abs-gf配置
FusRock Apr 16, 2025
61b67be
Merge branch 'bambulab:master' into master
FusRock Apr 17, 2025
7d93c1c
fix abs-gf agian
FusRock Apr 18, 2025
3e49378
fix abs-gf
FusRock Apr 18, 2025
ec29105
fix abs-gf
FusRock Apr 19, 2025
5f64644
fix abs-gf
FusRock Apr 19, 2025
6017cf1
fix abs-gf
FusRock Apr 20, 2025
bca09e0
fix abs-gf
FusRock Apr 20, 2025
fb1327a
fix abs-gf
FusRock Apr 20, 2025
02f3c39
fix abs-gf
FusRock Apr 20, 2025
d16ea26
Update FusRock ABS-GF @base.json
FusRock Apr 20, 2025
801d3cc
Update FusRock ABS-GF @base.json
FusRock Apr 20, 2025
42e235f
Update FusRock ABS-GF @BBL A1.json
FusRock Apr 20, 2025
5a345c9
fix fusrock abs-gf
FusRock Apr 21, 2025
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
53 changes: 53 additions & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Build Mac

on:
push:
branches:
- main
paths:
- 'deps/**'
- 'src/**'
- '**/CMakeLists.txt'
- 'version.inc'
- 'bbl/**'
- 'resources/**'
- ".github/workflows/build_*.yml"

pull_request:
branches:
- master
paths:
- 'deps/**'
- 'src/**'
- '**/CMakeLists.txt'
- 'version.inc'
- ".github/workflows/build_*.yml"
- 'BuildLinux.sh'
- 'build_win.bat'

workflow_dispatch: # manual dispatch
inputs:
build-deps-only:
description: 'Only build dependencies (bypasses caching)'
type: boolean
default: false

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build_all:
name: Build Mac
strategy:
fail-fast: false
matrix:
include:
- os: macos-13
arch: x86_64
uses: ./.github/workflows/build_check_cache.yml
with:
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
build-deps-only: ${{ inputs.build-deps-only || false }}
secrets: inherit
22 changes: 21 additions & 1 deletion resources/profiles/BBL.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "02.00.00.83",
"version": "02.00.00.84",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
Expand Down Expand Up @@ -1165,6 +1165,26 @@
"name": "Fiberon PA6-CF @base",
"sub_path": "filament/Fiberon PA6-CF @base.json"
},
{
"name": "FusRock ABS-GF @base",
"sub_path": "filament/FusRock/FusRock ABS-GF @base.json"
},
{
"name": "FusRock ABS-GF @BBL P1P",
"sub_path": "filament/FusRock/FusRock ABS-GF @BBL P1P.json"
},
{
"name": "FusRock ABS-GF @BBL H2D",
"sub_path": "filament/FusRock/FusRock ABS-GF @BBL H2D.json"
},
{
"name": "FusRock ABS-GF @BBL A1",
"sub_path": "filament/FusRock/FusRock ABS-GF @BBL A1.json"
},
{
"name": "FusRock ABS-GF @BBL X1C",
"sub_path": "filament/FusRock/FusRock ABS-GF @BBL X1C.json"
},
{
"name": "Fiberon PA6-GF @base",
"sub_path": "filament/Fiberon PA6-GF @base.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "filament",
"name": "FusRock ABS-GF @BBL A1",
"inherits": "FusRock ABS-GF @base",
"from": "system",
"setting_id": "GFSR00_01",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle",
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}
106 changes: 106 additions & 0 deletions resources/profiles/BBL/filament/FusRock/FusRock ABS-GF @BBL H2D.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"type": "filament",
"name": "FusRock ABS-GF @BBL H2D",
"inherits": "FusRock ABS-GF @base",
"from": "system",
"setting_id": "GFSR00_03",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"filament_deretraction_speed": [
"nil",
"nil"
],
"filament_flow_ratio": [
"0.92",
"0.92"
],
"filament_long_retractions_when_cut": [
"nil",
"nil"
],
"filament_max_volumetric_speed": [
"18",
"18"
],
"filament_retract_before_wipe": [
"nil",
"nil"
],
"filament_retract_restart_extra": [
"nil",
"nil"
],
"filament_retract_when_changing_layer": [
"nil",
"nil"
],
"filament_retraction_distances_when_cut": [
"nil",
"nil"
],
"filament_retraction_length": [
"nil",
"nil"
],
"filament_retraction_minimum_travel": [
"nil",
"nil"
],
"filament_retraction_speed": [
"nil",
"nil"
],
"filament_wipe": [
"nil",
"nil"
],
"filament_wipe_distance": [
"nil",
"nil"
],
"filament_z_hop": [
"nil",
"nil"
],
"filament_z_hop_types": [
"nil",
"nil"
],
"filament_extruder_variant": [
"Direct Drive Standard",
"Direct Drive High Flow"
],
"filament_ramming_volumetric_speed": [
"-1",
"-1"
],
"filament_pre_cooling_temperature": [
"0",
"0"
],
"filament_ramming_travel_time": [
"0",
"0"
],
"nozzle_temperature": [
"270",
"270"
],
"nozzle_temperature_initial_layer": [
"260",
"260"
],
"compatible_printers": [
"Bambu Lab H2D 0.4 nozzle",
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab H2D 0.8 nozzle"
],
"filament_start_gcode": [
"; filament start gcode\nM145 P1 ; set airduct mode to heating mode\n"
],
"filament_end_gcode": [
"; filament end gcode \n"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "filament",
"name": "FusRock ABS-GF @BBL P1P",
"inherits": "FusRock ABS-GF @base",
"from": "system",
"setting_id": "GFSR00_04",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.4 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"type": "filament",
"name": "FusRock ABS-GF @BBL X1C",
"inherits": "FusRock ABS-GF @base",
"from": "system",
"setting_id": "GFSR00_05",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}
Loading
Loading