Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PostProcessingPlugin.py #19845

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GregValiant
Copy link
Collaborator

Add post processor settings to the end of the gcode

Description

If any post processors are active - this change adds text section to the end of the Gcode section in the form:
M104 S0
;End of Gcode
;...Post Processor Settings (all settings)
;[ChangeAtZ]
; caz_enabled = True
; a_trigger = layer_no
; b_targetZ = 5.0
; b_targetL = 10
; c_behavior = keep_value
; caz_output_to_display = False
; e1_Change_speed = True
etcetera, etcetera
; caz_change_retractfeedrate = False
; caz_retractfeedrate = 40
; caz_change_retractlength = False
; caz_retractlength = 6
;SETTING_3 {"global_quality": "[general]\nversion = 4\nname = GV PLA 50\ndefi

Type of change

  • [ x] New feature (non-breaking change which adds functionality)
  • [ x] My code sucks.
  • [ x] I have read the Contribution guide
  • I have commented my code, particularly in hard-to-understand areas
  • [ x] I have uploaded any files required to test this change

Add post processor settings to the end of the gcode
@GregValiant GregValiant marked this pull request as draft November 1, 2024 14:42
@github-actions github-actions bot added the PR: Community Contribution 👑 Community Contribution PR's label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Community Contribution 👑 Community Contribution PR's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant