Skip to content

Commit

Permalink
fixed missing adaptive primeline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x authored Feb 28, 2024
1 parent eeb4916 commit 658e024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/base/start_print.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ variable_material: "XXX"
variable_fl_size: "0_0_0_0"
variable_bed_mesh_profile: ""
variable_total_layer: 0
variable_adaptive_primeline: 1
gcode:
# Get all the parameters passed from the slicer
{% set BED_TEMP = params.BED_TEMP|default(printer["gcode_macro _USER_VARIABLES"].print_default_bed_temp)|float %} # Bed temperature
Expand Down

0 comments on commit 658e024

Please sign in to comment.