Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 572 Bytes

slicer_putting_heating_g-codes_wrong_order.md

File metadata and controls

7 lines (7 loc) · 572 Bytes

⬅️ Back to Table of Contents

Slicer is Putting Heating G-codes in the Wrong Place/Order

You have two options:

  • Pass variables to PRINT_START (allows the most control, but is more complex)
    • See the "Passing Variables to PRINT_START" article 📄here.
  • Force g-code ordering (only allows changing the g-code order, but is easy to set up)
    • See the "Controlling G-code Order Without Passing Variables" article 📄here.