vibrations graphs documentation

This commit is contained in:
Félix Boisselier
2024-04-09 17:58:31 +02:00
parent 53bee00517
commit bde8577d0e
13 changed files with 62 additions and 26 deletions

View File

@@ -7,7 +7,6 @@
gcode:
{% set size = params.SIZE|default(100)|int %} # size of the circle where the angled lines are done
{% set z_height = params.Z_HEIGHT|default(20)|int %} # z height to put the toolhead before starting the movements
# {% set nb_angles = params.TESTED_ANGLES|default(45)|int %} # number of angles to test over 180deg (default is each 180/36 = 5deg)
{% set max_speed = params.MAX_SPEED|default(200)|float * 60 %} # maximum feedrate for the movements
{% set speed_increment = params.SPEED_INCREMENT|default(2)|float * 60 %} # feedrate increment between each move