We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you share the applicable start/end macros please
The text was updated successfully, but these errors were encountered:
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
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
End Gcode: M107 M104 S0 M140 S0 G92 E1 G1 E-1 F300 G28 X0 Y0 M18 S180 ;disable motors after 180s
M107
M104 S0
M140 S0
G92 E1
G1 E-1 F300
G28 X0 Y0
M18 S180 ;disable motors after 180s
Sorry, something went wrong.
No branches or pull requests
Could you share the applicable start/end macros please
The text was updated successfully, but these errors were encountered: