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

Print Start/End Macro? #2

Open
hreality opened this issue Aug 5, 2024 · 1 comment
Open

Print Start/End Macro? #2

hreality opened this issue Aug 5, 2024 · 1 comment

Comments

@hreality
Copy link

hreality commented Aug 5, 2024

Could you share the applicable start/end macros please

@zzcatvs
Copy link

zzcatvs commented Aug 16, 2024

OrcaSlicer

Start Gcode:
G21
G90
M82
G28 ; home all axes
M140 S[first_layer_bed_temperature]
M104 S[first_layer_temperature] T0
G1 F3000 Z1
G1 X-78 Y0 Z0.4
M107 T0
M109 S[first_layer_temperature] T0
M190 S[first_layer_bed_temperature]
G92 E0
G3 X0 Y-78 I78 Z0.3 E30 F2000
G92 E0

End Gcode:
M107
M104 S0
M140 S0
G92 E1
G1 E-1 F300
G28 X0 Y0
M18 S180 ;disable motors after 180s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants