Got pause, resume and cancel gcode into the settings and working in printer communication.
This commit is contained in:
parent
24129ae8be
commit
7f8300bafc
17 changed files with 597 additions and 995 deletions
|
|
@ -9,6 +9,7 @@ bridge_flow_ratio = 1
|
|||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 0
|
||||
cancel_gcode =
|
||||
complete_objects = 0
|
||||
cool_extruder_lift = 0
|
||||
cooling = 1
|
||||
|
|
@ -61,6 +62,7 @@ only_retract_when_crossing_perimeters = 1
|
|||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base].gcode
|
||||
overhangs = 1
|
||||
pause_gcode =
|
||||
perimeter_acceleration = 0
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_width = 0
|
||||
|
|
@ -71,6 +73,7 @@ print_center = 100,100
|
|||
raft_layers = 0
|
||||
randomize_start = 0
|
||||
resolution = 0
|
||||
resume_gcode =
|
||||
retract_before_travel = 2
|
||||
retract_layer_change = 1
|
||||
retract_length = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue