Start and End Gcode - Guilouz/Klipper-Flsun-Speeder-Pad GitHub Wiki

Change your Start and End Gcode in your Slicer settings like this:

  • For Cura:

    • Start Gcode:
      ;Nozzle diameter = {machine_nozzle_size}
      ;Filament type = {material_type}
      ;Filament name = {material_brand} {material_name}
      ;Filament weight = {filament_weight}
      ;M109 S{material_print_temperature}
      ;M190 S{material_bed_temperature}
      
      START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0}
      
    • End Gcode:
      END_PRINT
      
  • For PrusaSlicer / SuperSlicer:

    • Start Gcode:
      M140 S0
      M104 S0
      START_PRINT BED_TEMP=[first_layer_bed_temperature] EXTRUDER_TEMP=[first_layer_temperature]
      
    • End Gcode:
      END_PRINT
      
  • For LycheeSlicer:

    • Start Gcode:
      START_PRINT BED_TEMP={bed_temp} EXTRUDER_TEMP={temp}
      
    • End Gcode:
      END_PRINT
      
  • For Simplify3D:

    • Start Gcode:
      START_PRINT BED_TEMP=[platform0_temperature] EXTRUDER_TEMP=[extruder0_temperature]
      
    • End Gcode:
      END_PRINT
      
  • For OrcaSlicer:

    • Start Gcode:
      M140 S0
      M104 S0
      START_PRINT BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]
      ; generated by SuperSlicer 1.5.0 on 2023-04-21 at 13:13:47
      
    • End Gcode:
      END_PRINT