Added pause/runout/m600 to faq. Reduced speed in print_start.

This commit is contained in:
Bassam Husain
2023-04-07 19:44:30 -04:00
parent 9e68610908
commit 6dc119cf99
2 changed files with 30 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ gcode:
# Set safe speeds
{% set maxVelocity = printer.configfile.settings.printer.max_velocity|default(200)|int %}
{% set maxVelocityAdjusted = (0.95 * maxVelocity * 60)|int %}
{% set maxVelocityAdjusted = (0.90 * maxVelocity * 60)|int %}
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1