Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz committed May 21, 2023
1 parent e72b449 commit bcfafb7
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/BigTreeTech SKR 1.3 - LGX Lite/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/BigTreeTech SKR 1.3 - Stock/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/BigTreeTech SKR 2.0 - LGX Lite/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/BigTreeTech SKR 2.0 - Stock/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/MKS Robin Nano 3.0-3.1 - LGX Lite/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions Configurations/MKS Robin Nano 3.0-3.1 - Stock/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ gcode:
# Calibration du PID Buse / Plateau
##################################################
[gcode_macro CALIBRATION_PID_BED_65]
[gcode_macro PID_BED]
description: PID Plateau
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -328,15 +328,15 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID du plateau en cours..."
RESPOND MSG="Calibration PID du plateau en cours..."
PID_CALIBRATE HEATER=heater_bed TARGET={params.TEMP|default(65)}
RESPOND MSG="Calibration PID du plateau terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
[gcode_macro CALIBRATION_PID_HOTEND_220]
[gcode_macro PID_HOTEND]
description: PID Hotend
gcode:
{% if printer.idle_timeout.state == "Printing" %}
Expand All @@ -345,11 +345,11 @@ gcode:
G28
M106
G1 Z50 F1500
RESPOND MSG="PID de la buse en cours..."
RESPOND MSG="Calibration PID de la buse en cours..."
PID_CALIBRATE HEATER=extruder TARGET={params.TEMP|default(220)}
RESPOND MSG="Calibration PID de la buse terminée !"
M107
G28
SAVE_CONFIG
{% endif %}
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ hide:
# Changelog

<ul>
</li>
<li><b>22/05/2023</b> :
<ul>
<li>Modification des fichiers macros.cfg pour prendre en charge le nouveau menu PID sur KlipperScreen.</li>
</ul>
</li>
</li>
<li><b>17/04/2023</b> :
<ul>
Expand Down

0 comments on commit bcfafb7

Please sign in to comment.