mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #658] [Feature]: FarmLoop integration #432
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#432
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ktosnapewno999 on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/658
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
integration with FarmLoop by 3d farmers https://3d-farmers.com/
Proposed Solution
integration with FarmLoop by 3d farmers https://3d-farmers.com/
Alternatives Considered
No response
Feature Category
Print Queue & Scheduling
Priority
Critical for my use case
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 9, 2026):
Please explain your workflow and elaborate what exactly is required.
@Ktosnapewno999 commented on GitHub (Mar 10, 2026):
I have a print farm like 12 bambu lab printers 10 A1 combos and 2 X1 carbons to be exact
@Ktosnapewno999 commented on GitHub (Mar 10, 2026):
to make it work you will need option to auto clear bed with their gcode and auto start next print from queue
@Ktosnapewno999 commented on GitHub (Mar 10, 2026):
farmloop has 3 stages: stage 1 fully passive stage 1 with fan update where printer also moves to top where it clicks Limit Switch and fan activate to faster cool down bed and stage two where it also moves to top and clicks Limit Switch but it use fan and Linear Actuator wich actively bends the plate
@Ktosnapewno999 commented on GitHub (Mar 10, 2026):
THIS GCODE IS FOR STAGE 2
Activation_Gcode_Snippet_A1.txt
Activation_Gcode_Snippet_A1mini.txt
End_Gcode_Snippet_PX.txt
Start_Gcode_Snippet_PX.txt
@Ktosnapewno999 commented on GitHub (Mar 10, 2026):
and here is gcode for activating fan on stage 1 with fan upgrade
Gcode Snippet A1 mini
G1 Y185 Z185 F6000 ; move to maximum Z height
M400 ; wait for move to complete
Gcode Snippet A1
G1 Y0 Z256 F6000 ; move to maximum Z height
M400 ; wait for move to complete
@maziggy commented on GitHub (Mar 10, 2026):
Since it's only injecting custom GCODE, we already have a PR for it.
https://github.com/maziggy/bambuddy/issues/422