Existing command 'PAUSE' not found in gcode_macro rename
Hi i just set up my custom Printer with ratos and get this issue everytime and don´t really know what´s the exact problem
2 Replies
did you get this figured out as i'm having this issue
if not paste this into your config
WARNING. DO NOT EDIT THIS FILE.
To override settings from this file, you can copy and paste the relevant
sections into your printer.cfg and change it there.
[idle_timeout]
gcode:
{% if printer.webhooks.state|lower == 'ready' %}
{% if printer.pause_resume.is_paused|lower == 'false' %}
M117 Idle timeout reached
TURN_OFF_HEATERS
M84
{% endif %}
{% endif %}
2 hour timeout
timeout: 7200
[temperature_sensor raspberry_pi]
sensor_type: temperature_host
[skew_correction]
[input_shaper]
[virtual_sdcard]
path: ~/printer_data/gcodes
[display_status]
[pause_resume]
[force_move]
enable_force_move: True
[respond]
Instead of this just do
[include RatOS/printers/base.cfg]
(it's now fixed: https://github.com/Rat-OS/RatOS-configuration/commit/008ed740b25f790542c5e063f9bc8d00ddc49d59)
@scharti2907 👆