Skip to content

Commit

Permalink
MACRO: removed unneeded WIPE_ACCEL parameter in VAOC start print call
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Oct 30, 2024
1 parent 606e062 commit 69f1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/idex/vaoc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ gcode:
{% endif %}

# run complete start print procedure
START_PRINT EXTRUDER_TEMP={t0_temp},{t1_temp} EXTRUDER_OTHER_LAYER_TEMP={t0_temp},{t1_temp} BED_TEMP={bed_temp} CHAMBER_TEMP={chamber_temp} INITIAL_TOOL=0 TOTAL_LAYER_COUNT=1 X0={(printable_x_max / 2 - 10)} Y0={(printable_y_max / 2 - 10)} X1={(printable_x_max / 2 + 10)} Y1={(printable_y_max / 2 + 10)} TOTAL_TOOLSHIFTS=1 FIRST_X={printable_x_max / 2} FIRST_Y={printable_y_max / 2} MIN_X={(printable_x_max / 2 - 10)} MAX_X={(printable_x_max / 2 + 10)} USED_TOOLS=0,1 WIPE_ACCEL=15000
START_PRINT EXTRUDER_TEMP={t0_temp},{t1_temp} EXTRUDER_OTHER_LAYER_TEMP={t0_temp},{t1_temp} BED_TEMP={bed_temp} CHAMBER_TEMP={chamber_temp} INITIAL_TOOL=0 TOTAL_LAYER_COUNT=1 X0={(printable_x_max / 2 - 10)} Y0={(printable_y_max / 2 - 10)} X1={(printable_x_max / 2 + 10)} Y1={(printable_y_max / 2 + 10)} TOTAL_TOOLSHIFTS=1 FIRST_X={printable_x_max / 2} FIRST_Y={printable_y_max / 2} MIN_X={(printable_x_max / 2 - 10)} MAX_X={(printable_x_max / 2 + 10)} USED_TOOLS=0,1

# set is_printing_gcode state
SET_GCODE_VARIABLE MACRO=START_PRINT VARIABLE=is_printing_gcode VALUE=False
Expand Down

0 comments on commit 69f1d9c

Please sign in to comment.