sammcj / ender-configs

Ender Printer Configuration, Scripts and Notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finish this off

github-actions opened this issue · comments

[gcode_macro FIRST_LAYERS_ACCELERATION]
adjusted_layers = 2
adjusted_percent = 75
gcode:

Get the current VELOCITY_LIMIT and ACCEL

GET_VELOCITY_LIMIT:
GET_PARAMETER VELOCITY_LIMIT current_velocity
GET_ACCEL:
GET_PARAMETER ACCEL current_acceleration

Line: 17

###
# ### First Layers Max Acceleration Macros ###
# TODO: finish this off
# [gcode_macro FIRST_LAYERS_ACCELERATION]
# adjusted_layers = 2
# adjusted_percent = 75
# gcode:
# # Get the current VELOCITY_LIMIT and ACCEL
# GET_VELOCITY_LIMIT:
# GET_PARAMETER VELOCITY_LIMIT current_velocity