# Wait Temperature issue

**URL:** <https://klipper.discourse.group/t/wait-temperature-issue/19002>\
**Category:** General Discussion\
**Created:** [September 24, 2024, 12:02pm UTC](https://klipper.discourse.group/t/wait-temperature-issue/19002 "2024-09-24T12:02:01Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Nesquirt](https://yyz2.discourse-cdn.com/free1/user_avatar/klipper.discourse.group/nesquirt/32/14634_2.png) [@Nesquirt](https://klipper.discourse.group/u/Nesquirt)\
**Post date:** [September 24, 2024, 12:02pm UTC](https://klipper.discourse.group/t/wait-temperature-issue/19002/1 "2024-09-24T12:02:01Z")

</div>

Hi there,  
i want to set and wait temperature, but i’m having issue, i set correctly but i’m having unable to parse error.

this is my start gcode

```auto
[gcode_macro START_PRINT_ADAPTIVE]
gcode:
  SET_HEATER_TEMPERATURE HEATER=heater_bed TARGET={first_layer_bed_temperature};
  TEMPERATURE_WAIT SENSOR=heater_bed MINIMUM={first_layer_bed_temperature};
	G90 ; Set all axes to absolute
	M82; set extruder to absolute
	G21; Set all in mm
	G28 ;Home
	BED_MESH_CALIBRATE ADAPTIVE=1;
  G28;
  SET_HEATER_TEMPERATURE HEATER=extruder TARGET={first_layer_temperature}
  TEMPERATURE_WAIT SENSOR=extruder MINIMUM={first_layer_temperature}
	G1 X0 Y0 F3000;
	G1 X-3.50 Y20 Z0.3 F2000.0 ; Move to start position
	G1 X-3.50 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line
	G1 X-1.50 Y100.0 Z0.3 F2000.0 ; Move to side a little
	G1 X-1.50 Y20 Z0.3 F1500.0 E30 ; Draw the second line
	G92 E0;

```

i’m using superslicer to slice model and first\_layer\_temperature is on the gcode.

---

<div class="post-metadata">

**Author:** ![EddyMI3D](https://yyz2.discourse-cdn.com/free1/user_avatar/klipper.discourse.group/eddymi3d/32/1981_2.png) [@EddyMI3D](https://klipper.discourse.group/u/EddyMI3D)\
**Post date:** [September 24, 2024, 12:16pm UTC](https://klipper.discourse.group/t/wait-temperature-issue/19002/2 "2024-09-24T12:16:03Z")

</div>

Hello @Nesquirt !

You read this before you deleted it?

![grafik](https://global.discourse-cdn.com/free1/uploads/klipper/original/2X/0/00414b17114e15d5de95875808dbad8c955d86d8.png)

Please do again in the correct sub-forum ( **General Discussion** )

---

<div class="post-metadata">

**Author:** ![EddyMI3D](https://yyz2.discourse-cdn.com/free1/user_avatar/klipper.discourse.group/eddymi3d/32/1981_2.png) [@EddyMI3D](https://klipper.discourse.group/u/EddyMI3D)\
**Post date:** [September 24, 2024, 12:16pm UTC](https://klipper.discourse.group/t/wait-temperature-issue/19002/3 "2024-09-24T12:16:06Z")

</div>


