prn_macro.cfg 1.2 KB

12345678910111213141516171819202122
  1. # G1 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>] [F<speed>]
  2. # M106 # Fan On
  3. # M107 # Fan Off
  4. # M117 <message>
  5. # M112 # Emergency stop
  6. # M114 # Get current position
  7. # M115 # Get firmware version
  8. # M300 # Play beep sound
  9. # M400 # Wait for current moves to finish
  10. # M900 # Set Linear Advance Scaling Factors
  11. # SET_DUAL_CARRIAGE CARRIAGE=[0|1]
  12. # SET_GCODE_OFFSET [X=<value>] [Y=<value>] [Z=<value>]
  13. ################################################################################
  14. ################################################################################
  15. #[gcode_macro M92]
  16. #description: Set axis_steps_per_unit
  17. #gcode:
  18. # {% set extruder_steps = params.E|default(0.0025)|float %}
  19. # SET_EXTRUDER_STEP_DISTANCE DISTANCE={ extruder_steps } # "SET_EXTRUDER_STEP_DISTANCE" depricated and removed; replace with "SET_EXTRUDER_ROTATION_DISTANCE"