[GH-ISSUE #658] [Feature]: FarmLoop integration #432

Closed
opened 2026-05-06 12:29:25 +02:00 by BreizhHardware · 7 comments

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

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
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 - [x] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-06 12:29:25 +02:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@maziggy commented on GitHub (Mar 9, 2026):

Please explain your workflow and elaborate what exactly is required.

<!-- gh-comment-id:4024916271 --> @maziggy commented on GitHub (Mar 9, 2026): Please explain your workflow and elaborate what exactly is required.
Author
Owner

@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

<!-- gh-comment-id:4029819382 --> @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
Author
Owner

@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

<!-- gh-comment-id:4029824168 --> @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
Author
Owner

@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

<!-- gh-comment-id:4029856327 --> @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
Author
Owner

@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

<!-- gh-comment-id:4029858744 --> @Ktosnapewno999 commented on GitHub (Mar 10, 2026): THIS GCODE IS FOR STAGE 2 [Activation_Gcode_Snippet_A1.txt](https://github.com/user-attachments/files/25865219/Activation_Gcode_Snippet_A1.txt) [Activation_Gcode_Snippet_A1mini.txt](https://github.com/user-attachments/files/25865218/Activation_Gcode_Snippet_A1mini.txt) [End_Gcode_Snippet_PX.txt](https://github.com/user-attachments/files/25865234/End_Gcode_Snippet_PX.txt) [Start_Gcode_Snippet_PX.txt](https://github.com/user-attachments/files/25865235/Start_Gcode_Snippet_PX.txt)
Author
Owner

@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

<!-- gh-comment-id:4029874875 --> @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
Author
Owner

@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

<!-- gh-comment-id:4029975044 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#432
No description provided.