Created
June 29, 2023 01:09
-
-
Save kdb424/cd9bd3bb45a1e62aedb753cbaca32854 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===== Config file ===== | |
[mcu] | |
serial = /dev/serial/by-id/usb-Klipper_stm32g0b1xx_4700270009504B4633373520-if00 | |
restart_method = command | |
[printer] | |
kinematics = corexy | |
max_velocity = 500 | |
max_accel = 5000 | |
max_z_velocity = 15 | |
max_z_accel = 350 | |
square_corner_velocity = 8 | |
[firmware_retraction] | |
retract_length = 0.4 | |
retract_speed = 50 | |
unretract_speed = 50 | |
[stepper_x] | |
step_pin = PC9 | |
dir_pin = PC8 | |
enable_pin = !PD1 | |
endstop_pin = tmc2209_stepper_x:virtual_endstop | |
rotation_distance = 32 | |
microsteps = 32 | |
full_steps_per_rotation = 200 | |
position_min = 0 | |
position_endstop = 0 | |
position_max = 172 | |
homing_positive_dir = false | |
homing_speed = 50 | |
homing_retract_dist = 0 | |
[tmc2209 stepper_x] | |
uart_pin = PD0 | |
interpolate = false | |
run_current = 0.8 | |
diag_pin = ^PC1 | |
driver_sgthrs = 110 | |
[stepper_y] | |
step_pin = PA10 | |
dir_pin = PA14 | |
enable_pin = !PA15 | |
endstop_pin = tmc2209_stepper_y:virtual_endstop | |
rotation_distance = 32 | |
microsteps = 32 | |
full_steps_per_rotation = 200 | |
position_min = 0 | |
position_endstop = 188 | |
position_max = 188 | |
homing_positive_dir = true | |
homing_speed = 50 | |
homing_retract_dist = 0 | |
[tmc2209 stepper_y] | |
uart_pin = PF8 | |
interpolate = false | |
run_current = 0.8 | |
diag_pin = ^PC2 | |
driver_sgthrs = 125 | |
[stepper_z] | |
step_pin = PE2 | |
dir_pin = PB4 | |
enable_pin = !PC11 | |
rotation_distance = 32 | |
gear_ratio = 60:16 | |
microsteps = 32 | |
endstop_pin = PC13 | |
position_endstop = 0.625 | |
position_max = 165 | |
position_min = -5 | |
homing_speed = 8 | |
second_homing_speed = 3 | |
homing_retract_dist = 3 | |
[tmc2209 stepper_z] | |
uart_pin = PC10 | |
interpolate = false | |
run_current = 0.6 | |
stealthchop_threshold = 999999 | |
[stepper_z1] | |
step_pin = PF12 | |
dir_pin = !PF11 | |
enable_pin = !PB3 | |
rotation_distance = 32 | |
gear_ratio = 60:16 | |
microsteps = 32 | |
[tmc2209 stepper_z1] | |
uart_pin = PF13 | |
interpolate = false | |
run_current = 0.6 | |
stealthchop_threshold = 999999 | |
[stepper_z2] | |
step_pin = PD7 | |
dir_pin = PD6 | |
enable_pin = !PF10 | |
rotation_distance = 32 | |
gear_ratio = 60:16 | |
microsteps = 32 | |
[tmc2209 stepper_z2] | |
uart_pin = PF9 | |
interpolate = false | |
run_current = 0.6 | |
sense_resistor = 0.110 | |
stealthchop_threshold = 999999 | |
[stepper_z3] | |
step_pin = PD3 | |
dir_pin = !PD2 | |
enable_pin = !PD5 | |
rotation_distance = 32 | |
gear_ratio = 60:16 | |
microsteps = 32 | |
[tmc2209 stepper_z3] | |
uart_pin = PD4 | |
interpolate = false | |
run_current = 0.6 | |
sense_resistor = 0.110 | |
stealthchop_threshold = 999999 | |
[extruder] | |
step_pin = PD11 | |
dir_pin = PD9 | |
enable_pin = !PD15 | |
rotation_distance = 22.6789511 | |
gear_ratio = 50:10 | |
microsteps = 32 | |
full_steps_per_rotation = 200 | |
nozzle_diameter = 0.400 | |
filament_diameter = 1.75 | |
heater_pin = PE3 | |
sensor_type = PT1000 | |
pullup_resistor = 2200 | |
sensor_pin = PA1 | |
min_temp = 10 | |
max_temp = 350 | |
max_power = 1.0 | |
min_extrude_temp = 170 | |
max_extrude_only_distance = 100.0 | |
pressure_advance = 0.015 | |
smooth_time = 0.01 | |
control = pid | |
pid_kp = 19.409 | |
pid_ki = 0.764 | |
pid_kd = 123.734 | |
[tmc2209 extruder] | |
uart_pin = PD14 | |
interpolate = false | |
run_current = 0.35 | |
[multi_pin pcf_fan_pins] | |
pins = PE6, PE0 | |
[fan] | |
pin = multi_pin:pcf_fan_pins | |
kick_start_time = 0.5 | |
off_below = 0.10 | |
[heater_fan hotend_fan] | |
pin = PC12 | |
max_power = 1.0 | |
kick_start_time = 0.5 | |
heater = extruder | |
heater_temp = 50.0 | |
fan_speed = 0.6 | |
[controller_fan mcu] | |
pin = PE4 | |
max_power = 0.5 | |
kick_start_time = 0.5 | |
stepper = stepper_x | |
fan_speed = 0.6 | |
[output_pin TOOLHEAD_LED] | |
pin = PE5 | |
pwm = True | |
shutdown_value = 0 | |
hardware_pwm = True | |
cycle_time = 0.001 | |
[temperature_sensor CB1] | |
sensor_type = temperature_host | |
min_temp = 0 | |
max_temp = 100 | |
[temperature_sensor Manta] | |
sensor_type = temperature_mcu | |
min_temp = 0 | |
max_temp = 100 | |
[temperature_sensor chamber] | |
sensor_type = Generic 3950 | |
sensor_pin = PA3 | |
min_temp = 0 | |
max_temp = 100 | |
[gcode_macro PRINT_START] | |
gcode = | |
{% set hotendTemp = params.HOTEND|int %} | |
{% set bedTemp = params.BED|int %} | |
{% set chamberTemp = params.CHAMBER|default(0)|int %} | |
SET_PIN PIN=TOOLHEAD_LED VALUE=1.00 | |
SET_HEATER_TEMPERATURE HEATER=extruder TARGET={hotendTemp|float*0.6} | |
SET_HEATER_TEMPERATURE HEATER=heater_bed TARGET={bedTemp} | |
SET_DOCKABLE_PROBE AUTO_ATTACH_DETACH=1 | |
G28 | |
M117 Waiting for bed temperature... | |
TEMPERATURE_WAIT SENSOR=heater_bed MINIMUM={bedTemp} MAXIMUM={bedTemp+1} | |
SET_HEATER_TEMPERATURE HEATER=extruder TARGET={hotendTemp|float*0.6} | |
SET_DOCKABLE_PROBE AUTO_ATTACH_DETACH=1 | |
ATTACH_PROBE | |
CLEAN_NOZZLE | |
FAST_QGL | |
BED_MESH_CALIBRATE | |
DETACH_PROBE | |
SET_DOCKABLE_PROBE AUTO_ATTACH_DETACH=1 | |
G90 | |
GO_TO_BUCKET | |
M109 S{hotendTemp} | |
CLEAN_NOZZLE | |
G1 X{90} F{500*60} | |
M117 Printing... | |
[gcode_macro PARK] | |
gcode = | |
GO_TO_BUCKET | |
[gcode_macro GO_TO_BUCKET] | |
gcode = | |
{% set X = 18 %} | |
{% set Y = 184 %} | |
{% set Z = 2 %} | |
SAFE_RETRACT | |
{% set max_z = printer.configfile.config["stepper_z"]["position_max"]|float %} | |
{% if printer.toolhead.position.z < 15 %} | |
G90 | |
G1 Z15 | |
{% elif printer.toolhead.position.z < (max_z - Z - 1) %} | |
G91 | |
G1 Z{Z} | |
{% endif %} | |
G90 | |
G1 X{X} F{500*60} | |
G1 Y{Y} F{500*60} | |
G91 | |
[gcode_macro G32] | |
gcode = | |
SAVE_GCODE_STATE NAME=STATE_G32 | |
G90 | |
G28 | |
QUAD_GANTRY_LEVEL | |
G28 | |
PARK | |
RESTORE_GCODE_STATE NAME=STATE_G32 | |
[gcode_macro PRINT_END] | |
gcode = | |
{% set th = printer.toolhead %} | |
{% set x_safe = th.position.x + 20 * (1 if th.axis_maximum.x - th.position.x > 20 else -1) %} | |
{% set y_safe = th.position.y + 20 * (1 if th.axis_maximum.y - th.position.y > 20 else -1) %} | |
{% set z_safe = [th.position.z + 2, th.axis_maximum.z]|min %} | |
SAVE_GCODE_STATE NAME=STATE_PRINT_END | |
M400 | |
G92 E0 | |
G1 E-5.0 F1800 | |
TURN_OFF_HEATERS | |
G90 | |
G0 X{x_safe} Y{y_safe} Z{z_safe} F20000 | |
G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y - 2} F3600 | |
M107 | |
BED_MESH_CLEAR | |
GO_TO_BUCKET | |
RESTORE_GCODE_STATE NAME=STATE_PRINT_END | |
SET_PIN PIN=TOOLHEAD_LED VALUE=0.00 | |
[gcode_macro CANCEL_PRINT] | |
rename_existing = BASE_CANCEL_PRINT | |
gcode = | |
TURN_OFF_HEATERS | |
CLEAR_PAUSE | |
SDCARD_RESET_FILE | |
BASE_CANCEL_PRINT | |
BED_MESH_CLEAR | |
[gcode_macro PAUSE] | |
rename_existing = BASE_PAUSE | |
gcode = | |
SAVE_GCODE_STATE NAME=PAUSE_state | |
G1 E-1.7 F2100 | |
PARK | |
BASE_PAUSE | |
[gcode_macro RESUME] | |
rename_existing = BASE_RESUME | |
gcode = | |
G91 | |
G1 E1.7 F2100 | |
G91 | |
RESTORE_GCODE_STATE NAME=PAUSE_state MOVE=1 | |
BASE_RESUME | |
[gcode_macro FAST_QGL] | |
gcode = | |
{% set z_offset = 3.5 %} | |
{% if printer.toolhead.homed_axes != "xyz" %} | |
G28 | |
{% endif %} | |
SET_DOCKABLE_PROBE AUTO_ATTACH_DETACH=0 | |
ATTACH_PROBE | |
QUAD_GANTRY_LEVEL horizontal_move_z={z_offset * 3} retry_tolerance=1 | |
QUAD_GANTRY_LEVEL horizontal_move_z={z_offset + 1.5} | |
G28 Z | |
SET_DOCKABLE_PROBE AUTO_ATTACH_DETACH=1 | |
[gcode_macro SAFE_RETRACT] | |
gcode = | |
{% if printer.extruder.can_extrude %} | |
G10 | |
{% endif %} | |
[gcode_macro SAFE_UNRETRACT] | |
gcode = | |
{% if printer.extruder.can_extrude %} | |
G11 | |
{% endif %} | |
[gcode_macro UNLOAD_FILAMENT] | |
gcode = | |
M118 Filament unloading! | |
M117 Filament unloading! | |
M82 | |
G92 E0 | |
{% if printer.extruder.can_extrude|lower != 'true' %} | |
M118 Hotend heating! | |
M109 S235 T0 | |
{% endif %} | |
G1 E10 F{5*60} | |
G0 E-5 F{60*60} | |
G0 E-70 F{5*60} | |
M400 | |
M118 Filament unload complete! | |
M117 Filament unload complete! | |
[gcode_macro SENSORLESS_HOME_X] | |
gcode = | |
{% set HOME_CUR = 0.300 %} | |
{% set driver_config = printer.configfile.settings['tmc2209 stepper_x'] %} | |
{% set RUN_CUR = driver_config.run_current %} | |
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={HOME_CUR} | |
SET_TMC_CURRENT STEPPER=stepper_y CURRENT={HOME_CUR} | |
G4 P2000 | |
G28 X0 | |
G91 | |
G1 X5 F{400*60} | |
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CUR} | |
SET_TMC_CURRENT STEPPER=stepper_y CURRENT={RUN_CUR} | |
G90 | |
[gcode_macro SENSORLESS_HOME_Y] | |
gcode = | |
{% set HOME_CUR = 0.300 %} | |
{% set driver_config = printer.configfile.settings['tmc2209 stepper_y'] %} | |
{% set RUN_CUR = driver_config.run_current %} | |
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={HOME_CUR} | |
SET_TMC_CURRENT STEPPER=stepper_y CURRENT={HOME_CUR} | |
G4 P2000 | |
G28 Y0 | |
G91 | |
G1 Y-5 F{400*60} | |
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CUR} | |
SET_TMC_CURRENT STEPPER=stepper_y CURRENT={RUN_CUR} | |
G90 | |
[homing_override] | |
axes = xyz | |
gcode = | |
{% set home_all = 'X' not in params and 'Y' not in params and 'Z' not in params %} | |
{% if home_all or 'X' in params %} | |
SENSORLESS_HOME_X | |
{% endif %} | |
{% if home_all or 'Y' in params %} | |
SENSORLESS_HOME_Y | |
{% endif %} | |
{% if home_all or 'Z' in params %} | |
G90 | |
G1 X111 Y187 | |
G28 Z | |
G91 | |
G1 Z10 | |
{% endif %} | |
G90 | |
[z_calibration] | |
nozzle_xy_position = 111,187 | |
switch_xy_offsets = -8, -27 | |
bed_xy_position = 90, 90 | |
switch_offset = 0.5 | |
offset_margins = -1.0,1.0 | |
samples = 3 | |
speed = 50 | |
probing_first_fast = false | |
start_gcode = ATTACH_PROBE | |
end_gcode = DETACH_PROBE | |
[gcode_macro TEST_RESONNANCES_X] | |
gcode = | |
TEST_RESONANCES AXIS=X | |
[gcode_macro TEST_RESONNANCES_Y] | |
gcode = | |
TEST_RESONANCES AXIS=Y | |
[gcode_macro FLOW_CALIBRATION] | |
gcode = | |
M221 S{params.FLOW} | |
SET_PRESSURE_ADVANCE ADVANCE={params.PRESSURE_ADVANCE} | |
[gcode_macro TEST_Z_DOWN] | |
gcode = | |
{% set amount = params.amount|default(1)|int %} | |
TESTZ Z=-{amount} | |
[gcode_macro TEST_Z_UP] | |
gcode = | |
{% set amount = params.amount|default(1)|int %} | |
TESTZ Z=+{amount} | |
[gcode_macro TEST_Z_BISECT_UP] | |
gcode = | |
TESTZ Z=+ | |
[gcode_macro TEST_Z_BISECT_DOWN] | |
gcode = | |
TESTZ Z=- | |
[gcode_macro PID_HOTEND] | |
gcode = | |
PID_CALIBRATE HEATER=extruder TARGET=260 | |
[gcode_macro PID_BED] | |
gcode = | |
PID_CALIBRATE HEATER=heater_bed TARGET=110 | |
[gcode_macro DISABLE_Z] | |
gcode = | |
SET_STEPPER_ENABLE STEPPER=stepper_z ENABLE=0 | |
SET_STEPPER_ENABLE STEPPER=stepper_z1 ENABLE=0 | |
SET_STEPPER_ENABLE STEPPER=stepper_z2 ENABLE=0 | |
[gcode_macro ENABLE_XY] | |
gcode = | |
SET_STEPPER_ENABLE STEPPER=stepper_x ENABLE=1 | |
SET_STEPPER_ENABLE STEPPER=stepper_y ENABLE=1 | |
[gcode_macro DISABLE_XY] | |
gcode = | |
SET_STEPPER_ENABLE STEPPER=stepper_x ENABLE=0 | |
SET_STEPPER_ENABLE STEPPER=stepper_y ENABLE=0 | |
[gcode_macro TEST_SPEED] | |
gcode = | |
{% set speed = params.SPEED|default(printer.configfile.settings.printer.max_velocity)|int %} | |
{% set iterations = params.ITERATIONS|default(1)|int %} | |
{% set accel = params.ACCEL|default(printer.configfile.settings.printer.max_accel)|int %} | |
{% set bound = params.BOUND|default(30)|int %} | |
{% set smallpatternsize = SMALLPATTERNSIZE|default(20)|int %} | |
{% set x_min = printer.toolhead.axis_minimum.x + bound %} | |
{% set x_max = printer.toolhead.axis_maximum.x - bound %} | |
{% set y_min = printer.toolhead.axis_minimum.y + bound %} | |
{% set y_max = printer.toolhead.axis_maximum.y - bound %} | |
{% set x_center = (printer.toolhead.axis_minimum.x|float + printer.toolhead.axis_maximum.x|float ) / 2 %} | |
{% set y_center = (printer.toolhead.axis_minimum.y|float + printer.toolhead.axis_maximum.y|float ) / 2 %} | |
{% set x_center_min = x_center - (smallpatternsize/2) %} | |
{% set x_center_max = x_center + (smallpatternsize/2) %} | |
{% set y_center_min = y_center - (smallpatternsize/2) %} | |
{% set y_center_max = y_center + (smallpatternsize/2) %} | |
SAVE_GCODE_STATE NAME=TEST_SPEED | |
{ action_respond_info("TEST_SPEED: starting %d iterations at speed %d, accel %d" % (iterations, speed, accel)) } | |
G28 | |
G90 | |
SET_VELOCITY_LIMIT VELOCITY={speed} ACCEL={accel} ACCEL_TO_DECEL={accel} | |
G0 X{x_min} Y{y_min} Z{10} F{speed*60} | |
{% for i in range(iterations) %} | |
G0 X{x_min} Y{y_min} F{speed*60} | |
G0 X{x_max} Y{y_max} F{speed*60} | |
G0 X{x_min} Y{y_min} F{speed*60} | |
G0 X{x_max} Y{y_min} F{speed*60} | |
G0 X{x_min} Y{y_max} F{speed*60} | |
G0 X{x_max} Y{y_min} F{speed*60} | |
G0 X{x_min} Y{y_min} F{speed*60} | |
G0 X{x_min} Y{y_max} F{speed*60} | |
G0 X{x_max} Y{y_max} F{speed*60} | |
G0 X{x_max} Y{y_min} F{speed*60} | |
G0 X{x_center_min} Y{y_center_min} F{speed*60} | |
G0 X{x_center_max} Y{y_center_max} F{speed*60} | |
G0 X{x_center_min} Y{y_center_min} F{speed*60} | |
G0 X{x_center_max} Y{y_center_min} F{speed*60} | |
G0 X{x_center_min} Y{y_center_max} F{speed*60} | |
G0 X{x_center_max} Y{y_center_min} F{speed*60} | |
{% for i in range(10) %} | |
G0 X{x_center_min} Y{y_center_min} F{speed*60} | |
G0 X{x_center_min} Y{y_center_max} F{speed*60} | |
G0 X{x_center_max} Y{y_center_max} F{speed*60} | |
G0 X{x_center_max} Y{y_center_min} F{speed*60} | |
{% endfor %} | |
{% endfor %} | |
SET_VELOCITY_LIMIT VELOCITY={printer.configfile.settings.printer.max_velocity} ACCEL={printer.configfile.settings.printer.max_accel} ACCEL_TO_DECEL={printer.configfile.settings.printer.max_accel_to_decel} | |
RESTORE_GCODE_STATE NAME=TEST_SPEED | |
[gcode_macro DUMP_VARIABLES] | |
gcode = | |
{% set filter_name = params.NAME|default('')|string|lower %} | |
{% set filter_value = params.VALUE|default('')|string|lower %} | |
{% set show_cfg = params.SHOW_CFG|default(0)|int %} | |
{% set out = [] %} | |
{% for key1 in printer %} | |
{% for key2 in printer[key1] %} | |
{% if (show_cfg or not (key1|lower == 'configfile' and key2|lower in ['config', 'settings'])) and (filter_name in key1|lower or filter_name in key2|lower) and filter_value in printer[key1][key2]|string|lower %} | |
{% set dummy = out.append("printer['%s'].%s = %s" % (key1, key2, printer[key1][key2])) %} | |
{% endif %} | |
{% else %} | |
{% if filter_name in key1|lower and filter_value in printer[key1]|string|lower %} | |
{% set dummy = out.append("printer['%s'] = %s" % (key1, printer[key1])) %} | |
{% endif %} | |
{% endfor %} | |
{% endfor %} | |
{action_respond_info(out|join("\n"))} | |
[gcode_macro clean_nozzle] | |
variable_location_bucket_rear = False | |
variable_enable_purge = True | |
variable_purge_len = 25 | |
variable_purge_spd = 100 | |
variable_purge_temp_min = 220 | |
variable_purge_ret = 0 | |
variable_ooze_dwell = 1 | |
variable_brush_top = 9 | |
variable_clearance_z = 10 | |
variable_wipe_qty = 3 | |
variable_prep_spd_xy = 5100 | |
variable_prep_spd_z = 1500 | |
variable_wipe_spd_xy = 5100 | |
variable_brush_start = 32 | |
variable_brush_width = 30 | |
variable_brush_front = 179 | |
variable_brush_depth = 4 | |
variable_bucket_left_width = 42 | |
variable_bucket_right_width = 24 | |
variable_bucket_gap = 22 | |
variable_bucket_start = 3 | |
variable_bucket_pos = 1 | |
gcode = | |
{% if "xyz" in printer.toolhead.homed_axes %} | |
SAVE_GCODE_STATE NAME=clean_nozzle | |
G90 | |
{% set Ry = printer.configfile.config["stepper_y"]["position_max"]|float %} | |
{% if enable_purge %} | |
SET_GCODE_VARIABLE MACRO=clean_nozzle VARIABLE=bucket_pos VALUE={(range(2) | random)} | |
G1 Z{brush_top + clearance_z} F{prep_spd_z} | |
G1 X{bucket_start + (bucket_left_width / (2 - bucket_pos)) + (bucket_pos * bucket_gap) + (bucket_pos * (bucket_right_width / 2))} F{prep_spd_xy} | |
{% if location_bucket_rear %} | |
G1 Y{Ry} F{prep_spd_xy} | |
{% else %} | |
G1 Y{brush_front + (brush_depth / 2)} F{prep_spd_xy} | |
{% endif %} | |
{% if printer.extruder.temperature >= purge_temp_min %} | |
M83 | |
G1 E{purge_len} F{purge_spd} | |
G92 E0 | |
G1 E-{purge_ret} F{purge_spd * 5} | |
G4 P{ooze_dwell * 1000} | |
{% endif %} | |
{% endif %} | |
G1 Z{brush_top + clearance_z} F{prep_spd_z} | |
G1 X{brush_start + (brush_width * bucket_pos)} F{prep_spd_xy} | |
{% if location_bucket_rear %} | |
G1 Y{Ry} | |
{% else %} | |
G1 Y{brush_front + (brush_depth / 2)} | |
{% endif %} | |
G1 Z{brush_top} F{prep_spd_z} | |
{% for wipes in range(1, (wipe_qty + 1)) %} | |
G1 X{brush_start + (brush_width * (1 - bucket_pos))} F{wipe_spd_xy} | |
G1 X{brush_start + (brush_width * bucket_pos)} F{wipe_spd_xy} | |
{% endfor %} | |
M117 Cleaned! | |
G1 Z{brush_top + clearance_z} F{prep_spd_z} | |
RESTORE_GCODE_STATE NAME=clean_nozzle MOVE=1 MOVE_SPEED=500 | |
{% else %} | |
{ action_raise_error("Please home your axes!") } | |
M117 Please home first! | |
{% endif %} | |
[force_move] | |
enable_force_move = True | |
[gcode_macro FORCE_UP] | |
gcode = | |
{% set MOVE_MM = params.MM|default(20)|float %} | |
SET_KINEMATIC_POSITION X=0 Y=0 Z=0 | |
G0 Z{MOVE_MM} F600 | |
M84 | |
[virtual_sdcard] | |
path = ~/printer_data/gcodes | |
[display_status] | |
[pause_resume] | |
[exclude_object] | |
[gcode_arcs] | |
resolution = 0.1 | |
[heater_bed] | |
heater_pin = PE1 | |
sensor_type = Generic 3950 | |
sensor_pin = PA0 | |
max_power = 1 | |
min_temp = 0 | |
max_temp = 120 | |
control = pid | |
pid_kp = 55.331 | |
pid_ki = 3.208 | |
pid_kd = 238.614 | |
[dockable_probe] | |
pin = PA4 | |
x_offset = 0 | |
y_offset = 26.0 | |
z_offset = 3.475 | |
samples = 3 | |
samples_result = median | |
sample_retract_dist = 1.0 | |
samples_tolerance = 0.05 | |
samples_tolerance_retries = 3 | |
dock_position = 153,188 | |
approach_position = 153,150 | |
detach_position = 110,188 | |
z_hop = 18 | |
dock_retries = 3 | |
attach_speed = 50 | |
detach_speed = 15 | |
travel_speed = 100 | |
auto_attach_detach = True | |
check_open_attach = True | |
speed = 10.0 | |
lift_speed = 10 | |
[idle_timeout] | |
timeout = 1800 | |
[quad_gantry_level] | |
gantry_corners = | |
-60.2,-10.4 | |
244.1,234.5 | |
points = | |
3,2 | |
3,120 | |
160,120 | |
160,2 | |
speed = 100 | |
horizontal_move_z = 15 | |
retries = 5 | |
retry_tolerance = 0.0075 | |
max_adjust = 10 | |
[bed_mesh] | |
speed = 120 | |
horizontal_move_z = 5 | |
mesh_min = 2,26 | |
mesh_max = 170,156 | |
zero_reference_position = 90, 90 | |
probe_count = 3,3 | |
mesh_pps = 2,2 | |
algorithm = bicubic | |
bicubic_tension = 0.2 | |
[board_pins] | |
aliases = | |
EXP1_1=PE9, EXP1_2=PE10, | |
EXP1_3=PE11, EXP1_4=PE12, | |
EXP1_5=PE13, EXP1_6=PE14, | |
EXP1_7=PE15, EXP1_8=PB10, | |
EXP1_9=<GND>, EXP1_10=<5V>, | |
EXP2_1=PB14, EXP2_2=PB13, | |
EXP2_3=PF7, EXP2_4=PB12, | |
EXP2_5=PE7, EXP2_6=PB11, | |
EXP2_7=PE8, EXP2_8=<RST>, | |
EXP2_9=<GND>, EXP2_10=PC5 | |
======================= | |
extruder: pressure_advance: 0.015000 | |
pressure_advance_smooth_time: 0.040000 | |
Loaded MCU 'mcu' 107 commands (v0.11.0-235-gb9247810 / gcc: (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027] binutils: (2.35.2-2+14+b2) 2.35.2) | |
MCU 'mcu' config: ADC_MAX=4095 BUS_PINS_i2c1_PA9_PA10=PA9,PA10 BUS_PINS_i2c1_PB6_PB7=PB6,PB7 BUS_PINS_i2c1_PB8_PB9=PB8,PB9 BUS_PINS_i2c2_PB10_PB11=PB10,PB11 BUS_PINS_i2c2_PB13_PB14=PB13,PB14 BUS_PINS_i2c3_PB3_PB4=PB3,PB4 BUS_PINS_spi1=PA6,PA7,PA5 BUS_PINS_spi1a=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi2a=PC2,PC3,PB10 BUS_PINS_spi3=PB4,PB5,PB3 CLOCK_FREQ=64000000 MCU=stm32g0b1xx PWM_MAX=255 RESERVE_PINS_USB=PA11,PA12 RESERVE_PINS_crystal=PF0,PF1 STATS_SUMSQ_BASE=256 STEPPER_BOTH_EDGE=1 | |
Configured MCU 'mcu' (1024 moves) | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Args: ['/home/biqu/klipper/klippy/klippy.py', '/home/biqu/printer_data/config/printer.cfg', '-I', '/home/biqu/printer_data/comms/klippy.serial', '-l', '/home/biqu/printer_data/logs/klippy.log', '-a', '/home/biqu/printer_data/comms/klippy.sock'] | |
Git version: 'v0.11.0-235-gb9247810-dirty' | |
Untracked files: klippy/extras/dockable_probe.py, klippy/extras/z_calibration.py | |
Branch: master | |
Remote: origin | |
Tracked URL: https://github.com/Klipper3d/klipper | |
CPU: 4 core ? | |
Python: '3.9.2 (default, Feb 28 2021, 17:03:44) \n[GCC 10.2.1 20210110]' | |
webhooks client 281473511461888: {'program': 'Moonraker', 'version': 'v0.8.0-83-g5d8422e'} | |
=============== Log rollover at Thu Jun 29 00:00:00 2023 =============== | |
Stats 89831.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36031010 bytes_read=25508563 bytes_retransmit=9 bytes_invalid=0 send_seq=781732 receive_seq=781732 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=4244 freq=64001156 CB1: temp=44.9 Manta: temp=43.0 chamber: temp=39.3 sd_pos=475563 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.47 cputime=3379.888 memavail=657388 print_time=89048.254 buffer_time=2.437 print_stall=86 extruder: target=260 temp=260.0 pwm=0.311 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89832.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36036587 bytes_read=25509493 bytes_retransmit=9 bytes_invalid=0 send_seq=781827 receive_seq=781827 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=1923 freq=64001154 CB1: temp=45.1 Manta: temp=43.2 chamber: temp=39.3 sd_pos=476000 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.43 cputime=3380.038 memavail=657388 print_time=89048.841 buffer_time=2.023 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89833.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36042100 bytes_read=25510413 bytes_retransmit=9 bytes_invalid=0 send_seq=781923 receive_seq=781923 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=4064 freq=64001153 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=39.3 sd_pos=477092 heater_bed: target=110 temp=110.1 pwm=0.141 sysload=0.43 cputime=3380.298 memavail=647336 print_time=89050.239 buffer_time=2.420 print_stall=86 extruder: target=260 temp=259.9 pwm=0.317 | |
Stats 89834.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36047447 bytes_read=25511367 bytes_retransmit=9 bytes_invalid=0 send_seq=782017 receive_seq=782017 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=3574 freq=64001148 CB1: temp=47.4 Manta: temp=43.2 chamber: temp=39.3 sd_pos=477634 heater_bed: target=110 temp=110.0 pwm=0.194 sysload=0.43 cputime=3380.473 memavail=647328 print_time=89051.023 buffer_time=2.204 print_stall=86 extruder: target=260 temp=259.9 pwm=0.539 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89835.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=36052958 bytes_read=25512141 bytes_retransmit=9 bytes_invalid=0 send_seq=782110 receive_seq=782110 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7700 freq=64001147 CB1: temp=47.4 Manta: temp=42.8 chamber: temp=39.3 sd_pos=481321 heater_bed: target=110 temp=110.0 pwm=0.194 sysload=0.43 cputime=3380.802 memavail=646704 print_time=89052.457 buffer_time=2.638 print_stall=86 extruder: target=260 temp=259.9 pwm=0.317 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89836.8: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=36059646 bytes_read=25513167 bytes_retransmit=9 bytes_invalid=0 send_seq=782223 receive_seq=782222 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=9422 freq=64001151 CB1: temp=47.0 Manta: temp=43.4 chamber: temp=39.4 sd_pos=484307 heater_bed: target=110 temp=109.9 pwm=0.256 sysload=0.64 cputime=3381.140 memavail=645456 print_time=89053.684 buffer_time=2.746 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89837.8: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=36066649 bytes_read=25514258 bytes_retransmit=9 bytes_invalid=0 send_seq=782342 receive_seq=782342 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7395 freq=64001155 CB1: temp=46.2 Manta: temp=43.2 chamber: temp=39.3 sd_pos=486211 heater_bed: target=110 temp=109.9 pwm=0.256 sysload=0.64 cputime=3381.367 memavail=645240 print_time=89054.396 buffer_time=2.458 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89838.8: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=36073869 bytes_read=25515293 bytes_retransmit=9 bytes_invalid=0 send_seq=782463 receive_seq=782463 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=4166 freq=64001157 CB1: temp=46.9 Manta: temp=43.4 chamber: temp=39.3 sd_pos=487776 heater_bed: target=110 temp=109.9 pwm=0.256 sysload=0.64 cputime=3381.563 memavail=629000 print_time=89054.956 buffer_time=2.017 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
Stats 89839.9: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=36081347 bytes_read=25516405 bytes_retransmit=9 bytes_invalid=0 send_seq=782589 receive_seq=782589 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=5331 freq=64001157 CB1: temp=46.9 Manta: temp=43.2 chamber: temp=39.4 sd_pos=490818 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.64 cputime=3381.898 memavail=628536 print_time=89056.670 buffer_time=2.604 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89841.0: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36088641 bytes_read=25517509 bytes_retransmit=9 bytes_invalid=0 send_seq=782713 receive_seq=782713 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4401 freq=64001155 CB1: temp=46.5 Manta: temp=43.1 chamber: temp=39.3 sd_pos=492945 heater_bed: target=110 temp=109.9 pwm=0.253 sysload=0.64 cputime=3382.364 memavail=622008 print_time=89057.623 buffer_time=2.503 print_stall=86 extruder: target=260 temp=260.1 pwm=0.632 | |
Stats 89842.0: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36092180 bytes_read=25518260 bytes_retransmit=9 bytes_invalid=0 send_seq=782775 receive_seq=782775 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=2668 freq=64001159 CB1: temp=47.5 Manta: temp=43.4 chamber: temp=39.3 sd_pos=493167 heater_bed: target=110 temp=110.0 pwm=0.124 sysload=0.67 cputime=3382.492 memavail=622068 print_time=89058.188 buffer_time=2.067 print_stall=86 extruder: target=260 temp=260.1 pwm=0.084 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89843.0: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36098640 bytes_read=25519262 bytes_retransmit=9 bytes_invalid=0 send_seq=782888 receive_seq=782888 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=1279 freq=64001161 CB1: temp=46.7 Manta: temp=43.5 chamber: temp=39.4 sd_pos=493853 heater_bed: target=110 temp=110.1 pwm=0.124 sysload=0.67 cputime=3382.682 memavail=631660 print_time=89059.333 buffer_time=2.212 print_stall=86 extruder: target=260 temp=260.3 pwm=0.725 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89844.0: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36103508 bytes_read=25520171 bytes_retransmit=9 bytes_invalid=0 send_seq=782973 receive_seq=782973 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2563 freq=64001159 CB1: temp=46.6 Manta: temp=43.3 chamber: temp=39.3 sd_pos=494927 heater_bed: target=110 temp=110.0 pwm=0.278 sysload=0.67 cputime=3382.919 memavail=651848 print_time=89060.736 buffer_time=2.615 print_stall=86 extruder: target=260 temp=259.9 pwm=0.750 | |
Stats 89845.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36108337 bytes_read=25521051 bytes_retransmit=9 bytes_invalid=0 send_seq=783058 receive_seq=783058 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=2298 freq=64001166 CB1: temp=47.0 Manta: temp=43.6 chamber: temp=39.3 sd_pos=496114 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.67 cputime=3383.400 memavail=651364 print_time=89061.488 buffer_time=2.251 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89846.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36111241 bytes_read=25521821 bytes_retransmit=9 bytes_invalid=0 send_seq=783112 receive_seq=783112 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=4582 freq=64001170 CB1: temp=47.4 Manta: temp=43.8 chamber: temp=39.3 sd_pos=497575 heater_bed: target=110 temp=110.0 pwm=0.239 sysload=0.67 cputime=3383.914 memavail=651124 print_time=89062.396 buffer_time=2.159 print_stall=86 extruder: target=260 temp=259.8 pwm=0.544 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89847.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36118053 bytes_read=25522861 bytes_retransmit=9 bytes_invalid=0 send_seq=783229 receive_seq=783229 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=7056 freq=64001171 CB1: temp=47.1 Manta: temp=43.5 chamber: temp=39.4 sd_pos=500543 heater_bed: target=110 temp=110.0 pwm=0.239 sysload=0.85 cputime=3384.286 memavail=649360 print_time=89063.820 buffer_time=2.581 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89848.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36123966 bytes_read=25523796 bytes_retransmit=9 bytes_invalid=0 send_seq=783328 receive_seq=783328 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=7132 freq=64001176 CB1: temp=47.5 Manta: temp=43.0 chamber: temp=39.3 sd_pos=502919 heater_bed: target=110 temp=109.9 pwm=0.239 sysload=0.85 cputime=3384.517 memavail=649108 print_time=89064.628 buffer_time=2.389 print_stall=86 extruder: target=260 temp=259.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89849.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36130862 bytes_read=25524870 bytes_retransmit=9 bytes_invalid=0 send_seq=783446 receive_seq=783446 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6442 freq=64001173 CB1: temp=46.6 Manta: temp=43.3 chamber: temp=39.3 sd_pos=504870 heater_bed: target=110 temp=109.9 pwm=0.239 sysload=0.85 cputime=3384.738 memavail=632984 print_time=89065.440 buffer_time=2.200 print_stall=86 extruder: target=260 temp=259.8 pwm=0.761 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89850.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36138071 bytes_read=25525940 bytes_retransmit=9 bytes_invalid=0 send_seq=783569 receive_seq=783569 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=5032 freq=64001170 CB1: temp=47.2 Manta: temp=43.1 chamber: temp=39.4 sd_pos=506890 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.85 cputime=3384.993 memavail=633112 print_time=89066.274 buffer_time=2.034 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89851.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36145727 bytes_read=25527041 bytes_retransmit=9 bytes_invalid=0 send_seq=783698 receive_seq=783698 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=7482 freq=64001167 CB1: temp=46.8 Manta: temp=43.3 chamber: temp=39.3 sd_pos=510436 heater_bed: target=110 temp=109.9 pwm=0.237 sysload=0.85 cputime=3385.368 memavail=625552 print_time=89067.614 buffer_time=2.372 print_stall=86 extruder: target=260 temp=260.1 pwm=0.849 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89852.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36152345 bytes_read=25528100 bytes_retransmit=9 bytes_invalid=0 send_seq=783813 receive_seq=783813 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=6571 freq=64001164 CB1: temp=47.4 Manta: temp=43.5 chamber: temp=39.4 sd_pos=512335 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=1.03 cputime=3385.604 memavail=625596 print_time=89068.415 buffer_time=2.172 print_stall=86 extruder: target=260 temp=260.3 pwm=0.507 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89853.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36160831 bytes_read=25529270 bytes_retransmit=9 bytes_invalid=0 send_seq=783957 receive_seq=783956 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=4196 freq=64001164 CB1: temp=46.8 Manta: temp=43.4 chamber: temp=39.4 sd_pos=516093 heater_bed: target=110 temp=110.0 pwm=0.215 sysload=1.03 cputime=3385.896 memavail=617500 print_time=89069.225 buffer_time=1.917 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89854.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36167625 bytes_read=25530324 bytes_retransmit=9 bytes_invalid=0 send_seq=784070 receive_seq=784070 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=5568 freq=64001171 CB1: temp=46.7 Manta: temp=43.4 chamber: temp=39.4 sd_pos=517211 heater_bed: target=110 temp=110.1 pwm=0.143 sysload=1.03 cputime=3386.133 memavail=661392 print_time=89070.477 buffer_time=2.168 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 89855.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000045 bytes_write=36174654 bytes_read=25531385 bytes_retransmit=9 bytes_invalid=0 send_seq=784188 receive_seq=784188 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4314 freq=64001171 CB1: temp=47.0 Manta: temp=43.5 chamber: temp=39.3 sd_pos=519377 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=1.03 cputime=3386.396 memavail=661412 print_time=89071.793 buffer_time=2.484 print_stall=86 extruder: target=260 temp=260.9 pwm=0.236 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89856.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000045 bytes_write=36181366 bytes_read=25532390 bytes_retransmit=9 bytes_invalid=0 send_seq=784301 receive_seq=784301 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=3875 freq=64001172 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=39.4 sd_pos=521498 heater_bed: target=110 temp=110.0 pwm=0.182 sysload=1.03 cputime=3386.816 memavail=661992 print_time=89072.705 buffer_time=2.396 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 89857.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000045 bytes_write=36184776 bytes_read=25533179 bytes_retransmit=9 bytes_invalid=0 send_seq=784362 receive_seq=784362 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=3225 freq=64001169 CB1: temp=45.2 Manta: temp=43.6 chamber: temp=39.4 sd_pos=521943 heater_bed: target=110 temp=110.0 pwm=0.222 sysload=0.94 cputime=3386.938 memavail=662024 print_time=89073.533 buffer_time=2.224 print_stall=86 extruder: target=260 temp=260.3 pwm=0.505 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89858.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000045 bytes_write=36191381 bytes_read=25534194 bytes_retransmit=9 bytes_invalid=0 send_seq=784474 receive_seq=784474 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=1487 freq=64001169 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=39.3 sd_pos=522719 heater_bed: target=110 temp=109.9 pwm=0.222 sysload=0.94 cputime=3387.099 memavail=661784 print_time=89074.578 buffer_time=2.268 print_stall=86 extruder: target=260 temp=260.0 pwm=0.417 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89859.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000045 bytes_write=36196260 bytes_read=25535059 bytes_retransmit=9 bytes_invalid=0 send_seq=784559 receive_seq=784559 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=64001166 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=39.3 sd_pos=523288 heater_bed: target=110 temp=109.9 pwm=0.279 sysload=0.94 cputime=3387.226 memavail=661532 print_time=89075.608 buffer_time=2.297 print_stall=86 extruder: target=260 temp=260.5 pwm=0.385 | |
Stats 89860.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36201428 bytes_read=25536054 bytes_retransmit=9 bytes_invalid=0 send_seq=784655 receive_seq=784655 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=1685 freq=64001162 CB1: temp=45.1 Manta: temp=43.9 chamber: temp=39.4 sd_pos=524748 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.94 cputime=3387.675 memavail=661536 print_time=89076.639 buffer_time=2.138 print_stall=86 extruder: target=260 temp=260.1 pwm=0.949 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89861.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36204388 bytes_read=25536808 bytes_retransmit=9 bytes_invalid=0 send_seq=784710 receive_seq=784709 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4386 freq=64001160 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=39.4 sd_pos=526557 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.94 cputime=3388.112 memavail=661564 print_time=89077.624 buffer_time=2.122 print_stall=86 extruder: target=260 temp=260.4 pwm=0.384 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89862.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36211191 bytes_read=25537853 bytes_retransmit=9 bytes_invalid=0 send_seq=784828 receive_seq=784827 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4838 freq=64001158 CB1: temp=44.9 Manta: temp=43.6 chamber: temp=39.4 sd_pos=528852 heater_bed: target=110 temp=110.0 pwm=0.226 sysload=0.87 cputime=3388.478 memavail=661844 print_time=89078.767 buffer_time=2.264 print_stall=86 extruder: target=260 temp=259.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89863.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36217146 bytes_read=25538808 bytes_retransmit=9 bytes_invalid=0 send_seq=784930 receive_seq=784930 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4835 freq=64001157 CB1: temp=45.0 Manta: temp=43.0 chamber: temp=39.4 sd_pos=530578 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.87 cputime=3388.656 memavail=661872 print_time=89079.552 buffer_time=2.048 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89864.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36223612 bytes_read=25539847 bytes_retransmit=9 bytes_invalid=0 send_seq=785041 receive_seq=785041 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=8325 freq=64001157 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.4 sd_pos=534329 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.87 cputime=3388.930 memavail=661624 print_time=89081.013 buffer_time=2.508 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89865.4: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=36231005 bytes_read=25540943 bytes_retransmit=9 bytes_invalid=0 send_seq=785166 receive_seq=785166 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=7308 freq=64001156 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=39.4 sd_pos=536419 heater_bed: target=110 temp=110.0 pwm=0.202 sysload=0.87 cputime=3389.129 memavail=661124 print_time=89081.904 buffer_time=2.398 print_stall=86 extruder: target=260 temp=260.1 pwm=0.404 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89866.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=36238794 bytes_read=25542082 bytes_retransmit=9 bytes_invalid=0 send_seq=785297 receive_seq=785297 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6861 freq=64001155 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.4 sd_pos=539862 heater_bed: target=110 temp=110.0 pwm=0.202 sysload=0.87 cputime=3389.420 memavail=660940 print_time=89082.872 buffer_time=2.274 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89867.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=36245915 bytes_read=25543142 bytes_retransmit=9 bytes_invalid=0 send_seq=785418 receive_seq=785418 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=5317 freq=64001152 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=39.4 sd_pos=541425 heater_bed: target=110 temp=110.0 pwm=0.225 sysload=0.88 cputime=3389.621 memavail=660224 print_time=89083.647 buffer_time=2.047 print_stall=86 extruder: target=260 temp=260.0 pwm=0.415 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89868.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=36253229 bytes_read=25544212 bytes_retransmit=9 bytes_invalid=0 send_seq=785544 receive_seq=785544 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=8165 freq=64001148 CB1: temp=45.3 Manta: temp=43.7 chamber: temp=39.4 sd_pos=546171 heater_bed: target=110 temp=110.1 pwm=0.225 sysload=0.88 cputime=3389.930 memavail=659752 print_time=89085.216 buffer_time=2.615 print_stall=86 extruder: target=260 temp=259.5 pwm=0.452 | |
Stats 89869.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=36260181 bytes_read=25545281 bytes_retransmit=9 bytes_invalid=0 send_seq=785661 receive_seq=785661 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=5237 freq=64001146 CB1: temp=44.9 Manta: temp=43.2 chamber: temp=39.4 sd_pos=546995 heater_bed: target=110 temp=110.0 pwm=0.225 sysload=0.88 cputime=3390.069 memavail=660536 print_time=89085.729 buffer_time=2.127 print_stall=86 extruder: target=260 temp=259.0 pwm=0.818 | |
Stats 89870.5: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36266995 bytes_read=25546322 bytes_retransmit=9 bytes_invalid=0 send_seq=785775 receive_seq=785775 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=15 upcoming_bytes=4340 freq=64001145 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=39.4 sd_pos=549285 heater_bed: target=110 temp=110.0 pwm=0.225 sysload=0.88 cputime=3390.323 memavail=660064 print_time=89087.041 buffer_time=2.438 print_stall=86 extruder: target=260 temp=259.0 pwm=0.603 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89871.5: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36273770 bytes_read=25547332 bytes_retransmit=9 bytes_invalid=0 send_seq=785889 receive_seq=785889 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=3825 freq=64001149 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=39.4 sd_pos=551434 heater_bed: target=110 temp=110.0 pwm=0.225 sysload=0.88 cputime=3390.737 memavail=660288 print_time=89088.000 buffer_time=2.397 print_stall=86 extruder: target=260 temp=259.7 pwm=0.011 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89872.5: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36277173 bytes_read=25548111 bytes_retransmit=9 bytes_invalid=0 send_seq=785948 receive_seq=785948 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=3524 freq=64001149 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=39.4 sd_pos=552059 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.81 cputime=3390.878 memavail=660368 print_time=89089.071 buffer_time=2.466 print_stall=86 extruder: target=260 temp=259.0 pwm=0.605 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89873.5: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36283926 bytes_read=25549131 bytes_retransmit=9 bytes_invalid=0 send_seq=786061 receive_seq=786061 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=597 freq=64001149 CB1: temp=44.9 Manta: temp=42.8 chamber: temp=39.5 sd_pos=552361 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.81 cputime=3391.006 memavail=660380 print_time=89089.710 buffer_time=2.105 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89874.5: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36288595 bytes_read=25549976 bytes_retransmit=9 bytes_invalid=0 send_seq=786142 receive_seq=786142 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=2050 freq=64001150 CB1: temp=44.9 Manta: temp=43.9 chamber: temp=39.3 sd_pos=553435 heater_bed: target=110 temp=110.0 pwm=0.213 sysload=0.81 cputime=3391.185 memavail=660128 print_time=89091.113 buffer_time=2.507 print_stall=86 extruder: target=260 temp=259.6 pwm=0.885 | |
Stats 89875.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36292829 bytes_read=25550871 bytes_retransmit=9 bytes_invalid=0 send_seq=786221 receive_seq=786221 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=2328 freq=64001148 CB1: temp=45.6 Manta: temp=43.5 chamber: temp=39.4 sd_pos=554664 heater_bed: target=110 temp=110.1 pwm=0.213 sysload=0.81 cputime=3391.603 memavail=660164 print_time=89091.865 buffer_time=2.258 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89876.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36295757 bytes_read=25551601 bytes_retransmit=9 bytes_invalid=0 send_seq=786276 receive_seq=786276 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4644 freq=64001149 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=39.5 sd_pos=556172 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.81 cputime=3392.042 memavail=659920 print_time=89092.773 buffer_time=2.165 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89877.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36302540 bytes_read=25552626 bytes_retransmit=9 bytes_invalid=0 send_seq=786393 receive_seq=786393 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=39 upcoming_bytes=7091 freq=64001151 CB1: temp=45.4 Manta: temp=43.8 chamber: temp=39.4 sd_pos=559142 heater_bed: target=110 temp=110.2 pwm=0.148 sysload=0.74 cputime=3392.355 memavail=659992 print_time=89094.196 buffer_time=2.587 print_stall=86 extruder: target=260 temp=258.9 pwm=0.835 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89878.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36308537 bytes_read=25553625 bytes_retransmit=9 bytes_invalid=0 send_seq=786496 receive_seq=786496 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=7171 freq=64001149 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=39.4 sd_pos=561499 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.74 cputime=3392.541 memavail=659740 print_time=89095.004 buffer_time=2.394 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89879.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36315411 bytes_read=25554665 bytes_retransmit=9 bytes_invalid=0 send_seq=786613 receive_seq=786613 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6500 freq=64001146 CB1: temp=45.1 Manta: temp=43.0 chamber: temp=39.5 sd_pos=563452 heater_bed: target=110 temp=110.1 pwm=0.255 sysload=0.74 cputime=3392.722 memavail=659488 print_time=89095.817 buffer_time=2.205 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89880.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36322634 bytes_read=25555741 bytes_retransmit=9 bytes_invalid=0 send_seq=786737 receive_seq=786737 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=5023 freq=64001149 CB1: temp=45.2 Manta: temp=43.3 chamber: temp=39.4 sd_pos=565471 heater_bed: target=110 temp=110.0 pwm=0.255 sysload=0.74 cputime=3392.942 memavail=659016 print_time=89096.650 buffer_time=2.038 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89881.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36330280 bytes_read=25556891 bytes_retransmit=9 bytes_invalid=0 send_seq=786868 receive_seq=786868 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=5235 freq=64001145 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=39.4 sd_pos=566622 heater_bed: target=110 temp=110.0 pwm=0.162 sysload=0.74 cputime=3393.168 memavail=658764 print_time=89097.718 buffer_time=2.106 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89882.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36336971 bytes_read=25557926 bytes_retransmit=9 bytes_invalid=0 send_seq=786984 receive_seq=786984 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=4205 freq=64001142 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=39.5 sd_pos=567274 heater_bed: target=110 temp=110.1 pwm=0.162 sysload=0.76 cputime=3393.356 memavail=658992 print_time=89098.618 buffer_time=2.004 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89883.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36344439 bytes_read=25559001 bytes_retransmit=9 bytes_invalid=0 send_seq=787111 receive_seq=787111 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=6031 freq=64001139 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=39.6 sd_pos=568626 heater_bed: target=110 temp=110.0 pwm=0.146 sysload=0.76 cputime=3393.566 memavail=659352 print_time=89100.154 buffer_time=2.527 print_stall=86 extruder: target=260 temp=260.1 pwm=0.196 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89884.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36350639 bytes_read=25560010 bytes_retransmit=9 bytes_invalid=0 send_seq=787216 receive_seq=787216 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=3591 freq=64001138 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=39.5 sd_pos=569179 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.76 cputime=3393.756 memavail=659300 print_time=89100.928 buffer_time=2.301 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89885.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36356921 bytes_read=25561011 bytes_retransmit=9 bytes_invalid=0 send_seq=787322 receive_seq=787322 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=46 upcoming_bytes=1341 freq=64001140 CB1: temp=45.7 Manta: temp=43.0 chamber: temp=39.5 sd_pos=569849 heater_bed: target=110 temp=110.0 pwm=0.153 sysload=0.76 cputime=3393.939 memavail=659132 print_time=89101.785 buffer_time=2.157 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89886.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36361568 bytes_read=25561856 bytes_retransmit=9 bytes_invalid=0 send_seq=787403 receive_seq=787403 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=1789 freq=64001141 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=39.5 sd_pos=570586 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.76 cputime=3394.135 memavail=658920 print_time=89102.996 buffer_time=2.368 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89887.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36366235 bytes_read=25562745 bytes_retransmit=9 bytes_invalid=0 send_seq=787484 receive_seq=787484 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=1426 freq=64001139 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=39.5 sd_pos=571312 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.70 cputime=3394.309 memavail=658704 print_time=89103.908 buffer_time=2.279 print_stall=86 extruder: target=260 temp=260.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89888.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36370615 bytes_read=25563570 bytes_retransmit=9 bytes_invalid=0 send_seq=787559 receive_seq=787558 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=662 freq=64001136 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=39.5 sd_pos=571784 heater_bed: target=110 temp=109.9 pwm=0.287 sysload=0.70 cputime=3394.472 memavail=658932 print_time=89104.697 buffer_time=2.068 print_stall=86 extruder: target=260 temp=260.3 pwm=0.397 | |
Stats 89889.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=36375133 bytes_read=25564425 bytes_retransmit=9 bytes_invalid=0 send_seq=787641 receive_seq=787641 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=2699 freq=64001137 CB1: temp=45.3 Manta: temp=43.7 chamber: temp=39.5 sd_pos=572682 heater_bed: target=110 temp=110.0 pwm=0.223 sysload=0.70 cputime=3394.657 memavail=659048 print_time=89106.002 buffer_time=2.372 print_stall=86 extruder: target=260 temp=260.7 pwm=0.039 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89890.6: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36380157 bytes_read=25565375 bytes_retransmit=9 bytes_invalid=0 send_seq=787728 receive_seq=787728 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4933 freq=64001140 CB1: temp=45.3 Manta: temp=42.8 chamber: temp=39.5 sd_pos=575751 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=0.70 cputime=3394.971 memavail=658828 print_time=89107.058 buffer_time=2.332 print_stall=86 extruder: target=260 temp=260.7 pwm=0.256 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89891.6: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36385273 bytes_read=25566280 bytes_retransmit=9 bytes_invalid=0 send_seq=787821 receive_seq=787821 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=5469 freq=64001141 CB1: temp=45.0 Manta: temp=43.8 chamber: temp=39.4 sd_pos=577633 heater_bed: target=110 temp=109.9 pwm=0.210 sysload=0.70 cputime=3395.163 memavail=659080 print_time=89107.861 buffer_time=2.134 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89892.6: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36392471 bytes_read=25567379 bytes_retransmit=9 bytes_invalid=0 send_seq=787944 receive_seq=787944 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4265 freq=64001139 CB1: temp=45.1 Manta: temp=42.9 chamber: temp=39.5 sd_pos=581623 heater_bed: target=110 temp=109.9 pwm=0.269 sysload=0.73 cputime=3395.425 memavail=659864 print_time=89108.669 buffer_time=1.924 print_stall=86 extruder: target=260 temp=260.5 pwm=0.384 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89893.6: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36399231 bytes_read=25568409 bytes_retransmit=9 bytes_invalid=0 send_seq=788059 receive_seq=788059 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=5697 freq=64001143 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=39.5 sd_pos=582556 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.73 cputime=3395.624 memavail=659896 print_time=89109.922 buffer_time=2.177 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
Stats 89894.6: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36406302 bytes_read=25569439 bytes_retransmit=9 bytes_invalid=0 send_seq=788177 receive_seq=788177 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=4388 freq=64001149 CB1: temp=45.8 Manta: temp=43.1 chamber: temp=39.5 sd_pos=584608 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.73 cputime=3395.895 memavail=660000 print_time=89111.239 buffer_time=2.493 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89895.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36413109 bytes_read=25570514 bytes_retransmit=9 bytes_invalid=0 send_seq=788292 receive_seq=788292 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=3842 freq=64001149 CB1: temp=45.3 Manta: temp=43.1 chamber: temp=39.5 sd_pos=586702 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.73 cputime=3396.310 memavail=659828 print_time=89112.143 buffer_time=2.396 print_stall=86 extruder: target=260 temp=259.0 pwm=1.000 | |
Stats 89896.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36416429 bytes_read=25571269 bytes_retransmit=9 bytes_invalid=0 send_seq=788352 receive_seq=788352 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=3268 freq=64001150 CB1: temp=46.1 Manta: temp=43.0 chamber: temp=39.5 sd_pos=587147 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.73 cputime=3396.432 memavail=660800 print_time=89112.971 buffer_time=2.223 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89897.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36423018 bytes_read=25572269 bytes_retransmit=9 bytes_invalid=0 send_seq=788464 receive_seq=788464 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=1552 freq=64001151 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=39.5 sd_pos=587924 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.67 cputime=3396.594 memavail=660140 print_time=89114.016 buffer_time=2.267 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89898.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36427946 bytes_read=25573173 bytes_retransmit=9 bytes_invalid=0 send_seq=788548 receive_seq=788548 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=0 freq=64001150 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=39.5 sd_pos=588506 heater_bed: target=110 temp=110.1 pwm=0.125 sysload=0.67 cputime=3396.718 memavail=660112 print_time=89115.045 buffer_time=2.296 print_stall=86 extruder: target=260 temp=260.0 pwm=0.204 | |
Stats 89899.7: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36432851 bytes_read=25574073 bytes_retransmit=9 bytes_invalid=0 send_seq=788637 receive_seq=788637 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=0 freq=64001149 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=39.5 sd_pos=589798 heater_bed: target=110 temp=110.1 pwm=0.125 sysload=0.67 cputime=3397.055 memavail=660176 print_time=89115.729 buffer_time=1.915 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89900.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36435685 bytes_read=25574828 bytes_retransmit=9 bytes_invalid=0 send_seq=788688 receive_seq=788688 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=4631 freq=64001148 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=39.5 sd_pos=591783 heater_bed: target=110 temp=110.1 pwm=0.191 sysload=0.67 cputime=3397.638 memavail=659464 print_time=89117.053 buffer_time=2.238 print_stall=86 extruder: target=260 temp=260.1 pwm=0.519 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89901.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36442214 bytes_read=25575848 bytes_retransmit=9 bytes_invalid=0 send_seq=788801 receive_seq=788801 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=5435 freq=64001147 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=39.6 sd_pos=594065 heater_bed: target=110 temp=110.2 pwm=0.120 sysload=0.67 cputime=3398.008 memavail=659776 print_time=89118.196 buffer_time=2.380 print_stall=86 extruder: target=260 temp=259.7 pwm=0.338 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89902.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36448075 bytes_read=25576788 bytes_retransmit=9 bytes_invalid=0 send_seq=788901 receive_seq=788901 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=29 upcoming_bytes=5549 freq=64001150 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=39.5 sd_pos=595774 heater_bed: target=110 temp=110.1 pwm=0.185 sysload=0.61 cputime=3398.184 memavail=659552 print_time=89118.983 buffer_time=2.167 print_stall=86 extruder: target=260 temp=259.9 pwm=0.752 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89903.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36454740 bytes_read=25577842 bytes_retransmit=9 bytes_invalid=0 send_seq=789015 receive_seq=789015 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=8908 freq=64001148 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=39.5 sd_pos=599516 heater_bed: target=110 temp=110.1 pwm=0.218 sysload=0.61 cputime=3398.451 memavail=660120 print_time=89120.447 buffer_time=2.602 print_stall=86 extruder: target=260 temp=260.3 pwm=0.183 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89904.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36462035 bytes_read=25578922 bytes_retransmit=9 bytes_invalid=0 send_seq=789140 receive_seq=789140 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=7986 freq=64001147 CB1: temp=45.6 Manta: temp=43.1 chamber: temp=39.6 sd_pos=601561 heater_bed: target=110 temp=110.0 pwm=0.267 sysload=0.61 cputime=3398.643 memavail=660372 print_time=89121.336 buffer_time=2.491 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89905.7: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36469339 bytes_read=25579990 bytes_retransmit=9 bytes_invalid=0 send_seq=789264 receive_seq=789264 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=6207 freq=64001152 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=39.6 sd_pos=602355 heater_bed: target=110 temp=110.0 pwm=0.214 sysload=0.61 cputime=3398.845 memavail=660148 print_time=89122.178 buffer_time=2.332 print_stall=86 extruder: target=260 temp=259.6 pwm=0.993 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89906.7: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36476726 bytes_read=25581082 bytes_retransmit=9 bytes_invalid=0 send_seq=789389 receive_seq=789389 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=5527 freq=64001151 CB1: temp=46.4 Manta: temp=43.4 chamber: temp=39.5 sd_pos=603044 heater_bed: target=110 temp=109.9 pwm=0.276 sysload=0.61 cputime=3399.077 memavail=660152 print_time=89123.193 buffer_time=2.346 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
Stats 89907.7: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36483382 bytes_read=25582093 bytes_retransmit=9 bytes_invalid=0 send_seq=789503 receive_seq=789503 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=4043 freq=64001150 CB1: temp=45.7 Manta: temp=43.0 chamber: temp=39.6 sd_pos=603686 heater_bed: target=110 temp=109.9 pwm=0.276 sysload=0.65 cputime=3399.245 memavail=659704 print_time=89124.084 buffer_time=2.237 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89908.7: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36489188 bytes_read=25583015 bytes_retransmit=9 bytes_invalid=0 send_seq=789602 receive_seq=789602 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=1921 freq=64001148 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=39.6 sd_pos=604242 heater_bed: target=110 temp=109.9 pwm=0.222 sysload=0.65 cputime=3399.396 memavail=659704 print_time=89124.851 buffer_time=2.003 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89909.7: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36495161 bytes_read=25584005 bytes_retransmit=9 bytes_invalid=0 send_seq=789705 receive_seq=789705 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2415 freq=64001147 CB1: temp=45.3 Manta: temp=43.7 chamber: temp=39.6 sd_pos=605346 heater_bed: target=110 temp=109.9 pwm=0.261 sysload=0.65 cputime=3399.618 memavail=659700 print_time=89126.215 buffer_time=2.367 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
Stats 89910.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000035 mcu_task_stddev=0.000042 bytes_write=36499929 bytes_read=25584886 bytes_retransmit=9 bytes_invalid=0 send_seq=789787 receive_seq=789787 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=1488 freq=64001147 CB1: temp=45.8 Manta: temp=43.1 chamber: temp=39.6 sd_pos=605817 heater_bed: target=110 temp=109.9 pwm=0.205 sysload=0.65 cputime=3399.788 memavail=659728 print_time=89127.146 buffer_time=2.296 print_stall=86 extruder: target=260 temp=260.3 pwm=0.394 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89911.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000035 mcu_task_stddev=0.000042 bytes_write=36504637 bytes_read=25585731 bytes_retransmit=9 bytes_invalid=0 send_seq=789868 receive_seq=789868 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=1076 freq=64001149 CB1: temp=45.0 Manta: temp=43.6 chamber: temp=39.6 sd_pos=606625 heater_bed: target=110 temp=110.0 pwm=0.205 sysload=0.65 cputime=3399.955 memavail=659776 print_time=89128.059 buffer_time=2.209 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89912.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000035 mcu_task_stddev=0.000042 bytes_write=36508804 bytes_read=25586580 bytes_retransmit=9 bytes_invalid=0 send_seq=789941 receive_seq=789941 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=2120 freq=64001153 CB1: temp=44.8 Manta: temp=43.1 chamber: temp=39.6 sd_pos=607441 heater_bed: target=110 temp=110.0 pwm=0.205 sysload=0.59 cputime=3400.143 memavail=660536 print_time=89129.321 buffer_time=2.449 print_stall=86 extruder: target=260 temp=260.5 pwm=0.600 | |
Stats 89913.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000035 mcu_task_stddev=0.000042 bytes_write=36513705 bytes_read=25587455 bytes_retransmit=9 bytes_invalid=0 send_seq=790025 receive_seq=790025 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=1802 freq=64001153 CB1: temp=45.1 Manta: temp=43.8 chamber: temp=39.6 sd_pos=608014 heater_bed: target=110 temp=110.0 pwm=0.206 sysload=0.59 cputime=3400.307 memavail=660728 print_time=89130.151 buffer_time=2.279 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89914.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000035 mcu_task_stddev=0.000042 bytes_write=36518099 bytes_read=25588290 bytes_retransmit=9 bytes_invalid=0 send_seq=790104 receive_seq=790104 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=4622 freq=64001153 CB1: temp=45.3 Manta: temp=43.9 chamber: temp=39.6 sd_pos=611436 heater_bed: target=110 temp=110.0 pwm=0.160 sysload=0.59 cputime=3400.602 memavail=660844 print_time=89131.238 buffer_time=2.364 print_stall=86 extruder: target=260 temp=260.1 pwm=0.521 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89915.7: gcodein=0 mcu: mcu_awake=0.054 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36522946 bytes_read=25589210 bytes_retransmit=9 bytes_invalid=0 send_seq=790188 receive_seq=790188 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=8073 freq=64001155 CB1: temp=45.9 Manta: temp=43.2 chamber: temp=39.6 sd_pos=614421 heater_bed: target=110 temp=110.1 pwm=0.162 sysload=0.59 cputime=3400.873 memavail=661120 print_time=89132.464 buffer_time=2.590 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89916.7: gcodein=0 mcu: mcu_awake=0.054 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36529613 bytes_read=25590235 bytes_retransmit=9 bytes_invalid=0 send_seq=790302 receive_seq=790302 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=6350 freq=64001155 CB1: temp=45.2 Manta: temp=43.1 chamber: temp=39.6 sd_pos=616379 heater_bed: target=110 temp=110.1 pwm=0.163 sysload=0.59 cputime=3401.054 memavail=661424 print_time=89133.169 buffer_time=2.293 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89917.7: gcodein=0 mcu: mcu_awake=0.054 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36536636 bytes_read=25591285 bytes_retransmit=9 bytes_invalid=0 send_seq=790424 receive_seq=790424 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=6114 freq=64001153 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=39.6 sd_pos=618679 heater_bed: target=110 temp=110.0 pwm=0.222 sysload=0.63 cputime=3401.249 memavail=660700 print_time=89134.131 buffer_time=2.256 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
Stats 89918.7: gcodein=0 mcu: mcu_awake=0.054 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36543496 bytes_read=25592354 bytes_retransmit=9 bytes_invalid=0 send_seq=790541 receive_seq=790541 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=5079 freq=64001156 CB1: temp=45.1 Manta: temp=43.3 chamber: temp=39.6 sd_pos=620982 heater_bed: target=110 temp=110.0 pwm=0.170 sysload=0.63 cputime=3401.494 memavail=660460 print_time=89135.436 buffer_time=2.560 print_stall=86 extruder: target=260 temp=260.2 pwm=0.402 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89919.7: gcodein=0 mcu: mcu_awake=0.054 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36550476 bytes_read=25593358 bytes_retransmit=9 bytes_invalid=0 send_seq=790658 receive_seq=790658 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=4467 freq=64001158 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=39.6 sd_pos=623129 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.63 cputime=3401.889 memavail=660208 print_time=89136.403 buffer_time=2.522 print_stall=86 extruder: target=260 temp=259.8 pwm=0.542 | |
Stats 89920.7: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36554137 bytes_read=25594148 bytes_retransmit=9 bytes_invalid=0 send_seq=790722 receive_seq=790722 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2680 freq=64001161 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=39.6 sd_pos=623351 heater_bed: target=110 temp=109.9 pwm=0.267 sysload=0.63 cputime=3402.006 memavail=659716 print_time=89136.967 buffer_time=2.086 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89921.7: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36560504 bytes_read=25595183 bytes_retransmit=9 bytes_invalid=0 send_seq=790832 receive_seq=790832 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=1366 freq=64001162 CB1: temp=45.5 Manta: temp=42.9 chamber: temp=39.6 sd_pos=624040 heater_bed: target=110 temp=110.0 pwm=0.191 sysload=0.63 cputime=3402.163 memavail=659720 print_time=89138.112 buffer_time=2.230 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89922.7: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36565410 bytes_read=25596048 bytes_retransmit=9 bytes_invalid=0 send_seq=790917 receive_seq=790917 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=44 upcoming_bytes=2571 freq=64001158 CB1: temp=46.1 Manta: temp=43.5 chamber: temp=39.6 sd_pos=625113 heater_bed: target=110 temp=110.0 pwm=0.191 sysload=0.58 cputime=3402.345 memavail=659720 print_time=89139.515 buffer_time=2.633 print_stall=86 extruder: target=260 temp=259.6 pwm=0.233 | |
Stats 89923.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36570279 bytes_read=25596997 bytes_retransmit=9 bytes_invalid=0 send_seq=791007 receive_seq=791007 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=2310 freq=64001155 CB1: temp=45.1 Manta: temp=43.3 chamber: temp=39.6 sd_pos=626360 heater_bed: target=110 temp=110.0 pwm=0.191 sysload=0.58 cputime=3402.766 memavail=659720 print_time=89140.269 buffer_time=2.271 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89924.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36573032 bytes_read=25597707 bytes_retransmit=9 bytes_invalid=0 send_seq=791061 receive_seq=791061 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=4765 freq=64001157 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=39.6 sd_pos=627899 heater_bed: target=110 temp=110.0 pwm=0.191 sysload=0.58 cputime=3403.220 memavail=659720 print_time=89141.183 buffer_time=2.184 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89925.9: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36579855 bytes_read=25598792 bytes_retransmit=9 bytes_invalid=0 send_seq=791178 receive_seq=791178 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=7184 freq=64001152 CB1: temp=45.8 Manta: temp=42.8 chamber: temp=39.6 sd_pos=630821 heater_bed: target=110 temp=110.1 pwm=0.168 sysload=0.58 cputime=3403.551 memavail=659720 print_time=89142.603 buffer_time=2.603 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89926.9: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36585829 bytes_read=25599768 bytes_retransmit=9 bytes_invalid=0 send_seq=791280 receive_seq=791280 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=7329 freq=64001149 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=39.6 sd_pos=633192 heater_bed: target=110 temp=110.1 pwm=0.168 sysload=0.58 cputime=3403.741 memavail=659248 print_time=89143.412 buffer_time=2.412 print_stall=86 extruder: target=260 temp=258.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89927.9: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36592702 bytes_read=25600793 bytes_retransmit=9 bytes_invalid=0 send_seq=791397 receive_seq=791397 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=6625 freq=64001148 CB1: temp=45.9 Manta: temp=43.0 chamber: temp=39.6 sd_pos=635188 heater_bed: target=110 temp=110.1 pwm=0.168 sysload=0.61 cputime=3403.920 memavail=659248 print_time=89144.224 buffer_time=2.219 print_stall=86 extruder: target=260 temp=259.2 pwm=0.915 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89928.9: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36599959 bytes_read=25601887 bytes_retransmit=9 bytes_invalid=0 send_seq=791519 receive_seq=791519 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=5088 freq=64001148 CB1: temp=45.9 Manta: temp=43.1 chamber: temp=39.6 sd_pos=637210 heater_bed: target=110 temp=110.0 pwm=0.234 sysload=0.61 cputime=3404.132 memavail=658996 print_time=89145.057 buffer_time=2.052 print_stall=86 extruder: target=260 temp=259.3 pwm=0.798 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89929.9: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36607626 bytes_read=25602982 bytes_retransmit=9 bytes_invalid=0 send_seq=791648 receive_seq=791647 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=7712 freq=64001148 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=39.6 sd_pos=640941 heater_bed: target=110 temp=110.1 pwm=0.170 sysload=0.61 cputime=3404.458 memavail=658996 print_time=89146.415 buffer_time=2.410 print_stall=86 extruder: target=260 temp=259.5 pwm=0.681 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89930.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36614274 bytes_read=25604013 bytes_retransmit=9 bytes_invalid=0 send_seq=791762 receive_seq=791762 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=6955 freq=64001149 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=39.7 sd_pos=642740 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3404.653 memavail=658492 print_time=89147.232 buffer_time=2.225 print_stall=86 extruder: target=260 temp=259.7 pwm=0.559 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89931.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36622215 bytes_read=25605172 bytes_retransmit=9 bytes_invalid=0 send_seq=791897 receive_seq=791897 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=4851 freq=64001152 CB1: temp=45.9 Manta: temp=43.2 chamber: temp=39.6 sd_pos=644533 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3404.834 memavail=658492 print_time=89148.026 buffer_time=2.020 print_stall=86 extruder: target=260 temp=258.9 pwm=0.508 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89932.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36629082 bytes_read=25606212 bytes_retransmit=9 bytes_invalid=0 send_seq=792014 receive_seq=792014 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=6195 freq=64001152 CB1: temp=46.4 Manta: temp=43.5 chamber: temp=39.7 sd_pos=647786 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.56 cputime=3405.111 memavail=658496 print_time=89149.270 buffer_time=2.263 print_stall=86 extruder: target=260 temp=259.7 pwm=0.778 | |
Stats 89933.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36636160 bytes_read=25607247 bytes_retransmit=9 bytes_invalid=0 send_seq=792134 receive_seq=792133 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4900 freq=64001152 CB1: temp=45.6 Manta: temp=43.7 chamber: temp=39.6 sd_pos=649870 heater_bed: target=110 temp=110.1 pwm=0.219 sysload=0.56 cputime=3405.372 memavail=658244 print_time=89150.584 buffer_time=2.576 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89934.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36643166 bytes_read=25608331 bytes_retransmit=9 bytes_invalid=0 send_seq=792253 receive_seq=792253 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4077 freq=64001155 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=39.7 sd_pos=651699 heater_bed: target=110 temp=110.0 pwm=0.237 sysload=0.56 cputime=3405.799 memavail=658020 print_time=89151.469 buffer_time=2.435 print_stall=86 extruder: target=260 temp=260.1 pwm=0.098 | |
Stats 89935.9: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36646778 bytes_read=25609132 bytes_retransmit=9 bytes_invalid=0 send_seq=792319 receive_seq=792319 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3228 freq=64001154 CB1: temp=46.1 Manta: temp=43.1 chamber: temp=39.6 sd_pos=652144 heater_bed: target=110 temp=110.0 pwm=0.141 sysload=0.56 cputime=3405.929 memavail=658020 print_time=89152.297 buffer_time=2.262 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89936.9: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36653066 bytes_read=25610127 bytes_retransmit=9 bytes_invalid=0 send_seq=792430 receive_seq=792430 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=1798 freq=64001157 CB1: temp=46.1 Manta: temp=43.0 chamber: temp=39.6 sd_pos=652921 heater_bed: target=110 temp=110.1 pwm=0.193 sysload=0.52 cputime=3406.103 memavail=657768 print_time=89153.342 buffer_time=2.307 print_stall=86 extruder: target=260 temp=259.9 pwm=0.433 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89937.9: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36658272 bytes_read=25611061 bytes_retransmit=9 bytes_invalid=0 send_seq=792520 receive_seq=792520 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=0 freq=64001160 CB1: temp=45.2 Manta: temp=43.3 chamber: temp=39.6 sd_pos=653486 heater_bed: target=110 temp=110.1 pwm=0.162 sysload=0.52 cputime=3406.239 memavail=657896 print_time=89154.371 buffer_time=2.336 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 89938.9: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36663065 bytes_read=25611966 bytes_retransmit=9 bytes_invalid=0 send_seq=792610 receive_seq=792610 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=263 freq=64001160 CB1: temp=45.6 Manta: temp=43.9 chamber: temp=39.6 sd_pos=654601 heater_bed: target=110 temp=110.1 pwm=0.150 sysload=0.52 cputime=3406.484 memavail=657896 print_time=89155.071 buffer_time=2.035 print_stall=86 extruder: target=260 temp=260.4 pwm=0.396 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89939.9: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36665994 bytes_read=25612666 bytes_retransmit=9 bytes_invalid=0 send_seq=792662 receive_seq=792662 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=4532 freq=64001162 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=39.6 sd_pos=656719 heater_bed: target=110 temp=110.1 pwm=0.150 sysload=0.52 cputime=3407.138 memavail=658176 print_time=89156.356 buffer_time=2.319 print_stall=86 extruder: target=260 temp=260.4 pwm=0.396 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89940.9: gcodein=0 mcu: mcu_awake=0.059 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36671913 bytes_read=25613706 bytes_retransmit=9 bytes_invalid=0 send_seq=792770 receive_seq=792770 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=6266 freq=64001166 CB1: temp=45.8 Manta: temp=42.8 chamber: temp=39.6 sd_pos=659306 heater_bed: target=110 temp=110.1 pwm=0.150 sysload=0.52 cputime=3407.540 memavail=658176 print_time=89157.594 buffer_time=2.557 print_stall=86 extruder: target=260 temp=260.5 pwm=0.716 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89941.9: gcodein=0 mcu: mcu_awake=0.059 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36677840 bytes_read=25614671 bytes_retransmit=9 bytes_invalid=0 send_seq=792872 receive_seq=792872 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=6711 freq=64001166 CB1: temp=45.8 Manta: temp=42.8 chamber: temp=39.6 sd_pos=661174 heater_bed: target=110 temp=110.0 pwm=0.202 sysload=0.47 cputime=3407.746 memavail=657956 print_time=89158.452 buffer_time=2.415 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89942.9: gcodein=0 mcu: mcu_awake=0.059 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36684269 bytes_read=25615661 bytes_retransmit=9 bytes_invalid=0 send_seq=792982 receive_seq=792982 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=5786 freq=64001166 CB1: temp=46.0 Manta: temp=43.5 chamber: temp=39.7 sd_pos=662310 heater_bed: target=110 temp=110.0 pwm=0.202 sysload=0.47 cputime=3407.898 memavail=657956 print_time=89159.175 buffer_time=2.137 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89943.9: gcodein=0 mcu: mcu_awake=0.059 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36691652 bytes_read=25616765 bytes_retransmit=9 bytes_invalid=0 send_seq=793106 receive_seq=793106 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=8490 freq=64001165 CB1: temp=45.3 Manta: temp=43.1 chamber: temp=39.7 sd_pos=666490 heater_bed: target=110 temp=110.0 pwm=0.197 sysload=0.47 cputime=3408.181 memavail=657956 print_time=89160.642 buffer_time=2.573 print_stall=86 extruder: target=260 temp=260.7 pwm=0.263 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89944.9: gcodein=0 mcu: mcu_awake=0.059 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=36698685 bytes_read=25617810 bytes_retransmit=9 bytes_invalid=0 send_seq=793224 receive_seq=793224 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=7402 freq=64001165 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.7 sd_pos=668201 heater_bed: target=110 temp=109.9 pwm=0.220 sysload=0.47 cputime=3408.398 memavail=657960 print_time=89161.314 buffer_time=2.245 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89945.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36705946 bytes_read=25618896 bytes_retransmit=9 bytes_invalid=0 send_seq=793350 receive_seq=793350 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=7788 freq=64001163 CB1: temp=45.4 Manta: temp=43.2 chamber: temp=39.7 sd_pos=671572 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.47 cputime=3408.697 memavail=657960 print_time=89162.427 buffer_time=2.357 print_stall=86 extruder: target=260 temp=261.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89947.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36714454 bytes_read=25620110 bytes_retransmit=9 bytes_invalid=0 send_seq=793493 receive_seq=793493 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=9439 freq=64001164 CB1: temp=46.5 Manta: temp=43.4 chamber: temp=39.6 sd_pos=676381 heater_bed: target=110 temp=109.9 pwm=0.263 sysload=0.44 cputime=3409.032 memavail=657960 print_time=89163.993 buffer_time=2.834 print_stall=86 extruder: target=260 temp=261.2 pwm=0.000 | |
Stats 89948.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36721626 bytes_read=25621160 bytes_retransmit=9 bytes_invalid=0 send_seq=793615 receive_seq=793615 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=6363 freq=64001161 CB1: temp=46.4 Manta: temp=43.4 chamber: temp=39.7 sd_pos=677205 heater_bed: target=110 temp=109.9 pwm=0.195 sysload=0.44 cputime=3409.179 memavail=657960 print_time=89164.505 buffer_time=2.345 print_stall=86 extruder: target=260 temp=260.1 pwm=0.736 | |
Stats 89949.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36728661 bytes_read=25622264 bytes_retransmit=9 bytes_invalid=0 send_seq=793736 receive_seq=793736 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=5309 freq=64001161 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=39.7 sd_pos=679511 heater_bed: target=110 temp=109.9 pwm=0.112 sysload=0.44 cputime=3409.444 memavail=657740 print_time=89165.817 buffer_time=2.615 print_stall=86 extruder: target=260 temp=260.5 pwm=0.493 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89950.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36735683 bytes_read=25623304 bytes_retransmit=9 bytes_invalid=0 send_seq=793856 receive_seq=793856 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=4340 freq=64001159 CB1: temp=46.1 Manta: temp=42.9 chamber: temp=39.7 sd_pos=681456 heater_bed: target=110 temp=110.0 pwm=0.101 sysload=0.44 cputime=3409.844 memavail=657740 print_time=89166.727 buffer_time=2.486 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
Stats 89951.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36739402 bytes_read=25624129 bytes_retransmit=9 bytes_invalid=0 send_seq=793921 receive_seq=793921 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=2420 freq=64001160 CB1: temp=45.3 Manta: temp=43.5 chamber: temp=39.7 sd_pos=681678 heater_bed: target=110 temp=109.9 pwm=0.204 sysload=0.44 cputime=3409.958 memavail=657780 print_time=89167.292 buffer_time=2.049 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89952.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36745746 bytes_read=25625139 bytes_retransmit=9 bytes_invalid=0 send_seq=794032 receive_seq=794032 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=1365 freq=64001160 CB1: temp=45.4 Manta: temp=43.3 chamber: temp=39.7 sd_pos=682574 heater_bed: target=110 temp=109.9 pwm=0.219 sysload=0.40 cputime=3410.131 memavail=658032 print_time=89168.476 buffer_time=2.233 print_stall=86 extruder: target=260 temp=260.7 pwm=0.910 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89953.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36750482 bytes_read=25625984 bytes_retransmit=9 bytes_invalid=0 send_seq=794113 receive_seq=794113 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=2719 freq=64001158 CB1: temp=45.4 Manta: temp=43.4 chamber: temp=39.7 sd_pos=683665 heater_bed: target=110 temp=109.9 pwm=0.219 sysload=0.40 cputime=3410.314 memavail=658788 print_time=89169.880 buffer_time=2.636 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
Stats 89954.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36755525 bytes_read=25626918 bytes_retransmit=9 bytes_invalid=0 send_seq=794200 receive_seq=794200 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=2311 freq=64001156 CB1: temp=45.1 Manta: temp=43.5 chamber: temp=39.7 sd_pos=684897 heater_bed: target=110 temp=110.0 pwm=0.156 sysload=0.40 cputime=3410.743 memavail=658548 print_time=89170.632 buffer_time=2.279 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89955.2: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=36758230 bytes_read=25627628 bytes_retransmit=9 bytes_invalid=0 send_seq=794254 receive_seq=794254 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=4766 freq=64001157 CB1: temp=46.7 Manta: temp=43.0 chamber: temp=39.7 sd_pos=686405 heater_bed: target=110 temp=110.1 pwm=0.097 sysload=0.40 cputime=3411.225 memavail=658304 print_time=89171.543 buffer_time=2.190 print_stall=86 extruder: target=260 temp=261.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89956.2: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36765072 bytes_read=25628708 bytes_retransmit=9 bytes_invalid=0 send_seq=794371 receive_seq=794370 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7303 freq=64001160 CB1: temp=46.4 Manta: temp=43.4 chamber: temp=39.7 sd_pos=689328 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.40 cputime=3411.517 memavail=658304 print_time=89172.964 buffer_time=2.610 print_stall=86 extruder: target=260 temp=260.9 pwm=0.673 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89957.2: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36771040 bytes_read=25629668 bytes_retransmit=9 bytes_invalid=0 send_seq=794471 receive_seq=794471 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=7378 freq=64001160 CB1: temp=46.0 Manta: temp=44.0 chamber: temp=39.7 sd_pos=691705 heater_bed: target=110 temp=110.0 pwm=0.140 sysload=0.45 cputime=3411.714 memavail=658332 print_time=89173.774 buffer_time=2.419 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89958.2: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36777900 bytes_read=25630693 bytes_retransmit=9 bytes_invalid=0 send_seq=794588 receive_seq=794588 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=6741 freq=64001157 CB1: temp=46.3 Manta: temp=43.8 chamber: temp=39.7 sd_pos=693674 heater_bed: target=110 temp=110.1 pwm=0.100 sysload=0.45 cputime=3411.906 memavail=658336 print_time=89174.586 buffer_time=2.230 print_stall=86 extruder: target=260 temp=260.8 pwm=0.568 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89959.2: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36785178 bytes_read=25631787 bytes_retransmit=9 bytes_invalid=0 send_seq=794710 receive_seq=794710 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=5177 freq=64001154 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=39.7 sd_pos=695695 heater_bed: target=110 temp=110.0 pwm=0.269 sysload=0.45 cputime=3412.119 memavail=658096 print_time=89175.418 buffer_time=2.062 print_stall=86 extruder: target=260 temp=260.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89960.2: gcodein=0 mcu: mcu_awake=0.056 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36792844 bytes_read=25632882 bytes_retransmit=9 bytes_invalid=0 send_seq=794838 receive_seq=794838 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=5366 freq=64001156 CB1: temp=46.0 Manta: temp=43.1 chamber: temp=39.8 sd_pos=696902 heater_bed: target=110 temp=110.0 pwm=0.243 sysload=0.45 cputime=3412.335 memavail=658096 print_time=89176.488 buffer_time=2.130 print_stall=86 extruder: target=260 temp=261.2 pwm=0.645 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89961.2: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36799594 bytes_read=25633913 bytes_retransmit=9 bytes_invalid=0 send_seq=794953 receive_seq=794953 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=4341 freq=64001155 CB1: temp=45.1 Manta: temp=43.6 chamber: temp=39.7 sd_pos=697557 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.45 cputime=3412.526 memavail=658096 print_time=89177.388 buffer_time=2.030 print_stall=86 extruder: target=260 temp=260.3 pwm=0.492 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89962.2: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36807097 bytes_read=25635042 bytes_retransmit=9 bytes_invalid=0 send_seq=795082 receive_seq=795082 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5285 freq=64001153 CB1: temp=45.1 Manta: temp=42.8 chamber: temp=39.7 sd_pos=698537 heater_bed: target=110 temp=109.9 pwm=0.203 sysload=0.49 cputime=3412.735 memavail=658100 print_time=89178.811 buffer_time=2.452 print_stall=86 extruder: target=260 temp=260.9 pwm=0.554 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89963.2: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36813152 bytes_read=25636022 bytes_retransmit=9 bytes_invalid=0 send_seq=795187 receive_seq=795187 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=2869 freq=64001152 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=39.7 sd_pos=699092 heater_bed: target=110 temp=109.9 pwm=0.203 sysload=0.49 cputime=3412.914 memavail=658100 print_time=89179.579 buffer_time=2.220 print_stall=86 extruder: target=260 temp=261.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89964.2: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36819007 bytes_read=25636967 bytes_retransmit=9 bytes_invalid=0 send_seq=795288 receive_seq=795288 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=1054 freq=64001148 CB1: temp=45.1 Manta: temp=43.8 chamber: temp=39.7 sd_pos=699787 heater_bed: target=110 temp=109.9 pwm=0.270 sysload=0.49 cputime=3413.076 memavail=658100 print_time=89180.435 buffer_time=2.075 print_stall=86 extruder: target=260 temp=260.9 pwm=0.880 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89965.2: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36823657 bytes_read=25637851 bytes_retransmit=9 bytes_invalid=0 send_seq=795368 receive_seq=795368 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=1467 freq=64001147 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.7 sd_pos=700527 heater_bed: target=110 temp=109.9 pwm=0.244 sysload=0.49 cputime=3413.258 memavail=658300 print_time=89181.646 buffer_time=2.285 print_stall=86 extruder: target=260 temp=260.3 pwm=0.060 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89966.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36828435 bytes_read=25638737 bytes_retransmit=9 bytes_invalid=0 send_seq=795451 receive_seq=795451 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=1102 freq=64001146 CB1: temp=45.1 Manta: temp=42.8 chamber: temp=39.7 sd_pos=701295 heater_bed: target=110 temp=109.9 pwm=0.249 sysload=0.49 cputime=3413.419 memavail=658616 print_time=89182.561 buffer_time=2.199 print_stall=86 extruder: target=260 temp=260.7 pwm=0.681 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89967.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36832675 bytes_read=25639552 bytes_retransmit=9 bytes_invalid=0 send_seq=795526 receive_seq=795526 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=906 freq=64001149 CB1: temp=45.5 Manta: temp=44.0 chamber: temp=39.7 sd_pos=701892 heater_bed: target=110 temp=110.0 pwm=0.151 sysload=0.45 cputime=3413.576 memavail=659712 print_time=89183.399 buffer_time=2.037 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 89968.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36837571 bytes_read=25640466 bytes_retransmit=9 bytes_invalid=0 send_seq=795612 receive_seq=795612 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=2540 freq=64001150 CB1: temp=45.9 Manta: temp=43.1 chamber: temp=39.8 sd_pos=702819 heater_bed: target=110 temp=110.0 pwm=0.237 sysload=0.45 cputime=3413.757 memavail=659712 print_time=89184.699 buffer_time=2.336 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89969.3: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36842490 bytes_read=25641341 bytes_retransmit=9 bytes_invalid=0 send_seq=795696 receive_seq=795696 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=5004 freq=64001150 CB1: temp=45.6 Manta: temp=43.0 chamber: temp=39.8 sd_pos=706061 heater_bed: target=110 temp=109.9 pwm=0.237 sysload=0.45 cputime=3414.080 memavail=659712 print_time=89185.775 buffer_time=2.326 print_stall=86 extruder: target=260 temp=261.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89970.3: gcodein=0 mcu: mcu_awake=0.057 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36847647 bytes_read=25642311 bytes_retransmit=9 bytes_invalid=0 send_seq=795790 receive_seq=795790 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5593 freq=64001149 CB1: temp=45.4 Manta: temp=43.3 chamber: temp=39.7 sd_pos=707846 heater_bed: target=110 temp=109.9 pwm=0.230 sysload=0.45 cputime=3414.257 memavail=659712 print_time=89186.584 buffer_time=2.134 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89971.4: gcodein=0 mcu: mcu_awake=0.057 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36855143 bytes_read=25643391 bytes_retransmit=9 bytes_invalid=0 send_seq=795915 receive_seq=795915 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=8259 freq=64001149 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=39.8 sd_pos=712191 heater_bed: target=110 temp=110.0 pwm=0.242 sysload=0.45 cputime=3414.554 memavail=659476 print_time=89188.140 buffer_time=2.628 print_stall=86 extruder: target=260 temp=259.0 pwm=1.000 | |
Stats 89972.4: gcodein=0 mcu: mcu_awake=0.057 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36862077 bytes_read=25644462 bytes_retransmit=9 bytes_invalid=0 send_seq=796033 receive_seq=796033 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=5228 freq=64001147 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=39.8 sd_pos=712891 heater_bed: target=110 temp=109.9 pwm=0.242 sysload=0.66 cputime=3414.698 memavail=658732 print_time=89188.628 buffer_time=2.116 print_stall=86 extruder: target=260 temp=259.4 pwm=0.886 | |
Stats 89973.4: gcodein=0 mcu: mcu_awake=0.057 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36869108 bytes_read=25645496 bytes_retransmit=9 bytes_invalid=0 send_seq=796152 receive_seq=796152 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=3968 freq=64001147 CB1: temp=45.3 Manta: temp=44.0 chamber: temp=39.7 sd_pos=714977 heater_bed: target=110 temp=110.0 pwm=0.242 sysload=0.66 cputime=3414.979 memavail=658480 print_time=89189.940 buffer_time=2.428 print_stall=86 extruder: target=260 temp=259.5 pwm=0.552 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89974.4: gcodein=0 mcu: mcu_awake=0.057 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=36875778 bytes_read=25646478 bytes_retransmit=9 bytes_invalid=0 send_seq=796263 receive_seq=796263 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=3387 freq=64001148 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=39.6 sd_pos=716792 heater_bed: target=110 temp=109.9 pwm=0.242 sysload=0.66 cputime=3415.380 memavail=658480 print_time=89190.829 buffer_time=2.316 print_stall=86 extruder: target=260 temp=259.0 pwm=1.000 | |
Stats 89975.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36879155 bytes_read=25647257 bytes_retransmit=9 bytes_invalid=0 send_seq=796322 receive_seq=796322 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=2743 freq=64001150 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=39.7 sd_pos=717237 heater_bed: target=110 temp=110.0 pwm=0.132 sysload=0.66 cputime=3415.500 memavail=658256 print_time=89191.657 buffer_time=2.143 print_stall=86 extruder: target=260 temp=259.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89976.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36885762 bytes_read=25648253 bytes_retransmit=9 bytes_invalid=0 send_seq=796434 receive_seq=796433 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=997 freq=64001147 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=39.7 sd_pos=718014 heater_bed: target=110 temp=109.9 pwm=0.174 sysload=0.66 cputime=3415.664 memavail=658008 print_time=89192.702 buffer_time=2.187 print_stall=86 extruder: target=260 temp=259.2 pwm=0.039 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89977.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36890121 bytes_read=25649082 bytes_retransmit=9 bytes_invalid=0 send_seq=796511 receive_seq=796511 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=0 freq=64001147 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=39.7 sd_pos=718580 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.61 cputime=3415.783 memavail=658012 print_time=89193.732 buffer_time=2.216 print_stall=86 extruder: target=260 temp=258.1 pwm=1.000 | |
Stats 89978.5: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36895299 bytes_read=25650066 bytes_retransmit=9 bytes_invalid=0 send_seq=796609 receive_seq=796608 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=1701 freq=64001146 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=39.7 sd_pos=720007 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.61 cputime=3416.227 memavail=657304 print_time=89194.772 buffer_time=2.134 print_stall=86 extruder: target=260 temp=258.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89979.5: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36898341 bytes_read=25650781 bytes_retransmit=9 bytes_invalid=0 send_seq=796663 receive_seq=796663 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=4087 freq=64001150 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=39.8 sd_pos=721785 heater_bed: target=110 temp=110.0 pwm=0.260 sysload=0.61 cputime=3416.642 memavail=657304 print_time=89195.711 buffer_time=2.072 print_stall=86 extruder: target=260 temp=259.0 pwm=0.057 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89980.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36905113 bytes_read=25651866 bytes_retransmit=9 bytes_invalid=0 send_seq=796780 receive_seq=796780 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5068 freq=64001148 CB1: temp=45.5 Manta: temp=43.5 chamber: temp=39.7 sd_pos=724338 heater_bed: target=110 temp=110.0 pwm=0.165 sysload=0.61 cputime=3417.057 memavail=657816 print_time=89196.951 buffer_time=2.312 print_stall=86 extruder: target=260 temp=258.7 pwm=0.516 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89981.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36911228 bytes_read=25652841 bytes_retransmit=9 bytes_invalid=0 send_seq=796884 receive_seq=796884 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5363 freq=64001150 CB1: temp=45.3 Manta: temp=43.5 chamber: temp=39.7 sd_pos=726207 heater_bed: target=110 temp=110.0 pwm=0.232 sysload=0.61 cputime=3417.246 memavail=657820 print_time=89197.807 buffer_time=2.167 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89982.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36917761 bytes_read=25653836 bytes_retransmit=9 bytes_invalid=0 send_seq=796995 receive_seq=796995 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=9659 freq=64001147 CB1: temp=44.9 Manta: temp=42.9 chamber: temp=39.7 sd_pos=729544 heater_bed: target=110 temp=110.1 pwm=0.083 sysload=0.56 cputime=3417.509 memavail=657580 print_time=89199.352 buffer_time=2.711 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89983.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36924964 bytes_read=25654925 bytes_retransmit=9 bytes_invalid=0 send_seq=797116 receive_seq=797116 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=7258 freq=64001149 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=39.7 sd_pos=731517 heater_bed: target=110 temp=110.1 pwm=0.190 sysload=0.56 cputime=3417.692 memavail=657584 print_time=89199.993 buffer_time=2.352 print_stall=86 extruder: target=260 temp=259.4 pwm=0.896 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89984.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=36932257 bytes_read=25656000 bytes_retransmit=9 bytes_invalid=0 send_seq=797240 receive_seq=797240 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=6533 freq=64001148 CB1: temp=45.3 Manta: temp=43.5 chamber: temp=39.8 sd_pos=732288 heater_bed: target=110 temp=110.0 pwm=0.241 sysload=0.56 cputime=3417.883 memavail=657364 print_time=89200.948 buffer_time=2.307 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89985.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36939475 bytes_read=25657066 bytes_retransmit=9 bytes_invalid=0 send_seq=797362 receive_seq=797362 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=5883 freq=64001152 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=39.7 sd_pos=733029 heater_bed: target=110 temp=110.0 pwm=0.258 sysload=0.56 cputime=3418.101 memavail=657364 print_time=89201.982 buffer_time=2.339 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 89986.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36946650 bytes_read=25658170 bytes_retransmit=9 bytes_invalid=0 send_seq=797486 receive_seq=797486 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=3518 freq=64001150 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=39.7 sd_pos=733627 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.56 cputime=3418.264 memavail=657364 print_time=89202.851 buffer_time=2.208 print_stall=86 extruder: target=260 temp=260.3 pwm=0.609 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89987.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36952387 bytes_read=25659115 bytes_retransmit=9 bytes_invalid=0 send_seq=797584 receive_seq=797584 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=1283 freq=64001150 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.8 sd_pos=734243 heater_bed: target=110 temp=109.9 pwm=0.284 sysload=0.51 cputime=3418.427 memavail=657368 print_time=89203.648 buffer_time=2.003 print_stall=86 extruder: target=260 temp=259.9 pwm=0.429 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89988.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36958050 bytes_read=25660045 bytes_retransmit=9 bytes_invalid=0 send_seq=797682 receive_seq=797682 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=1679 freq=64001148 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=39.8 sd_pos=735112 heater_bed: target=110 temp=110.0 pwm=0.158 sysload=0.51 cputime=3418.618 memavail=657144 print_time=89204.929 buffer_time=2.284 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
Stats 89989.5: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=36962597 bytes_read=25660919 bytes_retransmit=9 bytes_invalid=0 send_seq=797760 receive_seq=797760 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=767 freq=64001151 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=39.8 sd_pos=735659 heater_bed: target=110 temp=110.0 pwm=0.239 sysload=0.51 cputime=3418.780 memavail=656896 print_time=89205.796 buffer_time=2.151 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89990.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36967181 bytes_read=25661780 bytes_retransmit=9 bytes_invalid=0 send_seq=797838 receive_seq=797838 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=1304 freq=64001152 CB1: temp=45.2 Manta: temp=43.4 chamber: temp=39.8 sd_pos=736490 heater_bed: target=110 temp=110.0 pwm=0.213 sysload=0.51 cputime=3418.953 memavail=656896 print_time=89206.816 buffer_time=2.170 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89991.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36971427 bytes_read=25662590 bytes_retransmit=9 bytes_invalid=0 send_seq=797912 receive_seq=797912 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=2227 freq=64001150 CB1: temp=45.4 Manta: temp=43.5 chamber: temp=39.8 sd_pos=737338 heater_bed: target=110 temp=110.0 pwm=0.213 sysload=0.51 cputime=3419.136 memavail=658032 print_time=89208.087 buffer_time=2.439 print_stall=86 extruder: target=260 temp=259.5 pwm=0.239 | |
Stats 89992.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36976540 bytes_read=25663529 bytes_retransmit=9 bytes_invalid=0 send_seq=798003 receive_seq=798003 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=1908 freq=64001148 CB1: temp=45.3 Manta: temp=43.2 chamber: temp=39.8 sd_pos=737904 heater_bed: target=110 temp=110.0 pwm=0.213 sysload=0.47 cputime=3419.287 memavail=656776 print_time=89208.900 buffer_time=2.251 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89993.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36980736 bytes_read=25664359 bytes_retransmit=9 bytes_invalid=0 send_seq=798078 receive_seq=798078 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5043 freq=64001145 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=39.8 sd_pos=741451 heater_bed: target=110 temp=110.0 pwm=0.163 sysload=0.47 cputime=3419.587 memavail=656944 print_time=89209.952 buffer_time=2.303 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89994.5: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36985965 bytes_read=25665274 bytes_retransmit=9 bytes_invalid=0 send_seq=798173 receive_seq=798173 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=5198 freq=64001144 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=39.8 sd_pos=742984 heater_bed: target=110 temp=110.1 pwm=0.185 sysload=0.47 cputime=3419.760 memavail=656948 print_time=89210.711 buffer_time=2.062 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89995.5: gcodein=0 mcu: mcu_awake=0.062 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=36993141 bytes_read=25666389 bytes_retransmit=9 bytes_invalid=0 send_seq=798296 receive_seq=798296 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=8218 freq=64001143 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=39.8 sd_pos=747782 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.47 cputime=3420.063 memavail=656948 print_time=89212.278 buffer_time=2.628 print_stall=86 extruder: target=260 temp=260.5 pwm=0.056 | |
Stats 89996.5: gcodein=0 mcu: mcu_awake=0.062 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37000062 bytes_read=25667439 bytes_retransmit=9 bytes_invalid=0 send_seq=798415 receive_seq=798415 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=5384 freq=64001142 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=39.8 sd_pos=748606 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.47 cputime=3420.211 memavail=656964 print_time=89212.791 buffer_time=2.140 print_stall=86 extruder: target=260 temp=260.5 pwm=0.164 | |
Stats 89997.5: gcodein=0 mcu: mcu_awake=0.062 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37006857 bytes_read=25668470 bytes_retransmit=9 bytes_invalid=0 send_seq=798531 receive_seq=798531 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=4422 freq=64001141 CB1: temp=45.1 Manta: temp=43.9 chamber: temp=39.8 sd_pos=750896 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.43 cputime=3420.464 memavail=656980 print_time=89214.103 buffer_time=2.451 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89998.5: gcodein=0 mcu: mcu_awake=0.062 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37013714 bytes_read=25669534 bytes_retransmit=9 bytes_invalid=0 send_seq=798647 receive_seq=798647 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=3833 freq=64001145 CB1: temp=45.1 Manta: temp=43.4 chamber: temp=39.8 sd_pos=753012 heater_bed: target=110 temp=110.2 pwm=0.106 sysload=0.43 cputime=3420.877 memavail=657052 print_time=89215.056 buffer_time=2.403 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 89999.5: gcodein=0 mcu: mcu_awake=0.062 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37017120 bytes_read=25670294 bytes_retransmit=9 bytes_invalid=0 send_seq=798708 receive_seq=798708 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=54 upcoming_bytes=3503 freq=64001149 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=39.7 sd_pos=753652 heater_bed: target=110 temp=110.2 pwm=0.174 sysload=0.43 cputime=3421.018 memavail=657068 print_time=89216.125 buffer_time=2.471 print_stall=86 extruder: target=260 temp=260.7 pwm=0.034 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90000.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37023771 bytes_read=25671315 bytes_retransmit=9 bytes_invalid=0 send_seq=798821 receive_seq=798821 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=639 freq=64001150 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=39.8 sd_pos=753938 heater_bed: target=110 temp=110.2 pwm=0.174 sysload=0.43 cputime=3421.149 memavail=657200 print_time=89216.764 buffer_time=2.110 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90001.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37028531 bytes_read=25672224 bytes_retransmit=9 bytes_invalid=0 send_seq=798906 receive_seq=798906 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=2062 freq=64001151 CB1: temp=45.1 Manta: temp=43.5 chamber: temp=39.8 sd_pos=754999 heater_bed: target=110 temp=110.1 pwm=0.165 sysload=0.43 cputime=3421.339 memavail=657456 print_time=89218.167 buffer_time=2.512 print_stall=86 extruder: target=260 temp=260.1 pwm=0.629 | |
Stats 90002.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37032870 bytes_read=25673089 bytes_retransmit=9 bytes_invalid=0 send_seq=798988 receive_seq=798988 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=2272 freq=64001149 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=39.8 sd_pos=756157 heater_bed: target=110 temp=110.0 pwm=0.241 sysload=0.40 cputime=3421.780 memavail=656952 print_time=89218.915 buffer_time=2.259 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90003.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37035693 bytes_read=25673799 bytes_retransmit=9 bytes_invalid=0 send_seq=799042 receive_seq=799042 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=4637 freq=64001152 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=39.8 sd_pos=757587 heater_bed: target=110 temp=110.0 pwm=0.253 sysload=0.40 cputime=3422.236 memavail=656668 print_time=89219.809 buffer_time=2.153 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90004.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37042507 bytes_read=25674873 bytes_retransmit=9 bytes_invalid=0 send_seq=799160 receive_seq=799160 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=7062 freq=64001153 CB1: temp=46.6 Manta: temp=43.1 chamber: temp=39.8 sd_pos=760427 heater_bed: target=110 temp=110.0 pwm=0.237 sysload=0.40 cputime=3422.554 memavail=656724 print_time=89221.220 buffer_time=2.563 print_stall=86 extruder: target=260 temp=260.5 pwm=0.157 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90005.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37048512 bytes_read=25675854 bytes_retransmit=9 bytes_invalid=0 send_seq=799262 receive_seq=799262 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=7110 freq=64001151 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=39.8 sd_pos=762801 heater_bed: target=110 temp=110.0 pwm=0.237 sysload=0.40 cputime=3422.757 memavail=656484 print_time=89222.030 buffer_time=2.372 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90006.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37055493 bytes_read=25676889 bytes_retransmit=9 bytes_invalid=0 send_seq=799381 receive_seq=799381 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=6374 freq=64001155 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=39.7 sd_pos=764755 heater_bed: target=110 temp=110.0 pwm=0.148 sysload=0.40 cputime=3422.941 memavail=656516 print_time=89222.846 buffer_time=2.188 print_stall=86 extruder: target=260 temp=260.9 pwm=0.560 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90007.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37062695 bytes_read=25677978 bytes_retransmit=9 bytes_invalid=0 send_seq=799502 receive_seq=799502 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4963 freq=64001159 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=39.8 sd_pos=766760 heater_bed: target=110 temp=110.0 pwm=0.148 sysload=0.45 cputime=3423.153 memavail=656988 print_time=89223.680 buffer_time=2.021 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90008.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37070326 bytes_read=25679078 bytes_retransmit=9 bytes_invalid=0 send_seq=799631 receive_seq=799631 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=10713 freq=64001163 CB1: temp=45.6 Manta: temp=43.2 chamber: temp=39.8 sd_pos=768895 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.45 cputime=3423.409 memavail=657044 print_time=89225.502 buffer_time=2.843 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90009.5: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37076997 bytes_read=25680088 bytes_retransmit=9 bytes_invalid=0 send_seq=799745 receive_seq=799745 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=8720 freq=64001162 CB1: temp=45.1 Manta: temp=43.3 chamber: temp=39.9 sd_pos=770451 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.45 cputime=3423.591 memavail=657044 print_time=89226.127 buffer_time=2.467 print_stall=86 extruder: target=260 temp=260.2 pwm=0.398 | |
Stats 90010.5: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=37084813 bytes_read=25681243 bytes_retransmit=9 bytes_invalid=0 send_seq=799876 receive_seq=799876 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=4640 freq=64001161 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=39.9 sd_pos=772047 heater_bed: target=110 temp=110.1 pwm=0.208 sysload=0.45 cputime=3423.793 memavail=657044 print_time=89226.672 buffer_time=2.011 print_stall=86 extruder: target=260 temp=260.7 pwm=0.251 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90011.5: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=37092091 bytes_read=25682318 bytes_retransmit=9 bytes_invalid=0 send_seq=800000 receive_seq=800000 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=7467 freq=64001157 CB1: temp=45.8 Manta: temp=43.7 chamber: temp=39.8 sd_pos=775689 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.45 cputime=3424.051 memavail=657044 print_time=89228.096 buffer_time=2.435 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90012.5: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=37098462 bytes_read=25683293 bytes_retransmit=9 bytes_invalid=0 send_seq=800107 receive_seq=800107 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=6010 freq=64001158 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=39.9 sd_pos=778200 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.41 cputime=3424.265 memavail=657048 print_time=89228.849 buffer_time=2.187 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
Stats 90013.5: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=37106003 bytes_read=25684417 bytes_retransmit=9 bytes_invalid=0 send_seq=800235 receive_seq=800235 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=4022 freq=64001157 CB1: temp=45.7 Manta: temp=43.0 chamber: temp=39.8 sd_pos=778931 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.41 cputime=3424.426 memavail=657984 print_time=89229.890 buffer_time=2.228 print_stall=86 extruder: target=260 temp=260.5 pwm=0.266 | |
Stats 90014.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=37113985 bytes_read=25685591 bytes_retransmit=9 bytes_invalid=0 send_seq=800370 receive_seq=800370 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=1977 freq=64001158 CB1: temp=45.4 Manta: temp=42.8 chamber: temp=39.9 sd_pos=781169 heater_bed: target=110 temp=110.1 pwm=0.133 sysload=0.41 cputime=3424.878 memavail=658344 print_time=89230.964 buffer_time=2.111 print_stall=86 extruder: target=260 temp=259.6 pwm=0.984 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90015.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37118743 bytes_read=25686477 bytes_retransmit=9 bytes_invalid=0 send_seq=800453 receive_seq=800453 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=4011 freq=64001160 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=39.8 sd_pos=783284 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.41 cputime=3425.124 memavail=658576 print_time=89232.382 buffer_time=2.528 print_stall=86 extruder: target=260 temp=260.0 pwm=0.629 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90016.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37124184 bytes_read=25687382 bytes_retransmit=9 bytes_invalid=0 send_seq=800546 receive_seq=800546 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=2312 freq=64001162 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=39.9 sd_pos=783926 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.41 cputime=3425.278 memavail=657900 print_time=89233.091 buffer_time=2.237 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
Stats 90017.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37129550 bytes_read=25688336 bytes_retransmit=9 bytes_invalid=0 send_seq=800640 receive_seq=800640 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=0 freq=64001159 CB1: temp=46.1 Manta: temp=42.9 chamber: temp=39.8 sd_pos=784334 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.38 cputime=3425.406 memavail=658360 print_time=89234.038 buffer_time=2.184 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90018.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37133977 bytes_read=25689211 bytes_retransmit=9 bytes_invalid=0 send_seq=800724 receive_seq=800724 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=1972 freq=64001157 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=39.9 sd_pos=785722 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.38 cputime=3425.684 memavail=658456 print_time=89235.148 buffer_time=2.292 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90019.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37137902 bytes_read=25689996 bytes_retransmit=9 bytes_invalid=0 send_seq=800793 receive_seq=800793 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=2761 freq=64001156 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=39.8 sd_pos=787060 heater_bed: target=110 temp=109.8 pwm=0.265 sysload=0.38 cputime=3426.137 memavail=658204 print_time=89235.908 buffer_time=2.051 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90020.7: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37143079 bytes_read=25690971 bytes_retransmit=9 bytes_invalid=0 send_seq=800888 receive_seq=800888 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=3128 freq=64001158 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=39.9 sd_pos=788416 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.38 cputime=3426.597 memavail=657448 print_time=89236.904 buffer_time=2.047 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90021.7: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37149343 bytes_read=25691966 bytes_retransmit=9 bytes_invalid=0 send_seq=800996 receive_seq=800996 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=7251 freq=64001165 CB1: temp=46.2 Manta: temp=43.2 chamber: temp=39.9 sd_pos=791840 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.38 cputime=3426.870 memavail=657448 print_time=89238.374 buffer_time=2.516 print_stall=86 extruder: target=260 temp=259.7 pwm=0.326 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90022.7: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37155092 bytes_read=25692906 bytes_retransmit=9 bytes_invalid=0 send_seq=801096 receive_seq=801096 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=7282 freq=64001167 CB1: temp=46.0 Manta: temp=43.7 chamber: temp=39.9 sd_pos=793672 heater_bed: target=110 temp=109.9 pwm=0.200 sysload=0.35 cputime=3427.061 memavail=657368 print_time=89239.152 buffer_time=2.294 print_stall=86 extruder: target=260 temp=259.3 pwm=0.142 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90023.8: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37162956 bytes_read=25694075 bytes_retransmit=9 bytes_invalid=0 send_seq=801230 receive_seq=801230 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=10660 freq=64001163 CB1: temp=45.5 Manta: temp=44.0 chamber: temp=39.9 sd_pos=798001 heater_bed: target=110 temp=109.9 pwm=0.200 sysload=0.35 cputime=3427.353 memavail=657488 print_time=89240.818 buffer_time=2.875 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90024.8: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37170805 bytes_read=25695185 bytes_retransmit=9 bytes_invalid=0 send_seq=801364 receive_seq=801364 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=8664 freq=64001162 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=39.9 sd_pos=798820 heater_bed: target=110 temp=110.0 pwm=0.144 sysload=0.35 cputime=3427.525 memavail=657868 print_time=89241.615 buffer_time=2.671 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90025.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37177863 bytes_read=25696290 bytes_retransmit=9 bytes_invalid=0 send_seq=801485 receive_seq=801485 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=7836 freq=64001162 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=39.9 sd_pos=799786 heater_bed: target=110 temp=110.0 pwm=0.144 sysload=0.35 cputime=3427.690 memavail=657380 print_time=89242.354 buffer_time=2.409 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
Stats 90026.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37184713 bytes_read=25697340 bytes_retransmit=9 bytes_invalid=0 send_seq=801604 receive_seq=801604 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=5687 freq=64001164 CB1: temp=45.4 Manta: temp=43.4 chamber: temp=39.8 sd_pos=802639 heater_bed: target=110 temp=110.1 pwm=0.143 sysload=0.35 cputime=3427.940 memavail=656876 print_time=89242.948 buffer_time=2.002 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90027.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37192025 bytes_read=25698410 bytes_retransmit=9 bytes_invalid=0 send_seq=801730 receive_seq=801730 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=7402 freq=64001160 CB1: temp=45.2 Manta: temp=43.6 chamber: temp=39.8 sd_pos=806226 heater_bed: target=110 temp=110.0 pwm=0.217 sysload=0.40 cputime=3428.221 memavail=657968 print_time=89244.330 buffer_time=2.383 print_stall=86 extruder: target=260 temp=259.5 pwm=0.451 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90028.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37199768 bytes_read=25699544 bytes_retransmit=9 bytes_invalid=0 send_seq=801860 receive_seq=801860 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=6226 freq=64001159 CB1: temp=45.5 Manta: temp=43.0 chamber: temp=39.9 sd_pos=809018 heater_bed: target=110 temp=109.9 pwm=0.320 sysload=0.40 cputime=3428.433 memavail=657968 print_time=89245.262 buffer_time=2.314 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
Stats 90029.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37206626 bytes_read=25700599 bytes_retransmit=9 bytes_invalid=0 send_seq=801980 receive_seq=801980 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=55 upcoming_bytes=4961 freq=64001158 CB1: temp=45.5 Manta: temp=43.3 chamber: temp=39.8 sd_pos=810034 heater_bed: target=110 temp=109.9 pwm=0.244 sysload=0.40 cputime=3428.601 memavail=657984 print_time=89246.333 buffer_time=2.385 print_stall=86 extruder: target=260 temp=258.8 pwm=1.000 | |
Stats 90030.8: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37213646 bytes_read=25701645 bytes_retransmit=9 bytes_invalid=0 send_seq=802098 receive_seq=802098 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=2350 freq=64001159 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=39.9 sd_pos=812159 heater_bed: target=110 temp=109.9 pwm=0.174 sysload=0.40 cputime=3428.842 memavail=657480 print_time=89247.086 buffer_time=2.138 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90031.8: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37219629 bytes_read=25702634 bytes_retransmit=9 bytes_invalid=0 send_seq=802199 receive_seq=802199 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=2329 freq=64001159 CB1: temp=44.9 Manta: temp=43.3 chamber: temp=39.9 sd_pos=813984 heater_bed: target=110 temp=109.9 pwm=0.252 sysload=0.40 cputime=3429.266 memavail=657256 print_time=89247.991 buffer_time=2.042 print_stall=86 extruder: target=260 temp=260.1 pwm=0.948 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90032.8: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37224056 bytes_read=25703489 bytes_retransmit=9 bytes_invalid=0 send_seq=802279 receive_seq=802279 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=1168 freq=64001160 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=39.9 sd_pos=814841 heater_bed: target=110 temp=109.9 pwm=0.261 sysload=0.37 cputime=3429.425 memavail=657256 print_time=89249.105 buffer_time=2.155 print_stall=86 extruder: target=260 temp=259.7 pwm=0.869 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90033.8: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37230684 bytes_read=25704489 bytes_retransmit=9 bytes_invalid=0 send_seq=802391 receive_seq=802391 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=0 freq=64001160 CB1: temp=45.4 Manta: temp=43.0 chamber: temp=39.9 sd_pos=815450 heater_bed: target=110 temp=109.9 pwm=0.249 sysload=0.37 cputime=3429.581 memavail=657256 print_time=89250.355 buffer_time=2.404 print_stall=86 extruder: target=260 temp=259.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90034.8: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37233658 bytes_read=25705283 bytes_retransmit=9 bytes_invalid=0 send_seq=802453 receive_seq=802453 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=1492 freq=64001159 CB1: temp=45.9 Manta: temp=43.0 chamber: temp=39.8 sd_pos=816243 heater_bed: target=110 temp=109.9 pwm=0.250 sysload=0.37 cputime=3429.745 memavail=657260 print_time=89251.146 buffer_time=2.194 print_stall=86 extruder: target=260 temp=260.1 pwm=0.085 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90035.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37238684 bytes_read=25706233 bytes_retransmit=9 bytes_invalid=0 send_seq=802543 receive_seq=802543 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=3650 freq=64001158 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=39.9 sd_pos=818367 heater_bed: target=110 temp=110.0 pwm=0.165 sysload=0.37 cputime=3430.377 memavail=657008 print_time=89252.345 buffer_time=2.252 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90037.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37243770 bytes_read=25707158 bytes_retransmit=9 bytes_invalid=0 send_seq=802635 receive_seq=802634 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3771 freq=64001161 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=39.9 sd_pos=819779 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.42 cputime=3430.756 memavail=657008 print_time=89253.279 buffer_time=2.185 print_stall=86 extruder: target=260 temp=260.1 pwm=0.187 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90038.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37249887 bytes_read=25708123 bytes_retransmit=9 bytes_invalid=0 send_seq=802739 receive_seq=802739 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=4399 freq=64001160 CB1: temp=46.4 Manta: temp=43.2 chamber: temp=39.9 sd_pos=821735 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.42 cputime=3430.970 memavail=656504 print_time=89254.212 buffer_time=2.118 print_stall=86 extruder: target=260 temp=260.2 pwm=0.073 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90039.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37255558 bytes_read=25709087 bytes_retransmit=9 bytes_invalid=0 send_seq=802835 receive_seq=802835 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=10177 freq=64001161 CB1: temp=46.0 Manta: temp=42.9 chamber: temp=39.9 sd_pos=826075 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.42 cputime=3431.234 memavail=656284 print_time=89255.829 buffer_time=2.731 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90040.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37262820 bytes_read=25710148 bytes_retransmit=9 bytes_invalid=0 send_seq=802958 receive_seq=802958 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=8750 freq=64001159 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=39.9 sd_pos=828097 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=0.42 cputime=3431.463 memavail=656284 print_time=89256.661 buffer_time=2.562 print_stall=86 extruder: target=260 temp=260.4 pwm=0.382 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90041.0: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37270500 bytes_read=25711231 bytes_retransmit=9 bytes_invalid=0 send_seq=803086 receive_seq=803086 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=9083 freq=64001163 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=39.9 sd_pos=830173 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.42 cputime=3431.670 memavail=656552 print_time=89257.648 buffer_time=2.548 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 90042.0: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37277855 bytes_read=25712324 bytes_retransmit=9 bytes_invalid=0 send_seq=803211 receive_seq=803211 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=5831 freq=64001163 CB1: temp=46.6 Manta: temp=43.2 chamber: temp=39.9 sd_pos=830676 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.38 cputime=3431.800 memavail=656552 print_time=89258.191 buffer_time=2.090 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90043.0: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37285522 bytes_read=25713415 bytes_retransmit=9 bytes_invalid=0 send_seq=803341 receive_seq=803341 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4446 freq=64001164 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=39.9 sd_pos=831550 heater_bed: target=110 temp=110.0 pwm=0.165 sysload=0.38 cputime=3431.963 memavail=657080 print_time=89259.147 buffer_time=2.045 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90044.0: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37292880 bytes_read=25714472 bytes_retransmit=9 bytes_invalid=0 send_seq=803466 receive_seq=803466 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=6268 freq=64001166 CB1: temp=45.6 Manta: temp=43.9 chamber: temp=39.9 sd_pos=833210 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.38 cputime=3432.184 memavail=657056 print_time=89260.393 buffer_time=2.291 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90045.0: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37299382 bytes_read=25715521 bytes_retransmit=9 bytes_invalid=0 send_seq=803579 receive_seq=803579 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=5806 freq=64001162 CB1: temp=44.9 Manta: temp=43.5 chamber: temp=39.9 sd_pos=834378 heater_bed: target=110 temp=110.1 pwm=0.135 sysload=0.38 cputime=3432.341 memavail=656876 print_time=89261.179 buffer_time=2.076 print_stall=86 extruder: target=260 temp=260.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90046.0: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37307035 bytes_read=25716632 bytes_retransmit=9 bytes_invalid=0 send_seq=803707 receive_seq=803707 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=6395 freq=64001166 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=39.9 sd_pos=835442 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.38 cputime=3432.540 memavail=656872 print_time=89262.337 buffer_time=2.233 print_stall=86 extruder: target=260 temp=260.0 pwm=0.628 | |
Stats 90047.0: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37314538 bytes_read=25717712 bytes_retransmit=9 bytes_invalid=0 send_seq=803835 receive_seq=803835 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=4956 freq=64001165 CB1: temp=45.2 Manta: temp=43.4 chamber: temp=39.9 sd_pos=836197 heater_bed: target=110 temp=109.9 pwm=0.329 sysload=0.35 cputime=3432.711 memavail=656872 print_time=89263.357 buffer_time=2.252 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90048.0: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37321556 bytes_read=25718791 bytes_retransmit=9 bytes_invalid=0 send_seq=803954 receive_seq=803954 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=2781 freq=64001166 CB1: temp=45.3 Manta: temp=44.1 chamber: temp=39.9 sd_pos=837050 heater_bed: target=110 temp=109.9 pwm=0.278 sysload=0.35 cputime=3432.905 memavail=656144 print_time=89264.599 buffer_time=2.455 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90049.0: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37327421 bytes_read=25719756 bytes_retransmit=9 bytes_invalid=0 send_seq=804056 receive_seq=804056 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=1855 freq=64001162 CB1: temp=45.2 Manta: temp=43.2 chamber: temp=39.9 sd_pos=838796 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.35 cputime=3433.137 memavail=656148 print_time=89265.390 buffer_time=2.245 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90050.0: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37331774 bytes_read=25720571 bytes_retransmit=9 bytes_invalid=0 send_seq=804131 receive_seq=804131 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=3237 freq=64001164 CB1: temp=45.4 Manta: temp=43.8 chamber: temp=39.9 sd_pos=840429 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.35 cputime=3433.370 memavail=656148 print_time=89266.473 buffer_time=2.327 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90051.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37336942 bytes_read=25721541 bytes_retransmit=9 bytes_invalid=0 send_seq=804225 receive_seq=804225 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=2588 freq=64001162 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=39.9 sd_pos=842472 heater_bed: target=110 temp=109.9 pwm=0.216 sysload=0.35 cputime=3433.612 memavail=655896 print_time=89267.181 buffer_time=2.034 print_stall=86 extruder: target=260 temp=259.8 pwm=0.427 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90052.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37342402 bytes_read=25722466 bytes_retransmit=9 bytes_invalid=0 send_seq=804319 receive_seq=804319 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=3255 freq=64001163 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=39.9 sd_pos=843481 heater_bed: target=110 temp=110.0 pwm=0.162 sysload=0.32 cputime=3433.807 memavail=655644 print_time=89268.580 buffer_time=2.431 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
Stats 90053.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37348271 bytes_read=25723411 bytes_retransmit=9 bytes_invalid=0 send_seq=804420 receive_seq=804420 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=1799 freq=64001163 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.0 sd_pos=844121 heater_bed: target=110 temp=110.0 pwm=0.162 sysload=0.32 cputime=3433.950 memavail=655624 print_time=89269.403 buffer_time=2.251 print_stall=86 extruder: target=260 temp=259.9 pwm=0.742 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90054.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37353404 bytes_read=25724335 bytes_retransmit=9 bytes_invalid=0 send_seq=804508 receive_seq=804508 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=1461 freq=64001161 CB1: temp=44.9 Manta: temp=43.7 chamber: temp=39.9 sd_pos=844920 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.32 cputime=3434.136 memavail=655928 print_time=89270.248 buffer_time=2.093 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90055.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37357899 bytes_read=25725210 bytes_retransmit=9 bytes_invalid=0 send_seq=804592 receive_seq=804592 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5035 freq=64001159 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=39.9 sd_pos=846182 heater_bed: target=110 temp=110.0 pwm=0.185 sysload=0.32 cputime=3434.284 memavail=655928 print_time=89271.374 buffer_time=2.218 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90056.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37364309 bytes_read=25726260 bytes_retransmit=9 bytes_invalid=0 send_seq=804702 receive_seq=804702 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=9409 freq=64001156 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=39.9 sd_pos=850654 heater_bed: target=110 temp=110.0 pwm=0.196 sysload=0.32 cputime=3434.653 memavail=656028 print_time=89272.943 buffer_time=2.710 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90057.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37371383 bytes_read=25727315 bytes_retransmit=9 bytes_invalid=0 send_seq=804822 receive_seq=804822 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=8291 freq=64001155 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=39.9 sd_pos=852400 heater_bed: target=110 temp=110.0 pwm=0.191 sysload=0.38 cputime=3434.827 memavail=655600 print_time=89273.753 buffer_time=2.518 print_stall=86 extruder: target=260 temp=259.1 pwm=0.480 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90058.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37378471 bytes_read=25728365 bytes_retransmit=9 bytes_invalid=0 send_seq=804944 receive_seq=804944 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=6149 freq=64001155 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=39.9 sd_pos=854930 heater_bed: target=110 temp=110.1 pwm=0.100 sysload=0.38 cputime=3435.036 memavail=655360 print_time=89274.496 buffer_time=2.261 print_stall=86 extruder: target=260 temp=259.9 pwm=0.532 | |
Stats 90059.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37385728 bytes_read=25729500 bytes_retransmit=9 bytes_invalid=0 send_seq=805072 receive_seq=805072 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=3908 freq=64001153 CB1: temp=46.4 Manta: temp=42.9 chamber: temp=40.0 sd_pos=855593 heater_bed: target=110 temp=110.2 pwm=0.087 sysload=0.38 cputime=3435.184 memavail=655360 print_time=89275.289 buffer_time=2.054 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
Stats 90060.1: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37392725 bytes_read=25730545 bytes_retransmit=9 bytes_invalid=0 send_seq=805190 receive_seq=805190 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=1737 freq=64001158 CB1: temp=46.8 Manta: temp=43.4 chamber: temp=39.9 sd_pos=857638 heater_bed: target=110 temp=110.2 pwm=0.135 sysload=0.38 cputime=3435.430 memavail=655624 print_time=89276.310 buffer_time=2.074 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90061.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37398360 bytes_read=25731496 bytes_retransmit=9 bytes_invalid=0 send_seq=805289 receive_seq=805289 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=3325 freq=64001156 CB1: temp=45.6 Manta: temp=43.7 chamber: temp=40.0 sd_pos=859816 heater_bed: target=110 temp=110.1 pwm=0.205 sysload=0.38 cputime=3435.870 memavail=655840 print_time=89277.489 buffer_time=2.253 print_stall=86 extruder: target=260 temp=259.5 pwm=0.025 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90062.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37402916 bytes_read=25732375 bytes_retransmit=9 bytes_invalid=0 send_seq=805368 receive_seq=805368 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=3784 freq=64001155 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=40.0 sd_pos=860676 heater_bed: target=110 temp=110.1 pwm=0.210 sysload=0.51 cputime=3436.044 memavail=655888 print_time=89278.757 buffer_time=2.521 print_stall=86 extruder: target=260 temp=259.1 pwm=0.810 | |
Stats 90063.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37409928 bytes_read=25733425 bytes_retransmit=9 bytes_invalid=0 send_seq=805487 receive_seq=805487 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=0 freq=64001153 CB1: temp=45.9 Manta: temp=44.2 chamber: temp=39.9 sd_pos=861086 heater_bed: target=110 temp=110.1 pwm=0.210 sysload=0.51 cputime=3436.180 memavail=655888 print_time=89279.705 buffer_time=2.468 print_stall=86 extruder: target=260 temp=258.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90064.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37412753 bytes_read=25734184 bytes_retransmit=9 bytes_invalid=0 send_seq=805545 receive_seq=805545 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=3335 freq=64001156 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.0 sd_pos=862479 heater_bed: target=110 temp=110.0 pwm=0.210 sysload=0.51 cputime=3436.452 memavail=656144 print_time=89280.812 buffer_time=2.525 print_stall=86 extruder: target=260 temp=259.0 pwm=0.931 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90065.2: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37417494 bytes_read=25735064 bytes_retransmit=9 bytes_invalid=0 send_seq=805627 receive_seq=805627 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3749 freq=64001157 CB1: temp=46.2 Manta: temp=43.5 chamber: temp=39.9 sd_pos=863894 heater_bed: target=110 temp=110.0 pwm=0.210 sysload=0.51 cputime=3436.922 memavail=655924 print_time=89281.647 buffer_time=2.333 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
Stats 90066.2: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000039 mcu_task_stddev=0.000045 bytes_write=37422135 bytes_read=25735930 bytes_retransmit=9 bytes_invalid=0 send_seq=805709 receive_seq=805709 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=4204 freq=64001156 CB1: temp=46.8 Manta: temp=43.6 chamber: temp=39.9 sd_pos=865019 heater_bed: target=110 temp=110.0 pwm=0.210 sysload=0.51 cputime=3437.385 memavail=655924 print_time=89282.554 buffer_time=2.240 print_stall=86 extruder: target=260 temp=258.9 pwm=0.614 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90067.2: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000039 mcu_task_stddev=0.000045 bytes_write=37428338 bytes_read=25736954 bytes_retransmit=9 bytes_invalid=0 send_seq=805817 receive_seq=805817 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=3490 freq=64001158 CB1: temp=46.8 Manta: temp=43.2 chamber: temp=40.0 sd_pos=867086 heater_bed: target=110 temp=109.9 pwm=0.320 sysload=0.47 cputime=3437.600 memavail=655928 print_time=89283.333 buffer_time=2.019 print_stall=86 extruder: target=260 temp=259.1 pwm=0.282 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90068.2: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000039 mcu_task_stddev=0.000045 bytes_write=37434345 bytes_read=25737914 bytes_retransmit=9 bytes_invalid=0 send_seq=805918 receive_seq=805918 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=8902 freq=64001161 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=40.0 sd_pos=870895 heater_bed: target=110 temp=109.9 pwm=0.183 sysload=0.47 cputime=3437.898 memavail=656916 print_time=89284.978 buffer_time=2.662 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90069.2: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000039 mcu_task_stddev=0.000045 bytes_write=37440983 bytes_read=25738924 bytes_retransmit=9 bytes_invalid=0 send_seq=806032 receive_seq=806032 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=8011 freq=64001161 CB1: temp=45.7 Manta: temp=43.1 chamber: temp=39.9 sd_pos=873150 heater_bed: target=110 temp=109.9 pwm=0.273 sysload=0.47 cputime=3438.107 memavail=656972 print_time=89285.764 buffer_time=2.449 print_stall=86 extruder: target=260 temp=259.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90070.2: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000039 mcu_task_stddev=0.000045 bytes_write=37447960 bytes_read=25740003 bytes_retransmit=9 bytes_invalid=0 send_seq=806151 receive_seq=806151 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=7478 freq=64001160 CB1: temp=45.5 Manta: temp=43.0 chamber: temp=39.9 sd_pos=875030 heater_bed: target=110 temp=109.9 pwm=0.210 sysload=0.47 cputime=3438.288 memavail=657228 print_time=89286.605 buffer_time=2.289 print_stall=86 extruder: target=260 temp=258.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90071.2: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37455748 bytes_read=25741129 bytes_retransmit=9 bytes_invalid=0 send_seq=806282 receive_seq=806282 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=10 upcoming_bytes=6359 freq=64001161 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=40.0 sd_pos=876035 heater_bed: target=110 temp=110.0 pwm=0.148 sysload=0.47 cputime=3438.481 memavail=656988 print_time=89287.581 buffer_time=2.264 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90072.2: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37463313 bytes_read=25742219 bytes_retransmit=9 bytes_invalid=0 send_seq=806412 receive_seq=806412 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=5187 freq=64001158 CB1: temp=45.7 Manta: temp=43.1 chamber: temp=40.0 sd_pos=877201 heater_bed: target=110 temp=109.9 pwm=0.248 sysload=0.43 cputime=3438.646 memavail=657236 print_time=89288.402 buffer_time=2.084 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90073.2: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37470317 bytes_read=25743313 bytes_retransmit=9 bytes_invalid=0 send_seq=806534 receive_seq=806534 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=6844 freq=64001157 CB1: temp=45.3 Manta: temp=44.0 chamber: temp=40.0 sd_pos=878773 heater_bed: target=110 temp=110.1 pwm=0.089 sysload=0.43 cputime=3438.823 memavail=657016 print_time=89289.710 buffer_time=2.392 print_stall=86 extruder: target=260 temp=257.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90074.2: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37478111 bytes_read=25744428 bytes_retransmit=9 bytes_invalid=0 send_seq=806666 receive_seq=806666 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=5646 freq=64001162 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=39.9 sd_pos=879720 heater_bed: target=110 temp=110.0 pwm=0.183 sysload=0.43 cputime=3439.012 memavail=657752 print_time=89290.836 buffer_time=2.466 print_stall=86 extruder: target=260 temp=258.7 pwm=0.860 | |
Stats 90075.2: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37484877 bytes_read=25745448 bytes_retransmit=9 bytes_invalid=0 send_seq=806782 receive_seq=806782 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=3531 freq=64001158 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.0 sd_pos=880313 heater_bed: target=110 temp=110.1 pwm=0.178 sysload=0.43 cputime=3439.153 memavail=657512 print_time=89291.635 buffer_time=2.265 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
Stats 90076.2: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37490281 bytes_read=25746408 bytes_retransmit=9 bytes_invalid=0 send_seq=806875 receive_seq=806874 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=2038 freq=64001160 CB1: temp=45.6 Manta: temp=43.5 chamber: temp=40.0 sd_pos=880907 heater_bed: target=110 temp=110.0 pwm=0.178 sysload=0.43 cputime=3439.285 memavail=657568 print_time=89292.427 buffer_time=2.056 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90077.2: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37496062 bytes_read=25747358 bytes_retransmit=9 bytes_invalid=0 send_seq=806973 receive_seq=806973 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=2698 freq=64001157 CB1: temp=45.1 Manta: temp=44.0 chamber: temp=40.1 sd_pos=882104 heater_bed: target=110 temp=110.0 pwm=0.178 sysload=0.40 cputime=3439.540 memavail=658068 print_time=89293.863 buffer_time=2.471 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90078.2: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37500839 bytes_read=25748242 bytes_retransmit=9 bytes_invalid=0 send_seq=807056 receive_seq=807056 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=4052 freq=64001156 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.1 sd_pos=884133 heater_bed: target=110 temp=110.0 pwm=0.178 sysload=0.40 cputime=3439.772 memavail=657848 print_time=89295.019 buffer_time=2.626 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90079.2: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37505175 bytes_read=25749097 bytes_retransmit=9 bytes_invalid=0 send_seq=807133 receive_seq=807133 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=3120 freq=64001158 CB1: temp=46.4 Manta: temp=44.0 chamber: temp=40.1 sd_pos=885232 heater_bed: target=110 temp=110.1 pwm=0.130 sysload=0.40 cputime=3439.944 memavail=657728 print_time=89295.522 buffer_time=2.128 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
Stats 90080.3: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37510164 bytes_read=25749967 bytes_retransmit=9 bytes_invalid=0 send_seq=807219 receive_seq=807219 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=1778 freq=64001159 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.0 sd_pos=885691 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.40 cputime=3440.084 memavail=657740 print_time=89296.394 buffer_time=1.999 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
Stats 90081.3: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=37516688 bytes_read=25751007 bytes_retransmit=9 bytes_invalid=0 send_seq=807330 receive_seq=807330 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=2191 freq=64001159 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=40.0 sd_pos=886650 heater_bed: target=110 temp=110.0 pwm=0.223 sysload=0.40 cputime=3440.267 memavail=657760 print_time=89297.735 buffer_time=2.340 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90082.3: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=37521020 bytes_read=25751862 bytes_retransmit=9 bytes_invalid=0 send_seq=807407 receive_seq=807407 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=5542 freq=64001160 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=40.0 sd_pos=887587 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.44 cputime=3440.416 memavail=657812 print_time=89298.848 buffer_time=2.452 print_stall=86 extruder: target=260 temp=259.6 pwm=0.900 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90083.3: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=37526335 bytes_read=25752762 bytes_retransmit=9 bytes_invalid=0 send_seq=807499 receive_seq=807499 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=5965 freq=64001170 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=40.0 sd_pos=888542 heater_bed: target=110 temp=110.0 pwm=0.294 sysload=0.44 cputime=3440.553 memavail=657572 print_time=89299.539 buffer_time=2.140 print_stall=86 extruder: target=260 temp=259.5 pwm=0.478 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90084.3: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=37533454 bytes_read=25753856 bytes_retransmit=9 bytes_invalid=0 send_seq=807621 receive_seq=807621 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=8147 freq=64001168 CB1: temp=45.0 Manta: temp=43.3 chamber: temp=40.0 sd_pos=890457 heater_bed: target=110 temp=109.9 pwm=0.259 sysload=0.44 cputime=3440.782 memavail=657572 print_time=89300.871 buffer_time=2.471 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90085.3: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=37541035 bytes_read=25754956 bytes_retransmit=9 bytes_invalid=0 send_seq=807750 receive_seq=807750 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=5179 freq=64001168 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.1 sd_pos=892317 heater_bed: target=110 temp=110.0 pwm=0.179 sysload=0.44 cputime=3440.993 memavail=657588 print_time=89301.510 buffer_time=2.110 print_stall=86 extruder: target=260 temp=259.5 pwm=0.475 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90086.3: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37548419 bytes_read=25756032 bytes_retransmit=9 bytes_invalid=0 send_seq=807874 receive_seq=807874 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=6008 freq=64001168 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.1 sd_pos=895806 heater_bed: target=110 temp=110.0 pwm=0.131 sysload=0.44 cputime=3441.306 memavail=657588 print_time=89302.679 buffer_time=2.278 print_stall=86 extruder: target=260 temp=259.8 pwm=0.672 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90087.3: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37555138 bytes_read=25757096 bytes_retransmit=9 bytes_invalid=0 send_seq=807990 receive_seq=807990 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=54 upcoming_bytes=9554 freq=64001166 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=40.1 sd_pos=900523 heater_bed: target=110 temp=109.9 pwm=0.205 sysload=0.41 cputime=3441.638 memavail=657368 print_time=89304.270 buffer_time=2.827 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
Stats 90088.3: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37562331 bytes_read=25758161 bytes_retransmit=9 bytes_invalid=0 send_seq=808112 receive_seq=808112 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=6381 freq=64001166 CB1: temp=45.6 Manta: temp=43.5 chamber: temp=40.0 sd_pos=901347 heater_bed: target=110 temp=109.9 pwm=0.205 sysload=0.41 cputime=3441.781 memavail=658124 print_time=89304.773 buffer_time=2.328 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
Stats 90089.3: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37569316 bytes_read=25759206 bytes_retransmit=9 bytes_invalid=0 send_seq=808233 receive_seq=808233 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5321 freq=64001162 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.0 sd_pos=903637 heater_bed: target=110 temp=110.0 pwm=0.205 sysload=0.41 cputime=3442.036 memavail=658376 print_time=89306.084 buffer_time=2.609 print_stall=86 extruder: target=260 temp=259.2 pwm=0.826 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90090.3: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=37576292 bytes_read=25760305 bytes_retransmit=9 bytes_invalid=0 send_seq=808353 receive_seq=808353 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=54 upcoming_bytes=4527 freq=64001160 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=40.1 sd_pos=905413 heater_bed: target=110 temp=110.0 pwm=0.131 sysload=0.41 cputime=3442.448 memavail=658880 print_time=89306.996 buffer_time=2.502 print_stall=86 extruder: target=260 temp=259.2 pwm=0.502 | |
Stats 90091.4: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37580113 bytes_read=25761096 bytes_retransmit=9 bytes_invalid=0 send_seq=808420 receive_seq=808420 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4259 freq=64001162 CB1: temp=46.5 Manta: temp=44.1 chamber: temp=40.0 sd_pos=906256 heater_bed: target=110 temp=110.0 pwm=0.131 sysload=0.41 cputime=3442.594 memavail=659136 print_time=89307.942 buffer_time=2.448 print_stall=86 extruder: target=260 temp=259.5 pwm=0.591 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90092.4: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37586284 bytes_read=25762125 bytes_retransmit=9 bytes_invalid=0 send_seq=808532 receive_seq=808532 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=1426 freq=64001160 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=40.0 sd_pos=906584 heater_bed: target=110 temp=110.1 pwm=0.137 sysload=0.46 cputime=3442.723 memavail=659148 print_time=89308.541 buffer_time=2.046 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90093.4: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37592518 bytes_read=25763125 bytes_retransmit=9 bytes_invalid=0 send_seq=808638 receive_seq=808638 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=7 upcoming_bytes=2408 freq=64001164 CB1: temp=46.1 Manta: temp=43.0 chamber: temp=40.1 sd_pos=907791 heater_bed: target=110 temp=110.0 pwm=0.193 sysload=0.46 cputime=3442.918 memavail=659412 print_time=89310.281 buffer_time=2.718 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 90094.4: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37596847 bytes_read=25763970 bytes_retransmit=9 bytes_invalid=0 send_seq=808719 receive_seq=808719 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=427 freq=64001160 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=40.1 sd_pos=908084 heater_bed: target=110 temp=110.1 pwm=0.179 sysload=0.46 cputime=3443.216 memavail=659360 print_time=89310.616 buffer_time=2.053 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90095.5: gcodein=0 mcu: mcu_awake=0.058 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37599865 bytes_read=25764775 bytes_retransmit=9 bytes_invalid=0 send_seq=808777 receive_seq=808777 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4716 freq=64001158 CB1: temp=45.9 Manta: temp=43.2 chamber: temp=40.1 sd_pos=910459 heater_bed: target=110 temp=110.0 pwm=0.179 sysload=0.46 cputime=3443.822 memavail=659192 print_time=89311.911 buffer_time=2.277 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90096.5: gcodein=0 mcu: mcu_awake=0.058 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37606003 bytes_read=25765775 bytes_retransmit=9 bytes_invalid=0 send_seq=808889 receive_seq=808889 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=7735 freq=64001158 CB1: temp=46.1 Manta: temp=44.1 chamber: temp=40.1 sd_pos=913337 heater_bed: target=110 temp=110.0 pwm=0.226 sysload=0.46 cputime=3444.134 memavail=659444 print_time=89313.314 buffer_time=2.679 print_stall=86 extruder: target=260 temp=260.1 pwm=0.872 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90097.5: gcodein=0 mcu: mcu_awake=0.058 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37612209 bytes_read=25766794 bytes_retransmit=9 bytes_invalid=0 send_seq=808996 receive_seq=808996 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=7638 freq=64001156 CB1: temp=45.0 Manta: temp=43.4 chamber: temp=40.1 sd_pos=915686 heater_bed: target=110 temp=110.0 pwm=0.226 sysload=0.42 cputime=3444.353 memavail=659196 print_time=89314.125 buffer_time=2.488 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90098.5: gcodein=0 mcu: mcu_awake=0.058 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37618908 bytes_read=25767829 bytes_retransmit=9 bytes_invalid=0 send_seq=809112 receive_seq=809112 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=7294 freq=64001154 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.1 sd_pos=917638 heater_bed: target=110 temp=110.0 pwm=0.221 sysload=0.42 cputime=3444.532 memavail=659208 print_time=89314.973 buffer_time=2.336 print_stall=86 extruder: target=260 temp=260.7 pwm=0.059 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90099.5: gcodein=0 mcu: mcu_awake=0.058 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=37626078 bytes_read=25768874 bytes_retransmit=9 bytes_invalid=0 send_seq=809233 receive_seq=809233 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=5742 freq=64001153 CB1: temp=45.8 Manta: temp=43.2 chamber: temp=40.1 sd_pos=919659 heater_bed: target=110 temp=110.0 pwm=0.221 sysload=0.42 cputime=3444.743 memavail=658728 print_time=89315.776 buffer_time=2.138 print_stall=86 extruder: target=260 temp=259.7 pwm=0.463 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90100.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37633685 bytes_read=25770024 bytes_retransmit=9 bytes_invalid=0 send_seq=809363 receive_seq=809363 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=6394 freq=64001150 CB1: temp=46.2 Manta: temp=43.4 chamber: temp=40.2 sd_pos=921722 heater_bed: target=110 temp=110.0 pwm=0.169 sysload=0.42 cputime=3444.924 memavail=658476 print_time=89316.818 buffer_time=2.179 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90101.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37640723 bytes_read=25771074 bytes_retransmit=9 bytes_invalid=0 send_seq=809482 receive_seq=809482 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=9239 freq=64001150 CB1: temp=45.2 Manta: temp=43.0 chamber: temp=40.1 sd_pos=924169 heater_bed: target=110 temp=110.0 pwm=0.160 sysload=0.42 cputime=3445.162 memavail=658500 print_time=89318.097 buffer_time=2.457 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90102.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37648614 bytes_read=25772189 bytes_retransmit=9 bytes_invalid=0 send_seq=809617 receive_seq=809617 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=10464 freq=64001148 CB1: temp=45.1 Manta: temp=43.9 chamber: temp=40.1 sd_pos=926026 heater_bed: target=110 temp=110.0 pwm=0.160 sysload=0.47 cputime=3445.384 memavail=658260 print_time=89319.219 buffer_time=2.578 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90103.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37656239 bytes_read=25773318 bytes_retransmit=9 bytes_invalid=0 send_seq=809746 receive_seq=809746 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=11469 freq=64001147 CB1: temp=45.3 Manta: temp=43.9 chamber: temp=40.1 sd_pos=927906 heater_bed: target=110 temp=110.1 pwm=0.160 sysload=0.47 cputime=3445.588 memavail=658008 print_time=89320.314 buffer_time=2.672 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90104.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37664574 bytes_read=25774473 bytes_retransmit=9 bytes_invalid=0 send_seq=809886 receive_seq=809886 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=11775 freq=64001147 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=40.1 sd_pos=929486 heater_bed: target=110 temp=110.0 pwm=0.227 sysload=0.47 cputime=3445.772 memavail=657536 print_time=89321.312 buffer_time=2.670 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90105.5: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37672858 bytes_read=25775629 bytes_retransmit=9 bytes_invalid=0 send_seq=810026 receive_seq=810026 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=9253 freq=64001148 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=40.1 sd_pos=932219 heater_bed: target=110 temp=110.0 pwm=0.233 sysload=0.47 cputime=3446.113 memavail=657816 print_time=89322.234 buffer_time=2.591 print_stall=86 extruder: target=260 temp=258.9 pwm=0.317 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90106.5: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37680642 bytes_read=25776755 bytes_retransmit=9 bytes_invalid=0 send_seq=810156 receive_seq=810155 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=6928 freq=64001148 CB1: temp=45.0 Manta: temp=43.6 chamber: temp=40.1 sd_pos=934053 heater_bed: target=110 temp=110.0 pwm=0.233 sysload=0.47 cputime=3446.386 memavail=657564 print_time=89323.047 buffer_time=2.404 print_stall=86 extruder: target=260 temp=259.2 pwm=0.076 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90107.5: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37688166 bytes_read=25777831 bytes_retransmit=9 bytes_invalid=0 send_seq=810282 receive_seq=810282 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=9 upcoming_bytes=4904 freq=64001148 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.1 sd_pos=936418 heater_bed: target=110 temp=110.1 pwm=0.165 sysload=0.59 cputime=3446.663 memavail=657820 print_time=89323.915 buffer_time=2.272 print_stall=86 extruder: target=260 temp=259.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90108.5: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37694402 bytes_read=25778793 bytes_retransmit=9 bytes_invalid=0 send_seq=810389 receive_seq=810389 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=5448 freq=64001147 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.1 sd_pos=939478 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.59 cputime=3446.983 memavail=658020 print_time=89324.917 buffer_time=2.273 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90109.5: gcodein=0 mcu: mcu_awake=0.087 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=37700666 bytes_read=25779796 bytes_retransmit=9 bytes_invalid=0 send_seq=810496 receive_seq=810496 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=39 upcoming_bytes=4836 freq=64001148 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.1 sd_pos=941370 heater_bed: target=110 temp=110.0 pwm=0.175 sysload=0.59 cputime=3447.179 memavail=658100 print_time=89325.718 buffer_time=2.072 print_stall=86 extruder: target=260 temp=259.9 pwm=0.236 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90110.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37707458 bytes_read=25780828 bytes_retransmit=9 bytes_invalid=0 send_seq=810611 receive_seq=810611 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=8144 freq=64001148 CB1: temp=46.0 Manta: temp=43.2 chamber: temp=40.1 sd_pos=945636 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.59 cputime=3447.460 memavail=658604 print_time=89327.271 buffer_time=2.625 print_stall=86 extruder: target=260 temp=259.5 pwm=0.376 | |
Stats 90111.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37714267 bytes_read=25781852 bytes_retransmit=9 bytes_invalid=0 send_seq=810728 receive_seq=810728 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=5334 freq=64001146 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.0 sd_pos=946138 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.59 cputime=3447.605 memavail=658620 print_time=89327.774 buffer_time=2.127 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
Stats 90112.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37721356 bytes_read=25782931 bytes_retransmit=9 bytes_invalid=0 send_seq=810847 receive_seq=810847 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=4063 freq=64001146 CB1: temp=45.6 Manta: temp=43.7 chamber: temp=40.1 sd_pos=948248 heater_bed: target=110 temp=110.0 pwm=0.214 sysload=0.54 cputime=3447.874 memavail=658344 print_time=89329.087 buffer_time=2.440 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90113.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37727983 bytes_read=25783946 bytes_retransmit=9 bytes_invalid=0 send_seq=810959 receive_seq=810959 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=3677 freq=64001147 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.2 sd_pos=950307 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.54 cputime=3448.282 memavail=658684 print_time=89329.998 buffer_time=2.349 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
Stats 90114.5: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=37731444 bytes_read=25784696 bytes_retransmit=9 bytes_invalid=0 send_seq=811021 receive_seq=811021 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=2952 freq=64001143 CB1: temp=45.4 Manta: temp=43.1 chamber: temp=40.1 sd_pos=950752 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.54 cputime=3448.405 memavail=658684 print_time=89330.830 buffer_time=2.181 print_stall=86 extruder: target=260 temp=260.4 pwm=0.419 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90115.5: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37738063 bytes_read=25785761 bytes_retransmit=9 bytes_invalid=0 send_seq=811134 receive_seq=811134 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=1172 freq=64001141 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=40.1 sd_pos=951487 heater_bed: target=110 temp=110.0 pwm=0.175 sysload=0.54 cputime=3448.575 memavail=658940 print_time=89331.870 buffer_time=2.220 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90116.5: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37742649 bytes_read=25786626 bytes_retransmit=9 bytes_invalid=0 send_seq=811216 receive_seq=811216 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=64001141 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=40.2 sd_pos=952057 heater_bed: target=110 temp=110.0 pwm=0.138 sysload=0.54 cputime=3448.696 memavail=658940 print_time=89332.899 buffer_time=2.248 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
Stats 90117.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37747978 bytes_read=25787641 bytes_retransmit=9 bytes_invalid=0 send_seq=811317 receive_seq=811317 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=1612 freq=64001140 CB1: temp=45.5 Manta: temp=43.5 chamber: temp=40.1 sd_pos=953401 heater_bed: target=110 temp=109.9 pwm=0.227 sysload=0.58 cputime=3449.184 memavail=659328 print_time=89333.933 buffer_time=2.118 print_stall=86 extruder: target=260 temp=260.3 pwm=0.429 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90118.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37750999 bytes_read=25788361 bytes_retransmit=9 bytes_invalid=0 send_seq=811373 receive_seq=811373 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4034 freq=64001141 CB1: temp=46.4 Manta: temp=43.6 chamber: temp=40.1 sd_pos=955128 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.58 cputime=3449.616 memavail=659328 print_time=89334.885 buffer_time=2.068 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90119.7: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37757750 bytes_read=25789425 bytes_retransmit=9 bytes_invalid=0 send_seq=811489 receive_seq=811489 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=5018 freq=64001139 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=40.1 sd_pos=957749 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.58 cputime=3450.021 memavail=659076 print_time=89336.121 buffer_time=2.304 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90120.7: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=37763738 bytes_read=25790401 bytes_retransmit=9 bytes_invalid=0 send_seq=811590 receive_seq=811590 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5501 freq=64001139 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=40.1 sd_pos=959585 heater_bed: target=110 temp=110.0 pwm=0.142 sysload=0.58 cputime=3450.202 memavail=658852 print_time=89336.985 buffer_time=2.168 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90121.7: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=37770366 bytes_read=25791401 bytes_retransmit=9 bytes_invalid=0 send_seq=811702 receive_seq=811702 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=9214 freq=64001141 CB1: temp=45.8 Manta: temp=43.0 chamber: temp=40.1 sd_pos=962941 heater_bed: target=110 temp=110.1 pwm=0.084 sysload=0.58 cputime=3450.448 memavail=658856 print_time=89338.485 buffer_time=2.668 print_stall=86 extruder: target=260 temp=260.3 pwm=0.536 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90122.7: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=37777489 bytes_read=25792480 bytes_retransmit=9 bytes_invalid=0 send_seq=811821 receive_seq=811821 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=6937 freq=64001143 CB1: temp=45.3 Manta: temp=43.5 chamber: temp=40.1 sd_pos=964909 heater_bed: target=110 temp=110.1 pwm=0.177 sysload=0.61 cputime=3450.632 memavail=658856 print_time=89339.138 buffer_time=2.319 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90123.7: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=37784783 bytes_read=25793555 bytes_retransmit=9 bytes_invalid=0 send_seq=811945 receive_seq=811945 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=9721 freq=64001140 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.1 sd_pos=967215 heater_bed: target=110 temp=110.1 pwm=0.122 sysload=0.61 cputime=3450.868 memavail=658860 print_time=89340.425 buffer_time=2.606 print_stall=86 extruder: target=260 temp=260.5 pwm=0.520 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90124.7: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=37791843 bytes_read=25794585 bytes_retransmit=9 bytes_invalid=0 send_seq=812063 receive_seq=812063 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=12151 freq=64001141 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.2 sd_pos=969400 heater_bed: target=110 temp=110.0 pwm=0.197 sysload=0.61 cputime=3451.089 memavail=659084 print_time=89341.618 buffer_time=2.799 print_stall=86 extruder: target=260 temp=260.3 pwm=0.860 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90125.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37799867 bytes_read=25795760 bytes_retransmit=9 bytes_invalid=0 send_seq=812198 receive_seq=812198 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=13559 freq=64001142 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=40.1 sd_pos=971245 heater_bed: target=110 temp=110.1 pwm=0.197 sysload=0.61 cputime=3451.329 memavail=659368 print_time=89342.834 buffer_time=3.013 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
Stats 90126.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37807981 bytes_read=25796900 bytes_retransmit=9 bytes_invalid=0 send_seq=812335 receive_seq=812335 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6358 freq=64001141 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.1 sd_pos=971245 heater_bed: target=110 temp=110.0 pwm=0.179 sysload=0.61 cputime=3451.435 memavail=659372 print_time=89342.834 buffer_time=2.012 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90127.7: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37816073 bytes_read=25798025 bytes_retransmit=9 bytes_invalid=0 send_seq=812472 receive_seq=812472 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=6068 freq=64001141 CB1: temp=45.1 Manta: temp=43.7 chamber: temp=40.1 sd_pos=973083 heater_bed: target=110 temp=110.1 pwm=0.179 sysload=0.56 cputime=3451.643 memavail=659148 print_time=89343.881 buffer_time=2.058 print_stall=86 extruder: target=260 temp=260.7 pwm=0.496 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90128.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37825024 bytes_read=25799284 bytes_retransmit=9 bytes_invalid=0 send_seq=812624 receive_seq=812624 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=8572 freq=64001143 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=40.1 sd_pos=976323 heater_bed: target=110 temp=110.0 pwm=0.204 sysload=0.56 cputime=3452.112 memavail=659148 print_time=89345.538 buffer_time=2.564 print_stall=86 extruder: target=260 temp=261.3 pwm=0.888 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90129.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37832484 bytes_read=25800359 bytes_retransmit=9 bytes_invalid=0 send_seq=812752 receive_seq=812751 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6498 freq=64001142 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=40.1 sd_pos=977832 heater_bed: target=110 temp=110.1 pwm=0.199 sysload=0.56 cputime=3452.311 memavail=658900 print_time=89346.331 buffer_time=2.355 print_stall=86 extruder: target=260 temp=260.9 pwm=0.699 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90130.8: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37839778 bytes_read=25801474 bytes_retransmit=9 bytes_invalid=0 send_seq=812874 receive_seq=812874 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=5077 freq=64001142 CB1: temp=45.6 Manta: temp=43.3 chamber: temp=40.2 sd_pos=980359 heater_bed: target=110 temp=110.1 pwm=0.131 sysload=0.56 cputime=3452.643 memavail=658660 print_time=89347.274 buffer_time=2.298 print_stall=86 extruder: target=260 temp=261.0 pwm=0.143 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90131.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37846306 bytes_read=25802479 bytes_retransmit=9 bytes_invalid=0 send_seq=812984 receive_seq=812984 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6125 freq=64001140 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=40.1 sd_pos=984460 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.56 cputime=3452.964 memavail=658172 print_time=89348.386 buffer_time=2.341 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90132.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37852794 bytes_read=25803513 bytes_retransmit=9 bytes_invalid=0 send_seq=813094 receive_seq=813094 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=5097 freq=64001145 CB1: temp=46.2 Manta: temp=43.2 chamber: temp=40.1 sd_pos=985951 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.68 cputime=3453.161 memavail=658172 print_time=89349.151 buffer_time=2.105 print_stall=86 extruder: target=260 temp=261.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90133.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37859569 bytes_read=25804548 bytes_retransmit=9 bytes_invalid=0 send_seq=813210 receive_seq=813210 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=8405 freq=64001151 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=40.1 sd_pos=990746 heater_bed: target=110 temp=109.9 pwm=0.192 sysload=0.68 cputime=3453.477 memavail=658176 print_time=89350.725 buffer_time=2.678 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
Stats 90134.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37866466 bytes_read=25805573 bytes_retransmit=9 bytes_invalid=0 send_seq=813327 receive_seq=813327 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=5621 freq=64001154 CB1: temp=45.6 Manta: temp=43.5 chamber: temp=40.1 sd_pos=991570 heater_bed: target=110 temp=109.9 pwm=0.257 sysload=0.68 cputime=3453.618 memavail=657684 print_time=89351.240 buffer_time=2.191 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
Stats 90135.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37873311 bytes_read=25806653 bytes_retransmit=9 bytes_invalid=0 send_seq=813443 receive_seq=813443 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=4647 freq=64001152 CB1: temp=46.1 Manta: temp=43.5 chamber: temp=40.1 sd_pos=993860 heater_bed: target=110 temp=109.9 pwm=0.248 sysload=0.68 cputime=3453.864 memavail=657684 print_time=89352.552 buffer_time=2.502 print_stall=86 extruder: target=260 temp=261.3 pwm=0.112 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90136.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37880255 bytes_read=25807703 bytes_retransmit=9 bytes_invalid=0 send_seq=813562 receive_seq=813562 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=4032 freq=64001150 CB1: temp=45.3 Manta: temp=43.1 chamber: temp=40.1 sd_pos=995979 heater_bed: target=110 temp=109.8 pwm=0.299 sysload=0.68 cputime=3454.278 memavail=657684 print_time=89353.507 buffer_time=2.457 print_stall=86 extruder: target=260 temp=262.2 pwm=0.000 | |
Stats 90137.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37883431 bytes_read=25808433 bytes_retransmit=9 bytes_invalid=0 send_seq=813620 receive_seq=813620 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=54 upcoming_bytes=2596 freq=64001150 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=40.2 sd_pos=996200 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.62 cputime=3454.391 memavail=657588 print_time=89354.071 buffer_time=2.021 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90138.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37890266 bytes_read=25809497 bytes_retransmit=9 bytes_invalid=0 send_seq=813736 receive_seq=813736 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=917 freq=64001150 CB1: temp=46.1 Manta: temp=43.2 chamber: temp=40.2 sd_pos=996889 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.62 cputime=3454.556 memavail=657336 print_time=89355.216 buffer_time=2.164 print_stall=86 extruder: target=260 temp=261.2 pwm=0.009 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90139.9: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37894826 bytes_read=25810347 bytes_retransmit=9 bytes_invalid=0 send_seq=813815 receive_seq=813815 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=2473 freq=64001152 CB1: temp=46.3 Manta: temp=43.9 chamber: temp=40.2 sd_pos=997946 heater_bed: target=110 temp=110.0 pwm=0.185 sysload=0.62 cputime=3454.752 memavail=656848 print_time=89356.618 buffer_time=2.566 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 90140.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37899527 bytes_read=25811232 bytes_retransmit=9 bytes_invalid=0 send_seq=813898 receive_seq=813898 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=2282 freq=64001150 CB1: temp=46.1 Manta: temp=43.9 chamber: temp=40.2 sd_pos=999149 heater_bed: target=110 temp=110.0 pwm=0.134 sysload=0.62 cputime=3455.176 memavail=656608 print_time=89357.362 buffer_time=2.280 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90141.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37902275 bytes_read=25811982 bytes_retransmit=9 bytes_invalid=0 send_seq=813951 receive_seq=813951 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=4752 freq=64001149 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=40.1 sd_pos=1000595 heater_bed: target=110 temp=110.0 pwm=0.201 sysload=0.62 cputime=3455.635 memavail=656608 print_time=89358.262 buffer_time=2.179 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90142.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37909094 bytes_read=25813007 bytes_retransmit=9 bytes_invalid=0 send_seq=814068 receive_seq=814068 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=7222 freq=64001153 CB1: temp=45.5 Manta: temp=44.2 chamber: temp=40.2 sd_pos=1003459 heater_bed: target=110 temp=110.0 pwm=0.201 sysload=0.57 cputime=3455.960 memavail=656612 print_time=89359.683 buffer_time=2.599 print_stall=86 extruder: target=260 temp=260.3 pwm=0.618 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90143.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37915170 bytes_read=25813976 bytes_retransmit=9 bytes_invalid=0 send_seq=814171 receive_seq=814171 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=7182 freq=64001154 CB1: temp=45.4 Manta: temp=43.9 chamber: temp=40.2 sd_pos=1005822 heater_bed: target=110 temp=110.0 pwm=0.155 sysload=0.57 cputime=3456.147 memavail=656360 print_time=89360.487 buffer_time=2.403 print_stall=86 extruder: target=260 temp=260.7 pwm=0.374 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90144.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37921993 bytes_read=25815046 bytes_retransmit=9 bytes_invalid=0 send_seq=814288 receive_seq=814288 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=6654 freq=64001153 CB1: temp=45.8 Manta: temp=44.0 chamber: temp=40.2 sd_pos=1007819 heater_bed: target=110 temp=110.0 pwm=0.222 sysload=0.57 cputime=3456.342 memavail=656388 print_time=89361.335 buffer_time=2.250 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90145.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37929202 bytes_read=25816112 bytes_retransmit=9 bytes_invalid=0 send_seq=814410 receive_seq=814410 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=5135 freq=64001157 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.2 sd_pos=1009858 heater_bed: target=110 temp=110.0 pwm=0.256 sysload=0.57 cputime=3456.564 memavail=656164 print_time=89362.143 buffer_time=2.057 print_stall=86 extruder: target=260 temp=259.5 pwm=0.895 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90146.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37936812 bytes_read=25817211 bytes_retransmit=9 bytes_invalid=0 send_seq=814539 receive_seq=814539 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5548 freq=64001159 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=40.2 sd_pos=1011563 heater_bed: target=110 temp=110.0 pwm=0.230 sysload=0.57 cputime=3456.786 memavail=656428 print_time=89363.118 buffer_time=2.032 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90147.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37943727 bytes_read=25818291 bytes_retransmit=9 bytes_invalid=0 send_seq=814658 receive_seq=814658 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=7043 freq=64001157 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.2 sd_pos=1013332 heater_bed: target=110 temp=110.0 pwm=0.230 sysload=0.61 cputime=3457.009 memavail=656180 print_time=89364.150 buffer_time=2.063 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90148.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37951880 bytes_read=25819426 bytes_retransmit=9 bytes_invalid=0 send_seq=814797 receive_seq=814797 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=8164 freq=64001156 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=40.2 sd_pos=1015075 heater_bed: target=110 temp=110.0 pwm=0.230 sysload=0.61 cputime=3457.227 memavail=656192 print_time=89365.442 buffer_time=2.354 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90149.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=37960165 bytes_read=25820585 bytes_retransmit=9 bytes_invalid=0 send_seq=814935 receive_seq=814935 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=7627 freq=64001160 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=40.2 sd_pos=1016875 heater_bed: target=110 temp=109.9 pwm=0.263 sysload=0.61 cputime=3457.450 memavail=655940 print_time=89366.398 buffer_time=2.310 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90150.9: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37967216 bytes_read=25821666 bytes_retransmit=9 bytes_invalid=0 send_seq=815054 receive_seq=815054 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=9661 freq=64001162 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=40.2 sd_pos=1018843 heater_bed: target=110 temp=109.9 pwm=0.204 sysload=0.61 cputime=3457.679 memavail=655940 print_time=89367.518 buffer_time=2.428 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
Stats 90151.9: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37975396 bytes_read=25822796 bytes_retransmit=9 bytes_invalid=0 send_seq=815192 receive_seq=815192 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=7683 freq=64001160 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=40.2 sd_pos=1019598 heater_bed: target=110 temp=110.0 pwm=0.204 sysload=0.61 cputime=3457.855 memavail=655688 print_time=89368.537 buffer_time=2.447 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90152.9: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37983313 bytes_read=25823940 bytes_retransmit=9 bytes_invalid=0 send_seq=815327 receive_seq=815327 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=4320 freq=64001159 CB1: temp=45.1 Manta: temp=43.0 chamber: temp=40.2 sd_pos=1020194 heater_bed: target=110 temp=110.0 pwm=0.213 sysload=0.72 cputime=3458.029 memavail=655464 print_time=89369.379 buffer_time=2.288 print_stall=86 extruder: target=260 temp=260.5 pwm=0.165 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90153.9: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37989865 bytes_read=25824960 bytes_retransmit=9 bytes_invalid=0 send_seq=815437 receive_seq=815437 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=1660 freq=64001160 CB1: temp=45.1 Manta: temp=43.5 chamber: temp=40.2 sd_pos=1020936 heater_bed: target=110 temp=110.0 pwm=0.162 sysload=0.72 cputime=3458.220 memavail=655464 print_time=89370.280 buffer_time=2.189 print_stall=86 extruder: target=260 temp=260.2 pwm=0.191 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90154.9: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=37995207 bytes_read=25825855 bytes_retransmit=9 bytes_invalid=0 send_seq=815528 receive_seq=815528 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=1918 freq=64001160 CB1: temp=45.5 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1023118 heater_bed: target=110 temp=110.0 pwm=0.182 sysload=0.72 cputime=3458.506 memavail=655224 print_time=89371.149 buffer_time=2.058 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90155.9: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=37999751 bytes_read=25826740 bytes_retransmit=9 bytes_invalid=0 send_seq=815608 receive_seq=815608 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4099 freq=64001162 CB1: temp=45.4 Manta: temp=43.3 chamber: temp=40.2 sd_pos=1025318 heater_bed: target=110 temp=110.0 pwm=0.182 sysload=0.72 cputime=3458.866 memavail=654764 print_time=89372.249 buffer_time=2.157 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90157.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38005920 bytes_read=25827750 bytes_retransmit=9 bytes_invalid=0 send_seq=815716 receive_seq=815716 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6724 freq=64001161 CB1: temp=45.9 Manta: temp=43.0 chamber: temp=40.2 sd_pos=1029027 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.72 cputime=3459.267 memavail=654524 print_time=89373.839 buffer_time=2.723 print_stall=86 extruder: target=260 temp=261.1 pwm=0.769 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90158.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38012412 bytes_read=25828740 bytes_retransmit=9 bytes_invalid=0 send_seq=815826 receive_seq=815826 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=3847 freq=64001162 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=40.2 sd_pos=1029993 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.74 cputime=3459.459 memavail=654524 print_time=89374.395 buffer_time=2.279 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
Stats 90159.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38017788 bytes_read=25829699 bytes_retransmit=9 bytes_invalid=0 send_seq=815921 receive_seq=815921 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=1756 freq=64001162 CB1: temp=45.6 Manta: temp=43.0 chamber: temp=40.2 sd_pos=1030514 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.74 cputime=3459.618 memavail=654528 print_time=89375.193 buffer_time=2.076 print_stall=86 extruder: target=260 temp=260.8 pwm=0.685 | |
Stats 90160.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38023965 bytes_read=25830679 bytes_retransmit=9 bytes_invalid=0 send_seq=816026 receive_seq=816026 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=1051 freq=64001157 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=40.2 sd_pos=1031361 heater_bed: target=110 temp=110.0 pwm=0.140 sysload=0.74 cputime=3459.787 memavail=654528 print_time=89376.196 buffer_time=2.078 print_stall=86 extruder: target=260 temp=261.0 pwm=0.124 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90161.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38028070 bytes_read=25831500 bytes_retransmit=9 bytes_invalid=0 send_seq=816099 receive_seq=816099 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=7498 freq=64001157 CB1: temp=45.4 Manta: temp=43.0 chamber: temp=40.2 sd_pos=1033967 heater_bed: target=110 temp=110.0 pwm=0.140 sysload=0.74 cputime=3460.068 memavail=654528 print_time=89377.810 buffer_time=2.691 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90162.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38033686 bytes_read=25832469 bytes_retransmit=9 bytes_invalid=0 send_seq=816196 receive_seq=816196 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=7205 freq=64001156 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=40.2 sd_pos=1035570 heater_bed: target=110 temp=110.1 pwm=0.098 sysload=0.74 cputime=3460.255 memavail=654528 print_time=89378.462 buffer_time=2.343 print_stall=86 extruder: target=260 temp=261.7 pwm=0.942 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90163.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38040081 bytes_read=25833474 bytes_retransmit=9 bytes_invalid=0 send_seq=816306 receive_seq=816306 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=8600 freq=64001152 CB1: temp=45.2 Manta: temp=43.6 chamber: temp=40.2 sd_pos=1039047 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.76 cputime=3460.552 memavail=654528 print_time=89379.616 buffer_time=2.496 print_stall=86 extruder: target=260 temp=260.5 pwm=0.162 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90164.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38048036 bytes_read=25834589 bytes_retransmit=9 bytes_invalid=0 send_seq=816441 receive_seq=816441 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=6687 freq=64001149 CB1: temp=45.4 Manta: temp=43.3 chamber: temp=40.2 sd_pos=1040834 heater_bed: target=110 temp=110.1 pwm=0.174 sysload=0.76 cputime=3460.729 memavail=654308 print_time=89380.419 buffer_time=2.299 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90165.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38054486 bytes_read=25835618 bytes_retransmit=9 bytes_invalid=0 send_seq=816550 receive_seq=816550 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=5146 freq=64001151 CB1: temp=45.4 Manta: temp=43.0 chamber: temp=40.3 sd_pos=1043417 heater_bed: target=110 temp=110.1 pwm=0.146 sysload=0.76 cputime=3460.959 memavail=654816 print_time=89381.163 buffer_time=2.042 print_stall=86 extruder: target=260 temp=261.1 pwm=0.653 | |
Stats 90166.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38061712 bytes_read=25836699 bytes_retransmit=9 bytes_invalid=0 send_seq=816672 receive_seq=816672 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3525 freq=64001150 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=40.2 sd_pos=1044161 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.76 cputime=3461.112 memavail=654816 print_time=89382.223 buffer_time=2.102 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90167.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38069038 bytes_read=25837778 bytes_retransmit=9 bytes_invalid=0 send_seq=816797 receive_seq=816797 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=2069 freq=64001146 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.3 sd_pos=1046433 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.76 cputime=3461.541 memavail=655072 print_time=89383.300 buffer_time=2.119 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90168.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38073851 bytes_read=25838688 bytes_retransmit=9 bytes_invalid=0 send_seq=816882 receive_seq=816882 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=2794 freq=64001144 CB1: temp=45.8 Manta: temp=44.2 chamber: temp=40.2 sd_pos=1048574 heater_bed: target=110 temp=109.9 pwm=0.298 sysload=0.78 cputime=3461.766 memavail=654852 print_time=89384.179 buffer_time=1.997 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90169.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38079413 bytes_read=25839603 bytes_retransmit=9 bytes_invalid=0 send_seq=816977 receive_seq=816977 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2362 freq=64001147 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=40.3 sd_pos=1049237 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.78 cputime=3461.939 memavail=654868 print_time=89385.440 buffer_time=2.257 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90170.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38084824 bytes_read=25840527 bytes_retransmit=9 bytes_invalid=0 send_seq=817071 receive_seq=817071 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=0 freq=64001149 CB1: temp=45.0 Manta: temp=44.0 chamber: temp=40.3 sd_pos=1049646 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.78 cputime=3462.064 memavail=654872 print_time=89386.388 buffer_time=2.204 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90171.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38089054 bytes_read=25841448 bytes_retransmit=9 bytes_invalid=0 send_seq=817155 receive_seq=817155 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=2094 freq=64001148 CB1: temp=45.0 Manta: temp=43.7 chamber: temp=40.3 sd_pos=1051110 heater_bed: target=110 temp=109.9 pwm=0.268 sysload=0.78 cputime=3462.327 memavail=655056 print_time=89387.495 buffer_time=2.312 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90172.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38093174 bytes_read=25842243 bytes_retransmit=9 bytes_invalid=0 send_seq=817226 receive_seq=817226 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=54 upcoming_bytes=2874 freq=64001148 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.2 sd_pos=1052524 heater_bed: target=110 temp=109.9 pwm=0.190 sysload=0.78 cputime=3462.753 memavail=655400 print_time=89388.308 buffer_time=2.123 print_stall=86 extruder: target=260 temp=260.8 pwm=0.018 | |
Stats 90173.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38098243 bytes_read=25843162 bytes_retransmit=9 bytes_invalid=0 send_seq=817319 receive_seq=817319 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=2989 freq=64001150 CB1: temp=46.1 Manta: temp=43.7 chamber: temp=40.3 sd_pos=1053726 heater_bed: target=110 temp=110.0 pwm=0.190 sysload=0.72 cputime=3463.221 memavail=655696 print_time=89389.209 buffer_time=2.023 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90174.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38104472 bytes_read=25844169 bytes_retransmit=9 bytes_invalid=0 send_seq=817425 receive_seq=817425 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=8070 freq=64001154 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=40.2 sd_pos=1057707 heater_bed: target=110 temp=110.1 pwm=0.125 sysload=0.72 cputime=3463.517 memavail=656452 print_time=89390.886 buffer_time=2.699 print_stall=86 extruder: target=260 temp=261.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90175.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38110297 bytes_read=25845106 bytes_retransmit=9 bytes_invalid=0 send_seq=817527 receive_seq=817527 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=7995 freq=64001153 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1059637 heater_bed: target=110 temp=110.0 pwm=0.222 sysload=0.72 cputime=3463.700 memavail=656428 print_time=89391.671 buffer_time=2.483 print_stall=86 extruder: target=260 temp=260.5 pwm=0.581 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90176.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38117352 bytes_read=25846171 bytes_retransmit=9 bytes_invalid=0 send_seq=817646 receive_seq=817646 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=6797 freq=64001155 CB1: temp=45.3 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1061655 heater_bed: target=110 temp=110.0 pwm=0.221 sysload=0.72 cputime=3463.890 memavail=656988 print_time=89392.486 buffer_time=2.298 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90177.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38124409 bytes_read=25847226 bytes_retransmit=9 bytes_invalid=0 send_seq=817766 receive_seq=817766 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=5782 freq=64001151 CB1: temp=45.1 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1063121 heater_bed: target=110 temp=110.0 pwm=0.221 sysload=0.72 cputime=3464.058 memavail=656988 print_time=89393.278 buffer_time=2.090 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90178.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38131839 bytes_read=25848287 bytes_retransmit=9 bytes_invalid=0 send_seq=817892 receive_seq=817892 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=7085 freq=64001148 CB1: temp=45.6 Manta: temp=43.0 chamber: temp=40.3 sd_pos=1065132 heater_bed: target=110 temp=110.0 pwm=0.221 sysload=0.66 cputime=3464.300 memavail=657108 print_time=89394.389 buffer_time=2.201 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90179.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38139267 bytes_read=25849391 bytes_retransmit=9 bytes_invalid=0 send_seq=818019 receive_seq=818019 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=9450 freq=64001145 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1067499 heater_bed: target=110 temp=109.9 pwm=0.254 sysload=0.66 cputime=3464.526 memavail=657112 print_time=89395.617 buffer_time=2.427 print_stall=86 extruder: target=260 temp=260.0 pwm=0.307 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90180.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38147442 bytes_read=25850551 bytes_retransmit=9 bytes_invalid=0 send_seq=818157 receive_seq=818157 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=9697 freq=64001147 CB1: temp=45.4 Manta: temp=43.9 chamber: temp=40.3 sd_pos=1069157 heater_bed: target=110 temp=110.0 pwm=0.172 sysload=0.66 cputime=3464.760 memavail=658128 print_time=89396.825 buffer_time=2.635 print_stall=86 extruder: target=260 temp=260.8 pwm=0.233 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90181.0: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38155440 bytes_read=25851677 bytes_retransmit=9 bytes_invalid=0 send_seq=818291 receive_seq=818291 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=9665 freq=64001145 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=40.3 sd_pos=1071003 heater_bed: target=110 temp=110.1 pwm=0.119 sysload=0.66 cputime=3464.967 memavail=658128 print_time=89397.875 buffer_time=2.684 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90182.0: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38162680 bytes_read=25852766 bytes_retransmit=9 bytes_invalid=0 send_seq=818415 receive_seq=818415 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=6104 freq=64001148 CB1: temp=46.5 Manta: temp=44.2 chamber: temp=40.3 sd_pos=1071384 heater_bed: target=110 temp=110.1 pwm=0.205 sysload=0.66 cputime=3465.122 memavail=657892 print_time=89398.385 buffer_time=2.193 print_stall=86 extruder: target=260 temp=260.1 pwm=0.936 | |
Stats 90183.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38170479 bytes_read=25853891 bytes_retransmit=9 bytes_invalid=0 send_seq=818546 receive_seq=818546 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=11 upcoming_bytes=5010 freq=64001145 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1072365 heater_bed: target=110 temp=110.1 pwm=0.174 sysload=0.61 cputime=3465.321 memavail=657892 print_time=89399.684 buffer_time=2.460 print_stall=86 extruder: target=260 temp=260.5 pwm=0.148 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90184.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38177210 bytes_read=25854901 bytes_retransmit=9 bytes_invalid=0 send_seq=818660 receive_seq=818660 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=2162 freq=64001144 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1073021 heater_bed: target=110 temp=110.1 pwm=0.152 sysload=0.61 cputime=3465.513 memavail=657668 print_time=89400.571 buffer_time=2.348 print_stall=86 extruder: target=260 temp=260.5 pwm=0.365 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90185.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38182512 bytes_read=25855830 bytes_retransmit=9 bytes_invalid=0 send_seq=818749 receive_seq=818749 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=2200 freq=64001144 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.3 sd_pos=1074834 heater_bed: target=110 temp=110.0 pwm=0.231 sysload=0.61 cputime=3465.790 memavail=657868 print_time=89401.473 buffer_time=2.248 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90186.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38186844 bytes_read=25856686 bytes_retransmit=9 bytes_invalid=0 send_seq=818826 receive_seq=818826 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3309 freq=64001145 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1077241 heater_bed: target=110 temp=110.0 pwm=0.231 sysload=0.61 cputime=3466.091 memavail=658124 print_time=89402.277 buffer_time=2.052 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90187.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38192205 bytes_read=25857586 bytes_retransmit=9 bytes_invalid=0 send_seq=818918 receive_seq=818918 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=3997 freq=64001143 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=40.3 sd_pos=1078415 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.56 cputime=3466.346 memavail=658428 print_time=89403.367 buffer_time=2.141 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90188.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38199306 bytes_read=25858680 bytes_retransmit=9 bytes_invalid=0 send_seq=819041 receive_seq=819040 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2019 freq=64001143 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1081324 heater_bed: target=110 temp=110.0 pwm=0.142 sysload=0.56 cputime=3466.772 memavail=658428 print_time=89404.180 buffer_time=1.926 print_stall=86 extruder: target=260 temp=261.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90189.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38204724 bytes_read=25859610 bytes_retransmit=9 bytes_invalid=0 send_seq=819135 receive_seq=819135 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3588 freq=64001144 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=40.3 sd_pos=1082076 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.56 cputime=3466.983 memavail=658428 print_time=89405.356 buffer_time=2.101 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
Stats 90190.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38210886 bytes_read=25860585 bytes_retransmit=9 bytes_invalid=0 send_seq=819242 receive_seq=819242 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=3422 freq=64001141 CB1: temp=45.3 Manta: temp=43.9 chamber: temp=40.3 sd_pos=1083006 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.56 cputime=3467.161 memavail=658432 print_time=89406.696 buffer_time=2.439 print_stall=86 extruder: target=260 temp=260.1 pwm=0.930 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90191.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38216744 bytes_read=25861590 bytes_retransmit=9 bytes_invalid=0 send_seq=819343 receive_seq=819343 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=2541 freq=64001140 CB1: temp=44.9 Manta: temp=43.1 chamber: temp=40.3 sd_pos=1083684 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.56 cputime=3467.337 memavail=658684 print_time=89407.542 buffer_time=2.285 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90192.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38221509 bytes_read=25862460 bytes_retransmit=9 bytes_invalid=0 send_seq=819426 receive_seq=819426 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=7490 freq=64001143 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.2 sd_pos=1085750 heater_bed: target=110 temp=110.0 pwm=0.209 sysload=0.60 cputime=3467.550 memavail=658884 print_time=89408.862 buffer_time=2.604 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90193.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38226910 bytes_read=25863365 bytes_retransmit=9 bytes_invalid=0 send_seq=819519 receive_seq=819519 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=6487 freq=64001139 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1087012 heater_bed: target=110 temp=110.0 pwm=0.209 sysload=0.60 cputime=3467.720 memavail=658232 print_time=89409.413 buffer_time=2.155 print_stall=86 extruder: target=260 temp=260.0 pwm=0.723 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90194.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38234444 bytes_read=25864479 bytes_retransmit=9 bytes_invalid=0 send_seq=819646 receive_seq=819645 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=7 upcoming_bytes=7189 freq=64001141 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1089860 heater_bed: target=110 temp=110.0 pwm=0.209 sysload=0.60 cputime=3468.034 memavail=657948 print_time=89410.591 buffer_time=2.332 print_stall=86 extruder: target=260 temp=260.1 pwm=0.826 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90195.2: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38242577 bytes_read=25865639 bytes_retransmit=9 bytes_invalid=0 send_seq=819786 receive_seq=819786 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=9284 freq=64001139 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=40.3 sd_pos=1094634 heater_bed: target=110 temp=110.0 pwm=0.209 sysload=0.60 cputime=3468.365 memavail=657972 print_time=89412.201 buffer_time=2.830 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90196.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38249810 bytes_read=25866764 bytes_retransmit=9 bytes_invalid=0 send_seq=819911 receive_seq=819911 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=6227 freq=64001142 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1095484 heater_bed: target=110 temp=110.1 pwm=0.108 sysload=0.60 cputime=3468.520 memavail=658480 print_time=89412.745 buffer_time=2.374 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
Stats 90197.3: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38256798 bytes_read=25867809 bytes_retransmit=9 bytes_invalid=0 send_seq=820029 receive_seq=820029 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=5289 freq=64001145 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1097344 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.55 cputime=3468.768 memavail=658780 print_time=89414.066 buffer_time=2.640 print_stall=86 extruder: target=260 temp=260.5 pwm=0.034 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90198.3: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38263758 bytes_read=25868893 bytes_retransmit=9 bytes_invalid=0 send_seq=820146 receive_seq=820146 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=4589 freq=64001143 CB1: temp=45.5 Manta: temp=43.8 chamber: temp=40.2 sd_pos=1098986 heater_bed: target=110 temp=110.1 pwm=0.065 sysload=0.55 cputime=3469.176 memavail=658556 print_time=89414.999 buffer_time=2.515 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
Stats 90199.3: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38267465 bytes_read=25869668 bytes_retransmit=9 bytes_invalid=0 send_seq=820213 receive_seq=820213 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4588 freq=64001151 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=40.3 sd_pos=1100301 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.55 cputime=3469.327 memavail=658836 print_time=89415.874 buffer_time=2.389 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90200.3: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38273693 bytes_read=25870667 bytes_retransmit=9 bytes_invalid=0 send_seq=820322 receive_seq=820322 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=3361 freq=64001148 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1102682 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.55 cputime=3469.511 memavail=659288 print_time=89416.992 buffer_time=2.506 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90201.3: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38279044 bytes_read=25871638 bytes_retransmit=9 bytes_invalid=0 send_seq=820416 receive_seq=820416 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=256 freq=64001146 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1102951 heater_bed: target=110 temp=110.2 pwm=0.137 sysload=0.55 cputime=3469.633 memavail=658624 print_time=89417.604 buffer_time=2.118 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90202.5: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38284872 bytes_read=25872663 bytes_retransmit=9 bytes_invalid=0 send_seq=820522 receive_seq=820522 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=974 freq=64001147 CB1: temp=45.8 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1104037 heater_bed: target=110 temp=110.1 pwm=0.197 sysload=0.50 cputime=3470.020 memavail=658372 print_time=89418.730 buffer_time=2.112 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90203.6: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38288443 bytes_read=25873422 bytes_retransmit=9 bytes_invalid=0 send_seq=820586 receive_seq=820585 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4757 freq=64001147 CB1: temp=46.2 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1106406 heater_bed: target=110 temp=110.1 pwm=0.158 sysload=0.50 cputime=3470.640 memavail=658388 print_time=89420.029 buffer_time=2.279 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90204.6: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38294617 bytes_read=25874472 bytes_retransmit=9 bytes_invalid=0 send_seq=820697 receive_seq=820696 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=7906 freq=64001152 CB1: temp=46.5 Manta: temp=43.9 chamber: temp=40.3 sd_pos=1109301 heater_bed: target=110 temp=110.1 pwm=0.158 sysload=0.50 cputime=3470.987 memavail=658136 print_time=89421.455 buffer_time=2.705 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90205.6: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38300841 bytes_read=25875483 bytes_retransmit=9 bytes_invalid=0 send_seq=820804 receive_seq=820804 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=8023 freq=64001150 CB1: temp=46.5 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1111240 heater_bed: target=110 temp=110.1 pwm=0.123 sysload=0.50 cputime=3471.170 memavail=657900 print_time=89422.244 buffer_time=2.493 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90206.6: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38307487 bytes_read=25876498 bytes_retransmit=9 bytes_invalid=0 send_seq=820919 receive_seq=820919 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=6964 freq=64001149 CB1: temp=46.5 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1112518 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.50 cputime=3471.318 memavail=657900 print_time=89422.983 buffer_time=2.232 print_stall=86 extruder: target=260 temp=259.9 pwm=0.943 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90207.6: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38314768 bytes_read=25877602 bytes_retransmit=9 bytes_invalid=0 send_seq=821043 receive_seq=821043 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=6025 freq=64001153 CB1: temp=46.0 Manta: temp=43.0 chamber: temp=40.3 sd_pos=1115127 heater_bed: target=110 temp=110.0 pwm=0.278 sysload=0.46 cputime=3471.539 memavail=658424 print_time=89423.852 buffer_time=2.101 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90208.6: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38322417 bytes_read=25878697 bytes_retransmit=9 bytes_invalid=0 send_seq=821171 receive_seq=821171 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7871 freq=64001151 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1117747 heater_bed: target=110 temp=109.9 pwm=0.222 sysload=0.46 cputime=3471.748 memavail=658464 print_time=89425.019 buffer_time=2.268 print_stall=86 extruder: target=260 temp=260.5 pwm=0.902 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90209.6: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38329960 bytes_read=25879787 bytes_retransmit=9 bytes_invalid=0 send_seq=821301 receive_seq=821301 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=9317 freq=64001151 CB1: temp=45.4 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1119995 heater_bed: target=110 temp=109.9 pwm=0.287 sysload=0.46 cputime=3471.969 memavail=657748 print_time=89426.187 buffer_time=2.434 print_stall=86 extruder: target=260 temp=261.5 pwm=0.383 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90210.6: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38338138 bytes_read=25880987 bytes_retransmit=9 bytes_invalid=0 send_seq=821441 receive_seq=821441 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=9833 freq=64001158 CB1: temp=45.1 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1122164 heater_bed: target=110 temp=109.9 pwm=0.200 sysload=0.46 cputime=3472.206 memavail=657500 print_time=89427.206 buffer_time=2.452 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90211.6: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38346007 bytes_read=25882107 bytes_retransmit=9 bytes_invalid=0 send_seq=821574 receive_seq=821574 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=10729 freq=64001155 CB1: temp=45.2 Manta: temp=44.0 chamber: temp=40.3 sd_pos=1124564 heater_bed: target=110 temp=109.9 pwm=0.172 sysload=0.46 cputime=3472.425 memavail=657500 print_time=89428.312 buffer_time=2.558 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90212.6: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38354321 bytes_read=25883247 bytes_retransmit=9 bytes_invalid=0 send_seq=821714 receive_seq=821714 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=10271 freq=64001152 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.4 sd_pos=1125905 heater_bed: target=110 temp=109.9 pwm=0.235 sysload=0.51 cputime=3472.615 memavail=657768 print_time=89429.197 buffer_time=2.443 print_stall=86 extruder: target=260 temp=260.4 pwm=0.251 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90213.6: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38362757 bytes_read=25884441 bytes_retransmit=9 bytes_invalid=0 send_seq=821856 receive_seq=821856 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=8062 freq=64001149 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.4 sd_pos=1128478 heater_bed: target=110 temp=109.9 pwm=0.173 sysload=0.51 cputime=3472.916 memavail=657644 print_time=89430.181 buffer_time=2.426 print_stall=86 extruder: target=260 temp=260.5 pwm=0.354 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90214.6: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38370591 bytes_read=25885556 bytes_retransmit=9 bytes_invalid=0 send_seq=821988 receive_seq=821988 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=5445 freq=64001148 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1130045 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.51 cputime=3473.142 memavail=657648 print_time=89430.959 buffer_time=2.203 print_stall=86 extruder: target=260 temp=260.5 pwm=0.897 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90215.6: gcodein=0 mcu: mcu_awake=0.091 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38377831 bytes_read=25886617 bytes_retransmit=9 bytes_invalid=0 send_seq=822109 receive_seq=822109 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=7539 freq=64001148 CB1: temp=46.3 Manta: temp=43.7 chamber: temp=40.3 sd_pos=1134074 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.51 cputime=3473.522 memavail=657648 print_time=89432.386 buffer_time=2.629 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90216.6: gcodein=0 mcu: mcu_awake=0.091 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38384300 bytes_read=25887656 bytes_retransmit=9 bytes_invalid=0 send_seq=822220 receive_seq=822220 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=3816 freq=64001148 CB1: temp=45.5 Manta: temp=43.1 chamber: temp=40.3 sd_pos=1134913 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.51 cputime=3473.666 memavail=657648 print_time=89432.764 buffer_time=2.007 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90217.6: gcodein=0 mcu: mcu_awake=0.091 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38390856 bytes_read=25888676 bytes_retransmit=9 bytes_invalid=0 send_seq=822333 receive_seq=822333 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=4284 freq=64001151 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=40.3 sd_pos=1138675 heater_bed: target=110 temp=109.9 pwm=0.199 sysload=0.47 cputime=3473.911 memavail=657648 print_time=89433.734 buffer_time=1.964 print_stall=86 extruder: target=260 temp=261.2 pwm=0.023 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90218.6: gcodein=0 mcu: mcu_awake=0.091 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38397410 bytes_read=25889671 bytes_retransmit=9 bytes_invalid=0 send_seq=822444 receive_seq=822444 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=5480 freq=64001154 CB1: temp=46.4 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1140655 heater_bed: target=110 temp=109.9 pwm=0.199 sysload=0.47 cputime=3474.127 memavail=657852 print_time=89434.917 buffer_time=2.146 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
Stats 90219.6: gcodein=0 mcu: mcu_awake=0.091 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38404436 bytes_read=25890745 bytes_retransmit=9 bytes_invalid=0 send_seq=822562 receive_seq=822562 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=3968 freq=64001155 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=40.3 sd_pos=1141323 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.47 cputime=3474.277 memavail=657444 print_time=89435.971 buffer_time=2.199 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 90220.8: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38412787 bytes_read=25891970 bytes_retransmit=9 bytes_invalid=0 send_seq=822701 receive_seq=822701 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=1586 freq=64001157 CB1: temp=46.1 Manta: temp=43.4 chamber: temp=40.4 sd_pos=1143269 heater_bed: target=110 temp=110.0 pwm=0.199 sysload=0.47 cputime=3474.736 memavail=657696 print_time=89437.053 buffer_time=2.069 print_stall=86 extruder: target=260 temp=260.1 pwm=0.923 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90221.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38417757 bytes_read=25892845 bytes_retransmit=9 bytes_invalid=0 send_seq=822788 receive_seq=822788 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=4490 freq=64001158 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=40.4 sd_pos=1146288 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.47 cputime=3475.001 memavail=657708 print_time=89438.551 buffer_time=2.512 print_stall=86 extruder: target=260 temp=260.5 pwm=0.561 | |
Stats 90222.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38423167 bytes_read=25893829 bytes_retransmit=9 bytes_invalid=0 send_seq=822888 receive_seq=822888 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=2459 freq=64001154 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=40.4 sd_pos=1147416 heater_bed: target=110 temp=109.9 pwm=0.237 sysload=0.43 cputime=3475.156 memavail=657960 print_time=89439.052 buffer_time=2.012 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90223.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38429335 bytes_read=25894809 bytes_retransmit=9 bytes_invalid=0 send_seq=822993 receive_seq=822993 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=26 freq=64001154 CB1: temp=45.0 Manta: temp=44.1 chamber: temp=40.3 sd_pos=1148137 heater_bed: target=110 temp=109.9 pwm=0.237 sysload=0.43 cputime=3475.307 memavail=657984 print_time=89440.271 buffer_time=2.231 print_stall=86 extruder: target=260 temp=260.8 pwm=0.103 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90224.9: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38434678 bytes_read=25895739 bytes_retransmit=9 bytes_invalid=0 send_seq=823091 receive_seq=823091 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=1057 freq=64001154 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1149603 heater_bed: target=110 temp=109.9 pwm=0.187 sysload=0.43 cputime=3475.560 memavail=657984 print_time=89441.374 buffer_time=2.332 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90225.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38437749 bytes_read=25896529 bytes_retransmit=9 bytes_invalid=0 send_seq=823149 receive_seq=823149 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=2554 freq=64001156 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=40.3 sd_pos=1150998 heater_bed: target=110 temp=109.9 pwm=0.191 sysload=0.43 cputime=3475.986 memavail=657732 print_time=89442.111 buffer_time=2.068 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90226.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38442701 bytes_read=25897424 bytes_retransmit=9 bytes_invalid=0 send_seq=823237 receive_seq=823237 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=3021 freq=64001153 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=40.3 sd_pos=1152213 heater_bed: target=110 temp=110.0 pwm=0.132 sysload=0.43 cputime=3476.444 memavail=657732 print_time=89443.085 buffer_time=2.041 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90227.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38448957 bytes_read=25898404 bytes_retransmit=9 bytes_invalid=0 send_seq=823345 receive_seq=823345 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=7503 freq=64001153 CB1: temp=46.0 Manta: temp=43.3 chamber: temp=40.3 sd_pos=1156171 heater_bed: target=110 temp=110.0 pwm=0.249 sysload=0.63 cputime=3476.719 memavail=657508 print_time=89444.694 buffer_time=2.649 print_stall=86 extruder: target=260 temp=260.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90228.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38454651 bytes_read=25899388 bytes_retransmit=9 bytes_invalid=0 send_seq=823445 receive_seq=823445 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=7729 freq=64001155 CB1: temp=45.9 Manta: temp=44.0 chamber: temp=40.4 sd_pos=1157658 heater_bed: target=110 temp=110.0 pwm=0.205 sysload=0.63 cputime=3476.878 memavail=657512 print_time=89445.469 buffer_time=2.423 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90229.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38461873 bytes_read=25900463 bytes_retransmit=9 bytes_invalid=0 send_seq=823569 receive_seq=823569 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=7191 freq=64001156 CB1: temp=45.6 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1159448 heater_bed: target=110 temp=110.1 pwm=0.205 sysload=0.63 cputime=3477.066 memavail=657516 print_time=89446.348 buffer_time=2.301 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90230.9: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38469245 bytes_read=25901559 bytes_retransmit=9 bytes_invalid=0 send_seq=823697 receive_seq=823697 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=6445 freq=64001152 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.4 sd_pos=1160900 heater_bed: target=110 temp=110.1 pwm=0.149 sysload=0.63 cputime=3477.254 memavail=657748 print_time=89447.199 buffer_time=2.151 print_stall=86 extruder: target=260 temp=260.5 pwm=0.452 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90231.9: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38476813 bytes_read=25902683 bytes_retransmit=9 bytes_invalid=0 send_seq=823825 receive_seq=823825 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=8284 freq=64001155 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.3 sd_pos=1163486 heater_bed: target=110 temp=110.1 pwm=0.149 sysload=0.63 cputime=3477.503 memavail=658024 print_time=89448.364 buffer_time=2.315 print_stall=86 extruder: target=260 temp=260.2 pwm=0.037 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90232.9: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38484370 bytes_read=25903773 bytes_retransmit=9 bytes_invalid=0 send_seq=823952 receive_seq=823952 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=8811 freq=64001152 CB1: temp=45.5 Manta: temp=43.8 chamber: temp=40.4 sd_pos=1165674 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.58 cputime=3477.700 memavail=658028 print_time=89449.355 buffer_time=2.305 print_stall=86 extruder: target=260 temp=260.1 pwm=0.699 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90233.9: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38492585 bytes_read=25904913 bytes_retransmit=9 bytes_invalid=0 send_seq=824092 receive_seq=824092 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=10310 freq=64001150 CB1: temp=45.6 Manta: temp=43.2 chamber: temp=40.3 sd_pos=1167874 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.58 cputime=3477.980 memavail=658040 print_time=89450.606 buffer_time=2.555 print_stall=86 extruder: target=260 temp=260.2 pwm=0.579 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90234.9: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38500948 bytes_read=25906102 bytes_retransmit=9 bytes_invalid=0 send_seq=824233 receive_seq=824233 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=9793 freq=64001150 CB1: temp=45.5 Manta: temp=44.0 chamber: temp=40.3 sd_pos=1170138 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.58 cputime=3478.215 memavail=658040 print_time=89451.653 buffer_time=2.601 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90235.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38508858 bytes_read=25907243 bytes_retransmit=9 bytes_invalid=0 send_seq=824368 receive_seq=824367 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=8716 freq=64001150 CB1: temp=45.5 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1172111 heater_bed: target=110 temp=110.1 pwm=0.156 sysload=0.58 cputime=3478.491 memavail=657820 print_time=89452.646 buffer_time=2.593 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90236.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38516193 bytes_read=25908308 bytes_retransmit=9 bytes_invalid=0 send_seq=824492 receive_seq=824492 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=6847 freq=64001152 CB1: temp=45.4 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1173703 heater_bed: target=110 temp=110.1 pwm=0.183 sysload=0.58 cputime=3478.713 memavail=658576 print_time=89453.428 buffer_time=2.376 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90237.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38523798 bytes_read=25909432 bytes_retransmit=9 bytes_invalid=0 send_seq=824620 receive_seq=824620 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=4673 freq=64001153 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=40.4 sd_pos=1176450 heater_bed: target=110 temp=110.1 pwm=0.100 sysload=0.54 cputime=3479.051 memavail=658828 print_time=89454.281 buffer_time=2.227 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
Stats 90238.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38529684 bytes_read=25910387 bytes_retransmit=9 bytes_invalid=0 send_seq=824720 receive_seq=824720 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=5710 freq=64001151 CB1: temp=46.0 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1178786 heater_bed: target=110 temp=110.0 pwm=0.232 sysload=0.54 cputime=3479.317 memavail=658844 print_time=89455.336 buffer_time=2.282 print_stall=86 extruder: target=260 temp=260.2 pwm=0.143 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90239.9: gcodein=0 mcu: mcu_awake=0.089 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38536509 bytes_read=25911412 bytes_retransmit=9 bytes_invalid=0 send_seq=824837 receive_seq=824837 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=7305 freq=64001150 CB1: temp=45.7 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1182412 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.54 cputime=3479.604 memavail=659104 print_time=89456.593 buffer_time=2.539 print_stall=86 extruder: target=260 temp=259.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90240.9: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38543147 bytes_read=25912483 bytes_retransmit=9 bytes_invalid=0 send_seq=824952 receive_seq=824952 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=6889 freq=64001154 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.3 sd_pos=1184973 heater_bed: target=110 temp=110.0 pwm=0.182 sysload=0.54 cputime=3479.818 memavail=659608 print_time=89457.497 buffer_time=2.441 print_stall=86 extruder: target=260 temp=259.7 pwm=0.727 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90241.9: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38550139 bytes_read=25913519 bytes_retransmit=9 bytes_invalid=0 send_seq=825071 receive_seq=825071 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=4292 freq=64001155 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=40.4 sd_pos=1186019 heater_bed: target=110 temp=110.1 pwm=0.111 sysload=0.54 cputime=3479.971 memavail=659368 print_time=89458.105 buffer_time=2.047 print_stall=86 extruder: target=260 temp=260.5 pwm=0.117 | |
Stats 90242.9: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38556816 bytes_read=25914539 bytes_retransmit=9 bytes_invalid=0 send_seq=825186 receive_seq=825186 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=3673 freq=64001159 CB1: temp=45.5 Manta: temp=43.8 chamber: temp=40.4 sd_pos=1187894 heater_bed: target=110 temp=110.0 pwm=0.202 sysload=0.49 cputime=3480.231 memavail=659380 print_time=89459.440 buffer_time=2.380 print_stall=86 extruder: target=260 temp=260.1 pwm=0.366 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90243.9: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38563436 bytes_read=25915572 bytes_retransmit=9 bytes_invalid=0 send_seq=825299 receive_seq=825299 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=3054 freq=64001158 CB1: temp=45.6 Manta: temp=43.1 chamber: temp=40.4 sd_pos=1189517 heater_bed: target=110 temp=110.0 pwm=0.183 sysload=0.49 cputime=3480.626 memavail=659632 print_time=89460.316 buffer_time=2.256 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
Stats 90244.9: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=38566837 bytes_read=25916319 bytes_retransmit=9 bytes_invalid=0 send_seq=825360 receive_seq=825360 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=3501 freq=64001156 CB1: temp=46.0 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1190546 heater_bed: target=110 temp=110.0 pwm=0.227 sysload=0.49 cputime=3480.765 memavail=659420 print_time=89461.202 buffer_time=2.140 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90245.9: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38573484 bytes_read=25917340 bytes_retransmit=9 bytes_invalid=0 send_seq=825473 receive_seq=825473 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=2105 freq=64001157 CB1: temp=45.9 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1192115 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.49 cputime=3480.955 memavail=659144 print_time=89462.334 buffer_time=2.272 print_stall=86 extruder: target=260 temp=260.1 pwm=0.474 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90246.9: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38578446 bytes_read=25918269 bytes_retransmit=9 bytes_invalid=0 send_seq=825562 receive_seq=825562 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=3541 freq=64001154 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.4 sd_pos=1193539 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.49 cputime=3481.166 memavail=658928 print_time=89463.765 buffer_time=2.703 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
Stats 90247.9: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38583790 bytes_read=25919184 bytes_retransmit=9 bytes_invalid=0 send_seq=825654 receive_seq=825654 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=621 freq=64001157 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.4 sd_pos=1193789 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.61 cputime=3481.464 memavail=658676 print_time=89464.101 buffer_time=2.039 print_stall=86 extruder: target=260 temp=260.1 pwm=0.067 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90249.0: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38586952 bytes_read=25919963 bytes_retransmit=9 bytes_invalid=0 send_seq=825713 receive_seq=825713 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=4785 freq=64001158 CB1: temp=46.4 Manta: temp=43.6 chamber: temp=40.5 sd_pos=1196178 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.61 cputime=3482.089 memavail=658192 print_time=89465.422 buffer_time=2.269 print_stall=86 extruder: target=260 temp=260.0 pwm=0.702 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90250.0: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38593346 bytes_read=25920973 bytes_retransmit=9 bytes_invalid=0 send_seq=825824 receive_seq=825824 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=7598 freq=64001161 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.4 sd_pos=1199314 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.61 cputime=3482.390 memavail=658256 print_time=89466.828 buffer_time=2.674 print_stall=86 extruder: target=260 temp=260.1 pwm=0.154 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90251.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38599498 bytes_read=25921939 bytes_retransmit=9 bytes_invalid=0 send_seq=825927 receive_seq=825926 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6352 freq=64001160 CB1: temp=45.1 Manta: temp=43.7 chamber: temp=40.4 sd_pos=1200960 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.61 cputime=3482.553 memavail=658260 print_time=89467.487 buffer_time=2.333 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90252.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38606135 bytes_read=25922993 bytes_retransmit=9 bytes_invalid=0 send_seq=826040 receive_seq=826040 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=5919 freq=64001160 CB1: temp=45.3 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1202468 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.61 cputime=3482.723 memavail=658512 print_time=89468.342 buffer_time=2.187 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90253.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38613351 bytes_read=25924058 bytes_retransmit=9 bytes_invalid=0 send_seq=826162 receive_seq=826162 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=5417 freq=64001161 CB1: temp=45.1 Manta: temp=43.6 chamber: temp=40.4 sd_pos=1204792 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.56 cputime=3482.932 memavail=658292 print_time=89469.228 buffer_time=2.072 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90254.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38620527 bytes_read=25925108 bytes_retransmit=9 bytes_invalid=0 send_seq=826284 receive_seq=826284 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=5670 freq=64001161 CB1: temp=45.1 Manta: temp=43.5 chamber: temp=40.4 sd_pos=1206068 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.56 cputime=3483.132 memavail=658292 print_time=89470.472 buffer_time=2.315 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
Stats 90255.0: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=38627719 bytes_read=25926207 bytes_retransmit=9 bytes_invalid=0 send_seq=826407 receive_seq=826407 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=2439 freq=64001159 CB1: temp=45.5 Manta: temp=44.3 chamber: temp=40.4 sd_pos=1206762 heater_bed: target=110 temp=110.0 pwm=0.182 sysload=0.56 cputime=3483.304 memavail=658288 print_time=89471.255 buffer_time=2.097 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90256.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38633653 bytes_read=25927178 bytes_retransmit=9 bytes_invalid=0 send_seq=826507 receive_seq=826507 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3253 freq=64001159 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=40.4 sd_pos=1208891 heater_bed: target=110 temp=110.0 pwm=0.200 sysload=0.56 cputime=3483.642 memavail=658296 print_time=89472.607 buffer_time=2.448 print_stall=86 extruder: target=260 temp=259.1 pwm=0.444 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90257.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38638765 bytes_read=25928068 bytes_retransmit=9 bytes_invalid=0 send_seq=826597 receive_seq=826597 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3707 freq=64001155 CB1: temp=46.2 Manta: temp=43.4 chamber: temp=40.4 sd_pos=1210160 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.56 cputime=3483.870 memavail=657796 print_time=89473.654 buffer_time=2.494 print_stall=86 extruder: target=260 temp=259.3 pwm=0.647 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90258.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38643359 bytes_read=25928972 bytes_retransmit=9 bytes_invalid=0 send_seq=826681 receive_seq=826681 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=4127 freq=64001153 CB1: temp=46.0 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1212051 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.60 cputime=3484.210 memavail=657504 print_time=89474.425 buffer_time=2.264 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90259.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38649400 bytes_read=25929942 bytes_retransmit=9 bytes_invalid=0 send_seq=826784 receive_seq=826784 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=3113 freq=64001153 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.5 sd_pos=1212743 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.60 cputime=3484.404 memavail=657056 print_time=89475.263 buffer_time=2.101 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
Stats 90260.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38655159 bytes_read=25930877 bytes_retransmit=9 bytes_invalid=0 send_seq=826883 receive_seq=826883 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3354 freq=64001155 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1213612 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.60 cputime=3484.594 memavail=657056 print_time=89476.606 buffer_time=2.444 print_stall=86 extruder: target=260 temp=258.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90261.0: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38660982 bytes_read=25931872 bytes_retransmit=9 bytes_invalid=0 send_seq=826982 receive_seq=826982 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=2683 freq=64001156 CB1: temp=45.4 Manta: temp=43.7 chamber: temp=40.5 sd_pos=1214340 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.60 cputime=3484.774 memavail=656836 print_time=89477.487 buffer_time=2.321 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90262.0: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38665772 bytes_read=25932752 bytes_retransmit=9 bytes_invalid=0 send_seq=827067 receive_seq=827067 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=4954 freq=64001154 CB1: temp=45.5 Manta: temp=43.1 chamber: temp=40.4 sd_pos=1215713 heater_bed: target=110 temp=110.1 pwm=0.170 sysload=0.60 cputime=3484.964 memavail=656856 print_time=89478.387 buffer_time=2.219 print_stall=86 extruder: target=260 temp=258.8 pwm=0.264 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90263.0: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38671275 bytes_read=25933672 bytes_retransmit=9 bytes_invalid=0 send_seq=827164 receive_seq=827163 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6175 freq=64001152 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.4 sd_pos=1216630 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.55 cputime=3485.132 memavail=656872 print_time=89479.443 buffer_time=2.270 print_stall=86 extruder: target=260 temp=257.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90264.0: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38678718 bytes_read=25934786 bytes_retransmit=9 bytes_invalid=0 send_seq=827289 receive_seq=827289 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4638 freq=64001151 CB1: temp=45.4 Manta: temp=43.5 chamber: temp=40.5 sd_pos=1218010 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.55 cputime=3485.311 memavail=657380 print_time=89480.340 buffer_time=2.166 print_stall=86 extruder: target=260 temp=258.7 pwm=0.920 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90265.0: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38685682 bytes_read=25935836 bytes_retransmit=9 bytes_invalid=0 send_seq=827408 receive_seq=827408 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=4134 freq=64001149 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.4 sd_pos=1219071 heater_bed: target=110 temp=110.1 pwm=0.124 sysload=0.55 cputime=3485.466 memavail=657380 print_time=89481.178 buffer_time=2.001 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90266.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38691789 bytes_read=25936836 bytes_retransmit=9 bytes_invalid=0 send_seq=827514 receive_seq=827514 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=7344 freq=64001148 CB1: temp=45.2 Manta: temp=44.3 chamber: temp=40.5 sd_pos=1220319 heater_bed: target=110 temp=110.1 pwm=0.123 sysload=0.55 cputime=3485.638 memavail=657416 print_time=89482.634 buffer_time=2.454 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90267.0: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38699526 bytes_read=25937971 bytes_retransmit=9 bytes_invalid=0 send_seq=827644 receive_seq=827644 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=4886 freq=64001148 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1221066 heater_bed: target=110 temp=110.1 pwm=0.185 sysload=0.55 cputime=3485.782 memavail=657688 print_time=89483.439 buffer_time=2.257 print_stall=86 extruder: target=260 temp=258.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90268.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38706828 bytes_read=25939031 bytes_retransmit=9 bytes_invalid=0 send_seq=827768 receive_seq=827768 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6499 freq=64001146 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=40.5 sd_pos=1223884 heater_bed: target=110 temp=110.1 pwm=0.185 sysload=0.51 cputime=3486.064 memavail=657940 print_time=89484.823 buffer_time=2.562 print_stall=86 extruder: target=260 temp=258.6 pwm=0.292 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90269.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38713065 bytes_read=25940045 bytes_retransmit=9 bytes_invalid=0 send_seq=827874 receive_seq=827874 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=8713 freq=64001146 CB1: temp=45.3 Manta: temp=43.4 chamber: temp=40.4 sd_pos=1226998 heater_bed: target=110 temp=110.0 pwm=0.241 sysload=0.51 cputime=3486.317 memavail=657932 print_time=89486.083 buffer_time=2.822 print_stall=86 extruder: target=260 temp=258.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90270.1: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38719149 bytes_read=25941025 bytes_retransmit=9 bytes_invalid=0 send_seq=827979 receive_seq=827979 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7304 freq=64001145 CB1: temp=45.3 Manta: temp=43.5 chamber: temp=40.4 sd_pos=1228754 heater_bed: target=110 temp=109.9 pwm=0.241 sysload=0.51 cputime=3486.501 memavail=657964 print_time=89486.740 buffer_time=2.478 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90271.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38725896 bytes_read=25942051 bytes_retransmit=9 bytes_invalid=0 send_seq=828093 receive_seq=828093 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=4725 freq=64001148 CB1: temp=45.3 Manta: temp=44.1 chamber: temp=40.4 sd_pos=1230529 heater_bed: target=110 temp=109.9 pwm=0.246 sysload=0.51 cputime=3486.693 memavail=657964 print_time=89487.355 buffer_time=2.093 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
Stats 90272.1: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38732533 bytes_read=25943095 bytes_retransmit=9 bytes_invalid=0 send_seq=828205 receive_seq=828205 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=3604 freq=64001146 CB1: temp=45.3 Manta: temp=43.2 chamber: temp=40.4 sd_pos=1231199 heater_bed: target=110 temp=109.9 pwm=0.207 sysload=0.51 cputime=3486.863 memavail=657712 print_time=89488.393 buffer_time=2.130 print_stall=86 extruder: target=260 temp=259.1 pwm=0.580 | |
Stats 90273.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38740018 bytes_read=25944185 bytes_retransmit=9 bytes_invalid=0 send_seq=828332 receive_seq=828332 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=1884 freq=64001146 CB1: temp=45.3 Manta: temp=44.1 chamber: temp=40.5 sd_pos=1233123 heater_bed: target=110 temp=109.9 pwm=0.186 sysload=0.47 cputime=3487.283 memavail=657464 print_time=89489.459 buffer_time=2.103 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90274.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38744853 bytes_read=25945094 bytes_retransmit=9 bytes_invalid=0 send_seq=828417 receive_seq=828417 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=2442 freq=64001146 CB1: temp=46.1 Manta: temp=44.1 chamber: temp=40.4 sd_pos=1235002 heater_bed: target=110 temp=110.0 pwm=0.181 sysload=0.47 cputime=3487.502 memavail=657464 print_time=89490.550 buffer_time=2.194 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90275.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38750299 bytes_read=25946029 bytes_retransmit=9 bytes_invalid=0 send_seq=828513 receive_seq=828513 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=3727 freq=64001146 CB1: temp=45.1 Manta: temp=44.2 chamber: temp=40.5 sd_pos=1236842 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.47 cputime=3487.706 memavail=656988 print_time=89491.755 buffer_time=2.398 print_stall=86 extruder: target=260 temp=259.7 pwm=0.536 | |
Stats 90276.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38755914 bytes_read=25946955 bytes_retransmit=9 bytes_invalid=0 send_seq=828607 receive_seq=828607 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=1451 freq=64001147 CB1: temp=45.2 Manta: temp=44.1 chamber: temp=40.5 sd_pos=1237584 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.47 cputime=3487.848 memavail=656988 print_time=89492.733 buffer_time=2.376 print_stall=86 extruder: target=260 temp=259.9 pwm=0.526 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90277.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38759934 bytes_read=25947819 bytes_retransmit=9 bytes_invalid=0 send_seq=828683 receive_seq=828683 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=3695 freq=64001150 CB1: temp=45.2 Manta: temp=43.7 chamber: temp=40.5 sd_pos=1239032 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.51 cputime=3488.115 memavail=656736 print_time=89493.842 buffer_time=2.484 print_stall=86 extruder: target=260 temp=259.7 pwm=0.758 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90278.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38764892 bytes_read=25948699 bytes_retransmit=9 bytes_invalid=0 send_seq=828768 receive_seq=828768 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=3520 freq=64001150 CB1: temp=45.1 Manta: temp=43.4 chamber: temp=40.4 sd_pos=1240375 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.51 cputime=3488.550 memavail=656512 print_time=89494.593 buffer_time=2.233 print_stall=86 extruder: target=260 temp=260.6 pwm=0.361 | |
Stats 90279.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38769862 bytes_read=25949579 bytes_retransmit=9 bytes_invalid=0 send_seq=828856 receive_seq=828856 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=3973 freq=64001148 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.5 sd_pos=1241632 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.51 cputime=3488.997 memavail=656512 print_time=89495.574 buffer_time=2.214 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90280.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38776058 bytes_read=25950593 bytes_retransmit=9 bytes_invalid=0 send_seq=828962 receive_seq=828962 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=3124 freq=64001149 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=40.4 sd_pos=1243812 heater_bed: target=110 temp=109.8 pwm=0.262 sysload=0.51 cputime=3489.217 memavail=656516 print_time=89496.361 buffer_time=2.000 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90281.2: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38782002 bytes_read=25951574 bytes_retransmit=9 bytes_invalid=0 send_seq=829064 receive_seq=829064 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=8164 freq=64001147 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=40.4 sd_pos=1247212 heater_bed: target=110 temp=109.8 pwm=0.281 sysload=0.51 cputime=3489.504 memavail=656516 print_time=89498.000 buffer_time=2.639 print_stall=86 extruder: target=260 temp=261.0 pwm=0.218 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90282.2: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38788521 bytes_read=25952569 bytes_retransmit=9 bytes_invalid=0 send_seq=829175 receive_seq=829175 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=7614 freq=64001146 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=40.5 sd_pos=1249536 heater_bed: target=110 temp=109.8 pwm=0.217 sysload=0.47 cputime=3489.710 memavail=656268 print_time=89498.804 buffer_time=2.441 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90283.2: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38795418 bytes_read=25953638 bytes_retransmit=9 bytes_invalid=0 send_seq=829292 receive_seq=829292 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=7780 freq=64001147 CB1: temp=45.8 Manta: temp=43.7 chamber: temp=40.5 sd_pos=1250939 heater_bed: target=110 temp=109.8 pwm=0.293 sysload=0.47 cputime=3489.897 memavail=656044 print_time=89499.661 buffer_time=2.297 print_stall=86 extruder: target=260 temp=260.6 pwm=0.357 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90284.2: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38802766 bytes_read=25954723 bytes_retransmit=9 bytes_invalid=0 send_seq=829418 receive_seq=829418 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=7765 freq=64001151 CB1: temp=45.0 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1252055 heater_bed: target=110 temp=109.8 pwm=0.179 sysload=0.47 cputime=3490.077 memavail=656044 print_time=89500.857 buffer_time=2.493 print_stall=86 extruder: target=260 temp=261.1 pwm=0.864 | |
Stats 90285.2: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=38810779 bytes_read=25955838 bytes_retransmit=9 bytes_invalid=0 send_seq=829553 receive_seq=829553 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=4652 freq=64001150 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.4 sd_pos=1252650 heater_bed: target=110 temp=109.9 pwm=0.184 sysload=0.47 cputime=3490.220 memavail=656048 print_time=89501.630 buffer_time=2.266 print_stall=86 extruder: target=260 temp=262.2 pwm=0.000 | |
Stats 90286.2: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38817189 bytes_read=25956904 bytes_retransmit=9 bytes_invalid=0 send_seq=829664 receive_seq=829664 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=2666 freq=64001148 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.5 sd_pos=1253309 heater_bed: target=110 temp=109.8 pwm=0.250 sysload=0.47 cputime=3490.381 memavail=656048 print_time=89502.473 buffer_time=2.107 print_stall=86 extruder: target=260 temp=261.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90287.4: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38824141 bytes_read=25957993 bytes_retransmit=9 bytes_invalid=0 send_seq=829782 receive_seq=829782 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=4957 freq=64001148 CB1: temp=45.6 Manta: temp=44.3 chamber: temp=40.5 sd_pos=1255978 heater_bed: target=110 temp=109.9 pwm=0.250 sysload=0.43 cputime=3490.756 memavail=656284 print_time=89504.233 buffer_time=2.677 print_stall=86 extruder: target=260 temp=261.0 pwm=0.754 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90288.4: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38828986 bytes_read=25958878 bytes_retransmit=9 bytes_invalid=0 send_seq=829868 receive_seq=829868 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=2957 freq=64001150 CB1: temp=45.9 Manta: temp=44.0 chamber: temp=40.5 sd_pos=1256700 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.43 cputime=3490.929 memavail=656556 print_time=89504.657 buffer_time=2.100 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90289.4: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38834164 bytes_read=25959763 bytes_retransmit=9 bytes_invalid=0 send_seq=829957 receive_seq=829957 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4827 freq=64001150 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1259202 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.43 cputime=3491.277 memavail=656796 print_time=89505.950 buffer_time=2.392 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90290.4: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38840453 bytes_read=25960792 bytes_retransmit=9 bytes_invalid=0 send_seq=830066 receive_seq=830066 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=2840 freq=64001148 CB1: temp=45.8 Manta: temp=44.2 chamber: temp=40.5 sd_pos=1259755 heater_bed: target=110 temp=109.9 pwm=0.267 sysload=0.43 cputime=3491.452 memavail=657336 print_time=89506.769 buffer_time=2.211 print_stall=86 extruder: target=260 temp=261.3 pwm=0.619 | |
Stats 90291.4: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38845653 bytes_read=25961723 bytes_retransmit=9 bytes_invalid=0 send_seq=830158 receive_seq=830158 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=1824 freq=64001146 CB1: temp=45.4 Manta: temp=43.9 chamber: temp=40.5 sd_pos=1260472 heater_bed: target=110 temp=109.9 pwm=0.159 sysload=0.43 cputime=3491.620 memavail=657588 print_time=89507.675 buffer_time=2.115 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
Stats 90292.4: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38851360 bytes_read=25962648 bytes_retransmit=9 bytes_invalid=0 send_seq=830255 receive_seq=830255 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=1131 freq=64001144 CB1: temp=45.5 Manta: temp=43.9 chamber: temp=40.5 sd_pos=1261213 heater_bed: target=110 temp=109.9 pwm=0.179 sysload=0.40 cputime=3491.793 memavail=657940 print_time=89508.605 buffer_time=2.045 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90293.4: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38855982 bytes_read=25963547 bytes_retransmit=9 bytes_invalid=0 send_seq=830338 receive_seq=830338 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=2837 freq=64001142 CB1: temp=45.2 Manta: temp=43.5 chamber: temp=40.5 sd_pos=1262835 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.40 cputime=3491.988 memavail=658212 print_time=89509.561 buffer_time=2.000 print_stall=86 extruder: target=260 temp=261.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90294.4: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38861600 bytes_read=25964487 bytes_retransmit=9 bytes_invalid=0 send_seq=830435 receive_seq=830435 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=3701 freq=64001149 CB1: temp=45.4 Manta: temp=43.0 chamber: temp=40.5 sd_pos=1263885 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.40 cputime=3492.153 memavail=658464 print_time=89510.669 buffer_time=2.107 print_stall=86 extruder: target=260 temp=261.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90295.4: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=38868253 bytes_read=25965492 bytes_retransmit=9 bytes_invalid=0 send_seq=830548 receive_seq=830548 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=5426 freq=64001147 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1265141 heater_bed: target=110 temp=110.0 pwm=0.163 sysload=0.40 cputime=3492.331 memavail=658020 print_time=89512.033 buffer_time=2.471 print_stall=86 extruder: target=260 temp=261.5 pwm=0.484 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90296.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38874289 bytes_read=25966507 bytes_retransmit=9 bytes_invalid=0 send_seq=830651 receive_seq=830651 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=4367 freq=64001146 CB1: temp=45.2 Manta: temp=43.2 chamber: temp=40.5 sd_pos=1265765 heater_bed: target=110 temp=110.0 pwm=0.187 sysload=0.40 cputime=3492.463 memavail=658272 print_time=89512.712 buffer_time=2.148 print_stall=86 extruder: target=260 temp=261.6 pwm=0.694 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90297.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38880779 bytes_read=25967512 bytes_retransmit=9 bytes_invalid=0 send_seq=830761 receive_seq=830761 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=7581 freq=64001146 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1268779 heater_bed: target=110 temp=110.0 pwm=0.187 sysload=0.60 cputime=3492.789 memavail=657784 print_time=89514.198 buffer_time=2.633 print_stall=86 extruder: target=260 temp=261.2 pwm=0.177 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90298.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38887376 bytes_read=25968522 bytes_retransmit=9 bytes_invalid=0 send_seq=830875 receive_seq=830875 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=7009 freq=64001149 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.5 sd_pos=1269738 heater_bed: target=110 temp=110.0 pwm=0.183 sysload=0.60 cputime=3492.961 memavail=657824 print_time=89515.004 buffer_time=2.438 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90299.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38893425 bytes_read=25969531 bytes_retransmit=9 bytes_invalid=0 send_seq=830980 receive_seq=830980 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=5150 freq=64001146 CB1: temp=45.6 Manta: temp=44.0 chamber: temp=40.5 sd_pos=1271434 heater_bed: target=110 temp=110.0 pwm=0.183 sysload=0.60 cputime=3493.150 memavail=657860 print_time=89515.640 buffer_time=2.074 print_stall=86 extruder: target=260 temp=262.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90300.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=38900717 bytes_read=25970601 bytes_retransmit=9 bytes_invalid=0 send_seq=831103 receive_seq=831103 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=11 upcoming_bytes=6565 freq=64001146 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=40.5 sd_pos=1275104 heater_bed: target=110 temp=110.0 pwm=0.271 sysload=0.60 cputime=3493.475 memavail=657880 print_time=89517.076 buffer_time=2.509 print_stall=86 extruder: target=260 temp=261.3 pwm=0.822 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90301.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38907350 bytes_read=25971622 bytes_retransmit=9 bytes_invalid=0 send_seq=831216 receive_seq=831216 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=4186 freq=64001147 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1276156 heater_bed: target=110 temp=110.0 pwm=0.169 sysload=0.60 cputime=3493.632 memavail=658140 print_time=89517.683 buffer_time=2.116 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
Stats 90302.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38913632 bytes_read=25972641 bytes_retransmit=9 bytes_invalid=0 send_seq=831324 receive_seq=831323 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4245 freq=64001147 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=40.6 sd_pos=1278072 heater_bed: target=110 temp=110.0 pwm=0.229 sysload=0.56 cputime=3493.971 memavail=658320 print_time=89519.099 buffer_time=2.531 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90303.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38919892 bytes_read=25973636 bytes_retransmit=9 bytes_invalid=0 send_seq=831431 receive_seq=831431 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=4546 freq=64001149 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1280370 heater_bed: target=110 temp=110.0 pwm=0.229 sysload=0.56 cputime=3494.375 memavail=658408 print_time=89520.122 buffer_time=2.553 print_stall=86 extruder: target=260 temp=260.9 pwm=0.842 | |
Stats 90304.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38923271 bytes_read=25974401 bytes_retransmit=9 bytes_invalid=0 send_seq=831496 receive_seq=831496 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=3778 freq=64001146 CB1: temp=45.8 Manta: temp=44.2 chamber: temp=40.6 sd_pos=1280905 heater_bed: target=110 temp=110.0 pwm=0.229 sysload=0.56 cputime=3494.498 memavail=657916 print_time=89520.800 buffer_time=2.230 print_stall=86 extruder: target=260 temp=260.7 pwm=0.535 | |
Stats 90305.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38929911 bytes_read=25975450 bytes_retransmit=9 bytes_invalid=0 send_seq=831609 receive_seq=831609 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=1449 freq=64001144 CB1: temp=46.3 Manta: temp=43.4 chamber: temp=40.6 sd_pos=1282262 heater_bed: target=110 temp=110.0 pwm=0.235 sysload=0.56 cputime=3494.689 memavail=657916 print_time=89521.570 buffer_time=1.999 print_stall=86 extruder: target=260 temp=261.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90306.4: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38935717 bytes_read=25976421 bytes_retransmit=9 bytes_invalid=0 send_seq=831709 receive_seq=831709 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=3258 freq=64001143 CB1: temp=45.3 Manta: temp=43.9 chamber: temp=40.6 sd_pos=1284823 heater_bed: target=110 temp=110.1 pwm=0.163 sysload=0.56 cputime=3494.919 memavail=657916 print_time=89523.115 buffer_time=2.543 print_stall=86 extruder: target=260 temp=261.1 pwm=0.170 | |
Stats 90307.4: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38940610 bytes_read=25977306 bytes_retransmit=9 bytes_invalid=0 send_seq=831798 receive_seq=831798 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=2438 freq=64001147 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1286035 heater_bed: target=110 temp=110.1 pwm=0.146 sysload=0.67 cputime=3495.085 memavail=657164 print_time=89523.975 buffer_time=2.402 print_stall=86 extruder: target=260 temp=260.9 pwm=0.951 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90308.5: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38946964 bytes_read=25978333 bytes_retransmit=9 bytes_invalid=0 send_seq=831906 receive_seq=831906 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=1769 freq=64001147 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=40.5 sd_pos=1287474 heater_bed: target=110 temp=110.1 pwm=0.223 sysload=0.67 cputime=3495.488 memavail=656460 print_time=89524.801 buffer_time=2.104 print_stall=86 extruder: target=260 temp=261.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90309.7: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=38951301 bytes_read=25979220 bytes_retransmit=9 bytes_invalid=0 send_seq=831987 receive_seq=831987 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=5377 freq=64001150 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=40.5 sd_pos=1290182 heater_bed: target=110 temp=110.1 pwm=0.150 sysload=0.67 cputime=3496.104 memavail=656460 print_time=89526.214 buffer_time=2.355 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90310.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38957890 bytes_read=25980223 bytes_retransmit=9 bytes_invalid=0 send_seq=832099 receive_seq=832099 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=3535 freq=64001149 CB1: temp=46.6 Manta: temp=43.7 chamber: temp=40.5 sd_pos=1291295 heater_bed: target=110 temp=110.1 pwm=0.209 sysload=0.67 cputime=3496.300 memavail=656460 print_time=89526.875 buffer_time=2.015 print_stall=86 extruder: target=260 temp=261.1 pwm=0.385 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90311.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38964020 bytes_read=25981211 bytes_retransmit=9 bytes_invalid=0 send_seq=832203 receive_seq=832203 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=6073 freq=64001148 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.6 sd_pos=1293433 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.67 cputime=3496.512 memavail=656692 print_time=89528.041 buffer_time=2.179 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90312.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38970503 bytes_read=25982218 bytes_retransmit=9 bytes_invalid=0 send_seq=832314 receive_seq=832314 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6848 freq=64001146 CB1: temp=44.9 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1295677 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.62 cputime=3496.782 memavail=656744 print_time=89529.133 buffer_time=2.271 print_stall=86 extruder: target=260 temp=261.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90313.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38978377 bytes_read=25983323 bytes_retransmit=9 bytes_invalid=0 send_seq=832447 receive_seq=832447 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=5382 freq=64001148 CB1: temp=46.3 Manta: temp=44.0 chamber: temp=40.6 sd_pos=1297717 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.62 cputime=3496.988 memavail=656504 print_time=89530.040 buffer_time=2.177 print_stall=86 extruder: target=260 temp=260.9 pwm=0.071 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90314.7: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=38985257 bytes_read=25984397 bytes_retransmit=9 bytes_invalid=0 send_seq=832565 receive_seq=832565 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=7044 freq=64001148 CB1: temp=45.5 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1300976 heater_bed: target=110 temp=110.1 pwm=0.148 sysload=0.62 cputime=3497.268 memavail=656504 print_time=89531.398 buffer_time=2.529 print_stall=86 extruder: target=260 temp=260.9 pwm=0.940 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90315.7: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=38992066 bytes_read=25985463 bytes_retransmit=9 bytes_invalid=0 send_seq=832684 receive_seq=832684 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=4605 freq=64001146 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.6 sd_pos=1301926 heater_bed: target=110 temp=110.1 pwm=0.199 sysload=0.62 cputime=3497.433 memavail=656280 print_time=89532.042 buffer_time=2.172 print_stall=86 extruder: target=260 temp=261.1 pwm=0.379 | |
Stats 90316.7: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=38998623 bytes_read=25986458 bytes_retransmit=9 bytes_invalid=0 send_seq=832795 receive_seq=832795 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=4447 freq=64001145 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1303831 heater_bed: target=110 temp=110.2 pwm=0.111 sysload=0.62 cputime=3497.704 memavail=656060 print_time=89533.476 buffer_time=2.605 print_stall=86 extruder: target=260 temp=261.1 pwm=0.274 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90317.7: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39004888 bytes_read=25987477 bytes_retransmit=9 bytes_invalid=0 send_seq=832902 receive_seq=832902 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4768 freq=64001143 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1305602 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.57 cputime=3498.089 memavail=656060 print_time=89534.441 buffer_time=2.570 print_stall=86 extruder: target=260 temp=261.2 pwm=0.590 | |
Stats 90318.7: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39008775 bytes_read=25988277 bytes_retransmit=9 bytes_invalid=0 send_seq=832971 receive_seq=832971 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=4289 freq=64001143 CB1: temp=45.4 Manta: temp=43.9 chamber: temp=40.5 sd_pos=1306762 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.57 cputime=3498.244 memavail=656060 print_time=89534.973 buffer_time=2.101 print_stall=86 extruder: target=260 temp=260.8 pwm=0.401 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90319.7: gcodein=0 mcu: mcu_awake=0.084 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39014703 bytes_read=25989242 bytes_retransmit=9 bytes_invalid=0 send_seq=833076 receive_seq=833076 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=57 upcoming_bytes=6191 freq=64001141 CB1: temp=46.1 Manta: temp=43.2 chamber: temp=40.6 sd_pos=1309119 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.57 cputime=3498.475 memavail=656772 print_time=89536.648 buffer_time=2.775 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
Stats 90320.7: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=39021609 bytes_read=25990322 bytes_retransmit=9 bytes_invalid=0 send_seq=833192 receive_seq=833192 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=2312 freq=64001143 CB1: temp=45.7 Manta: temp=44.3 chamber: temp=40.7 sd_pos=1310039 heater_bed: target=110 temp=110.1 pwm=0.161 sysload=0.57 cputime=3498.616 memavail=656828 print_time=89537.127 buffer_time=2.253 print_stall=86 extruder: target=260 temp=261.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90321.7: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=39025142 bytes_read=25991087 bytes_retransmit=9 bytes_invalid=0 send_seq=833254 receive_seq=833254 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=5905 freq=64001141 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1312596 heater_bed: target=110 temp=110.1 pwm=0.136 sysload=0.57 cputime=3498.820 memavail=657052 print_time=89538.790 buffer_time=2.915 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
Stats 90322.8: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=39031835 bytes_read=25992146 bytes_retransmit=9 bytes_invalid=0 send_seq=833369 receive_seq=833369 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=2274 freq=64001146 CB1: temp=45.2 Manta: temp=44.2 chamber: temp=40.6 sd_pos=1313429 heater_bed: target=110 temp=110.1 pwm=0.136 sysload=0.52 cputime=3499.051 memavail=657088 print_time=89539.211 buffer_time=2.281 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90323.8: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=39035205 bytes_read=25992906 bytes_retransmit=9 bytes_invalid=0 send_seq=833430 receive_seq=833430 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3776 freq=64001144 CB1: temp=45.3 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1314764 heater_bed: target=110 temp=110.1 pwm=0.157 sysload=0.52 cputime=3499.488 memavail=657372 print_time=89540.042 buffer_time=2.112 print_stall=86 extruder: target=260 temp=261.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90324.8: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=39041225 bytes_read=25993876 bytes_retransmit=9 bytes_invalid=0 send_seq=833536 receive_seq=833536 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=3223 freq=64001146 CB1: temp=46.9 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1316457 heater_bed: target=110 temp=110.1 pwm=0.157 sysload=0.52 cputime=3499.967 memavail=657664 print_time=89540.989 buffer_time=2.058 print_stall=86 extruder: target=260 temp=260.9 pwm=0.604 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90325.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39047349 bytes_read=25994886 bytes_retransmit=9 bytes_invalid=0 send_seq=833638 receive_seq=833638 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=6653 freq=64001148 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=40.6 sd_pos=1319341 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.52 cputime=3500.242 memavail=657688 print_time=89542.290 buffer_time=2.358 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90326.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39053357 bytes_read=25995856 bytes_retransmit=9 bytes_invalid=0 send_seq=833741 receive_seq=833741 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=9533 freq=64001149 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.6 sd_pos=1321730 heater_bed: target=110 temp=110.0 pwm=0.166 sysload=0.52 cputime=3500.519 memavail=657188 print_time=89543.552 buffer_time=2.619 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90327.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39060812 bytes_read=25996936 bytes_retransmit=9 bytes_invalid=0 send_seq=833869 receive_seq=833869 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6772 freq=64001148 CB1: temp=45.8 Manta: temp=43.3 chamber: temp=40.6 sd_pos=1323713 heater_bed: target=110 temp=110.0 pwm=0.166 sysload=0.48 cputime=3500.740 memavail=656936 print_time=89544.254 buffer_time=2.320 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90328.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39068308 bytes_read=25998060 bytes_retransmit=9 bytes_invalid=0 send_seq=833997 receive_seq=833997 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=3791 freq=64001146 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1324939 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.48 cputime=3500.918 memavail=657200 print_time=89544.936 buffer_time=2.001 print_stall=86 extruder: target=260 temp=260.9 pwm=0.498 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90329.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39074956 bytes_read=25999085 bytes_retransmit=9 bytes_invalid=0 send_seq=834111 receive_seq=834111 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=4689 freq=64001151 CB1: temp=45.6 Manta: temp=44.0 chamber: temp=40.7 sd_pos=1327874 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.48 cputime=3501.172 memavail=657200 print_time=89546.144 buffer_time=2.208 print_stall=86 extruder: target=260 temp=260.5 pwm=0.528 | |
Stats 90330.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=39081246 bytes_read=26000076 bytes_retransmit=9 bytes_invalid=0 send_seq=834218 receive_seq=834218 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4211 freq=64001151 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.6 sd_pos=1329582 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.48 cputime=3501.449 memavail=657228 print_time=89547.466 buffer_time=2.529 print_stall=86 extruder: target=260 temp=260.6 pwm=0.927 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90331.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=39087527 bytes_read=26001090 bytes_retransmit=9 bytes_invalid=0 send_seq=834324 receive_seq=834324 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=4455 freq=64001151 CB1: temp=46.0 Manta: temp=43.7 chamber: temp=40.6 sd_pos=1331873 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=0.48 cputime=3501.847 memavail=656976 print_time=89548.491 buffer_time=2.553 print_stall=86 extruder: target=260 temp=261.1 pwm=0.261 | |
Stats 90332.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=39090912 bytes_read=26001840 bytes_retransmit=9 bytes_invalid=0 send_seq=834383 receive_seq=834383 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3729 freq=64001153 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=40.6 sd_pos=1332408 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=0.44 cputime=3501.970 memavail=656824 print_time=89549.169 buffer_time=2.230 print_stall=86 extruder: target=260 temp=260.7 pwm=0.936 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90333.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=39097706 bytes_read=26002879 bytes_retransmit=9 bytes_invalid=0 send_seq=834500 receive_seq=834500 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=1259 freq=64001149 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=40.6 sd_pos=1335290 heater_bed: target=110 temp=110.0 pwm=0.157 sysload=0.44 cputime=3502.206 memavail=656924 print_time=89549.936 buffer_time=1.956 print_stall=86 extruder: target=260 temp=260.7 pwm=0.499 | |
Stats 90334.8: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=39103300 bytes_read=26003849 bytes_retransmit=9 bytes_invalid=0 send_seq=834597 receive_seq=834597 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=3042 freq=64001146 CB1: temp=45.4 Manta: temp=43.8 chamber: temp=40.6 sd_pos=1336357 heater_bed: target=110 temp=110.0 pwm=0.215 sysload=0.44 cputime=3502.378 memavail=656924 print_time=89551.466 buffer_time=2.486 print_stall=86 extruder: target=260 temp=260.8 pwm=0.165 | |
Stats 90335.8: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39108437 bytes_read=26004780 bytes_retransmit=9 bytes_invalid=0 send_seq=834692 receive_seq=834692 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=25 upcoming_bytes=2035 freq=64001145 CB1: temp=45.6 Manta: temp=43.5 chamber: temp=40.6 sd_pos=1337559 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.44 cputime=3502.542 memavail=656676 print_time=89552.335 buffer_time=2.354 print_stall=86 extruder: target=260 temp=260.5 pwm=0.299 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90336.9: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39114295 bytes_read=26005780 bytes_retransmit=9 bytes_invalid=0 send_seq=834793 receive_seq=834793 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=1777 freq=64001145 CB1: temp=46.5 Manta: temp=43.5 chamber: temp=40.7 sd_pos=1338965 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.44 cputime=3502.931 memavail=656436 print_time=89553.159 buffer_time=2.104 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90338.1: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39118769 bytes_read=26006668 bytes_retransmit=9 bytes_invalid=0 send_seq=834874 receive_seq=834873 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=5293 freq=64001145 CB1: temp=46.8 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1341658 heater_bed: target=110 temp=109.9 pwm=0.265 sysload=0.49 cputime=3503.555 memavail=657024 print_time=89554.572 buffer_time=2.348 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90339.1: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39125261 bytes_read=26007694 bytes_retransmit=9 bytes_invalid=0 send_seq=834985 receive_seq=834985 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=3593 freq=64001145 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.7 sd_pos=1342760 heater_bed: target=110 temp=109.8 pwm=0.274 sysload=0.49 cputime=3503.764 memavail=657024 print_time=89555.241 buffer_time=2.016 print_stall=86 extruder: target=260 temp=260.7 pwm=0.716 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90340.1: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39131435 bytes_read=26008659 bytes_retransmit=9 bytes_invalid=0 send_seq=835090 receive_seq=835090 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=5507 freq=64001147 CB1: temp=46.1 Manta: temp=44.1 chamber: temp=40.7 sd_pos=1344713 heater_bed: target=110 temp=109.9 pwm=0.222 sysload=0.49 cputime=3503.992 memavail=657528 print_time=89556.407 buffer_time=2.180 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90341.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39137971 bytes_read=26009714 bytes_retransmit=9 bytes_invalid=0 send_seq=835201 receive_seq=835201 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=4115 freq=64001148 CB1: temp=45.1 Manta: temp=44.2 chamber: temp=40.7 sd_pos=1345460 heater_bed: target=110 temp=109.9 pwm=0.222 sysload=0.49 cputime=3504.150 memavail=657532 print_time=89557.252 buffer_time=2.025 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90342.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39145212 bytes_read=26010789 bytes_retransmit=9 bytes_invalid=0 send_seq=835325 receive_seq=835325 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=2932 freq=64001147 CB1: temp=45.5 Manta: temp=43.4 chamber: temp=40.7 sd_pos=1346551 heater_bed: target=110 temp=109.9 pwm=0.227 sysload=0.49 cputime=3504.369 memavail=657784 print_time=89558.665 buffer_time=2.438 print_stall=86 extruder: target=260 temp=260.3 pwm=0.728 | |
Stats 90343.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39151035 bytes_read=26011724 bytes_retransmit=9 bytes_invalid=0 send_seq=835424 receive_seq=835424 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=361 freq=64001146 CB1: temp=45.5 Manta: temp=43.5 chamber: temp=40.7 sd_pos=1346989 heater_bed: target=110 temp=109.9 pwm=0.227 sysload=0.53 cputime=3504.521 memavail=657560 print_time=89559.235 buffer_time=2.007 print_stall=86 extruder: target=260 temp=260.3 pwm=0.308 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90344.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39155489 bytes_read=26012603 bytes_retransmit=9 bytes_invalid=0 send_seq=835503 receive_seq=835503 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=3228 freq=64001147 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=40.6 sd_pos=1348223 heater_bed: target=110 temp=109.9 pwm=0.227 sysload=0.53 cputime=3504.753 memavail=657560 print_time=89560.707 buffer_time=2.478 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90345.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39160270 bytes_read=26013498 bytes_retransmit=9 bytes_invalid=0 send_seq=835591 receive_seq=835591 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=2877 freq=64001147 CB1: temp=46.2 Manta: temp=43.2 chamber: temp=40.7 sd_pos=1348913 heater_bed: target=110 temp=109.8 pwm=0.288 sysload=0.53 cputime=3504.926 memavail=657816 print_time=89561.550 buffer_time=2.321 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90346.1: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39164587 bytes_read=26014334 bytes_retransmit=9 bytes_invalid=0 send_seq=835667 receive_seq=835667 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=3889 freq=64001149 CB1: temp=45.0 Manta: temp=43.9 chamber: temp=40.7 sd_pos=1349561 heater_bed: target=110 temp=109.9 pwm=0.233 sysload=0.53 cputime=3505.065 memavail=657856 print_time=89562.518 buffer_time=2.288 print_stall=86 extruder: target=260 temp=259.8 pwm=0.235 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90347.1: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39170384 bytes_read=26015313 bytes_retransmit=9 bytes_invalid=0 send_seq=835766 receive_seq=835766 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=4238 freq=64001150 CB1: temp=45.0 Manta: temp=43.4 chamber: temp=40.6 sd_pos=1350314 heater_bed: target=110 temp=109.8 pwm=0.283 sysload=0.53 cputime=3505.251 memavail=657868 print_time=89563.525 buffer_time=2.295 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 90348.1: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39175990 bytes_read=26016258 bytes_retransmit=9 bytes_invalid=0 send_seq=835864 receive_seq=835864 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=4037 freq=64001149 CB1: temp=46.1 Manta: temp=43.7 chamber: temp=40.7 sd_pos=1350821 heater_bed: target=110 temp=109.8 pwm=0.228 sysload=0.57 cputime=3505.418 memavail=657140 print_time=89564.381 buffer_time=2.150 print_stall=86 extruder: target=260 temp=260.3 pwm=0.633 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90349.1: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39181895 bytes_read=26017203 bytes_retransmit=9 bytes_invalid=0 send_seq=835965 receive_seq=835965 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4470 freq=64001152 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.7 sd_pos=1352023 heater_bed: target=110 temp=109.9 pwm=0.228 sysload=0.57 cputime=3505.606 memavail=657140 print_time=89565.292 buffer_time=2.060 print_stall=86 extruder: target=260 temp=260.7 pwm=0.275 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90350.1: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39188454 bytes_read=26018247 bytes_retransmit=9 bytes_invalid=0 send_seq=836077 receive_seq=836077 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=5193 freq=64001153 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1354264 heater_bed: target=110 temp=109.9 pwm=0.228 sysload=0.57 cputime=3505.878 memavail=657140 print_time=89566.385 buffer_time=2.152 print_stall=86 extruder: target=260 temp=260.2 pwm=0.202 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90351.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39195323 bytes_read=26019303 bytes_retransmit=9 bytes_invalid=0 send_seq=836194 receive_seq=836194 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=4702 freq=64001152 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=40.7 sd_pos=1356330 heater_bed: target=110 temp=109.9 pwm=0.219 sysload=0.57 cputime=3506.089 memavail=657336 print_time=89567.297 buffer_time=2.063 print_stall=86 extruder: target=260 temp=259.9 pwm=0.228 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90352.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39201915 bytes_read=26020303 bytes_retransmit=9 bytes_invalid=0 send_seq=836306 receive_seq=836306 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=6568 freq=64001152 CB1: temp=45.9 Manta: temp=43.2 chamber: temp=40.7 sd_pos=1359700 heater_bed: target=110 temp=110.0 pwm=0.154 sysload=0.57 cputime=3506.371 memavail=657172 print_time=89568.643 buffer_time=2.408 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90353.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39208847 bytes_read=26021377 bytes_retransmit=9 bytes_invalid=0 send_seq=836424 receive_seq=836424 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=4245 freq=64001154 CB1: temp=45.4 Manta: temp=43.8 chamber: temp=40.6 sd_pos=1360714 heater_bed: target=110 temp=110.1 pwm=0.154 sysload=0.52 cputime=3506.556 memavail=657424 print_time=89569.299 buffer_time=2.064 print_stall=86 extruder: target=260 temp=259.7 pwm=0.456 | |
Stats 90354.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39215424 bytes_read=26022392 bytes_retransmit=9 bytes_invalid=0 send_seq=836536 receive_seq=836536 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=3860 freq=64001153 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1362580 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.52 cputime=3506.843 memavail=657944 print_time=89570.716 buffer_time=2.480 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90355.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39221924 bytes_read=26023387 bytes_retransmit=9 bytes_invalid=0 send_seq=836647 receive_seq=836647 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=3930 freq=64001154 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.7 sd_pos=1364312 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.52 cputime=3507.214 memavail=657944 print_time=89571.683 buffer_time=2.446 print_stall=86 extruder: target=260 temp=258.7 pwm=0.318 | |
Stats 90356.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39225130 bytes_read=26024172 bytes_retransmit=9 bytes_invalid=0 send_seq=836704 receive_seq=836704 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4811 freq=64001155 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=40.8 sd_pos=1365730 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.52 cputime=3507.385 memavail=657692 print_time=89572.323 buffer_time=2.085 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90357.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39231677 bytes_read=26025182 bytes_retransmit=9 bytes_invalid=0 send_seq=836815 receive_seq=836815 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=5350 freq=64001154 CB1: temp=46.3 Manta: temp=44.0 chamber: temp=40.7 sd_pos=1367834 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.52 cputime=3507.598 memavail=657712 print_time=89573.885 buffer_time=2.648 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
Stats 90358.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39238615 bytes_read=26026222 bytes_retransmit=9 bytes_invalid=0 send_seq=836935 receive_seq=836935 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=1493 freq=64001151 CB1: temp=45.9 Manta: temp=44.1 chamber: temp=40.7 sd_pos=1368752 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.64 cputime=3507.741 memavail=657752 print_time=89574.365 buffer_time=2.127 print_stall=86 extruder: target=260 temp=259.2 pwm=0.177 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90359.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39241957 bytes_read=26027001 bytes_retransmit=9 bytes_invalid=0 send_seq=836994 receive_seq=836994 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5194 freq=64001149 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1371262 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.64 cputime=3507.938 memavail=657536 print_time=89576.017 buffer_time=2.779 print_stall=86 extruder: target=260 temp=259.1 pwm=0.298 | |
Stats 90360.1: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=39248342 bytes_read=26027996 bytes_retransmit=9 bytes_invalid=0 send_seq=837102 receive_seq=837102 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=1850 freq=64001152 CB1: temp=45.5 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1372112 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.64 cputime=3508.179 memavail=657552 print_time=89576.434 buffer_time=2.195 print_stall=86 extruder: target=260 temp=258.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90361.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39251391 bytes_read=26028732 bytes_retransmit=9 bytes_invalid=0 send_seq=837158 receive_seq=837158 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=3573 freq=64001154 CB1: temp=45.3 Manta: temp=43.9 chamber: temp=40.7 sd_pos=1373506 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.64 cputime=3508.602 memavail=657300 print_time=89577.267 buffer_time=2.027 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90362.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39257950 bytes_read=26029781 bytes_retransmit=9 bytes_invalid=0 send_seq=837271 receive_seq=837271 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2535 freq=64001155 CB1: temp=46.6 Manta: temp=43.2 chamber: temp=40.6 sd_pos=1376231 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.64 cputime=3509.131 memavail=657752 print_time=89578.214 buffer_time=1.953 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90363.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39263925 bytes_read=26030736 bytes_retransmit=9 bytes_invalid=0 send_seq=837371 receive_seq=837371 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=5321 freq=64001156 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=40.8 sd_pos=1377040 heater_bed: target=110 temp=110.1 pwm=0.153 sysload=0.59 cputime=3509.311 memavail=657804 print_time=89579.478 buffer_time=2.216 print_stall=86 extruder: target=260 temp=258.3 pwm=0.684 | |
Stats 90364.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39270144 bytes_read=26031706 bytes_retransmit=9 bytes_invalid=0 send_seq=837477 receive_seq=837477 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4999 freq=64001157 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=40.7 sd_pos=1377764 heater_bed: target=110 temp=110.1 pwm=0.221 sysload=0.59 cputime=3509.491 memavail=657804 print_time=89580.485 buffer_time=2.223 print_stall=86 extruder: target=260 temp=258.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90365.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39277244 bytes_read=26032790 bytes_retransmit=9 bytes_invalid=0 send_seq=837597 receive_seq=837597 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=3425 freq=64001159 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1378532 heater_bed: target=110 temp=110.1 pwm=0.169 sysload=0.59 cputime=3509.686 memavail=657808 print_time=89581.428 buffer_time=2.164 print_stall=86 extruder: target=260 temp=259.1 pwm=0.092 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90366.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39283111 bytes_read=26033771 bytes_retransmit=9 bytes_invalid=0 send_seq=837699 receive_seq=837699 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=3451 freq=64001156 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.7 sd_pos=1379477 heater_bed: target=110 temp=110.1 pwm=0.169 sysload=0.59 cputime=3509.883 memavail=657808 print_time=89582.468 buffer_time=2.204 print_stall=86 extruder: target=260 temp=258.5 pwm=0.897 | |
Stats 90367.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39288980 bytes_read=26034716 bytes_retransmit=9 bytes_invalid=0 send_seq=837800 receive_seq=837800 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=1335 freq=64001158 CB1: temp=45.4 Manta: temp=43.4 chamber: temp=40.8 sd_pos=1379964 heater_bed: target=110 temp=110.1 pwm=0.169 sysload=0.59 cputime=3510.039 memavail=657808 print_time=89583.349 buffer_time=2.085 print_stall=86 extruder: target=260 temp=258.4 pwm=0.365 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90368.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39294547 bytes_read=26035690 bytes_retransmit=9 bytes_invalid=0 send_seq=837895 receive_seq=837895 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=1871 freq=64001156 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1381069 heater_bed: target=110 temp=110.1 pwm=0.223 sysload=0.54 cputime=3510.258 memavail=657584 print_time=89584.758 buffer_time=2.472 print_stall=86 extruder: target=260 temp=257.7 pwm=0.636 | |
Stats 90369.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39298622 bytes_read=26036485 bytes_retransmit=9 bytes_invalid=0 send_seq=837966 receive_seq=837966 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2835 freq=64001158 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1381861 heater_bed: target=110 temp=110.0 pwm=0.223 sysload=0.54 cputime=3510.415 memavail=657336 print_time=89585.769 buffer_time=2.482 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90370.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39303729 bytes_read=26037409 bytes_retransmit=9 bytes_invalid=0 send_seq=838054 receive_seq=838054 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=54 upcoming_bytes=3751 freq=64001159 CB1: temp=45.2 Manta: temp=43.4 chamber: temp=40.7 sd_pos=1382846 heater_bed: target=110 temp=110.0 pwm=0.158 sysload=0.54 cputime=3510.615 memavail=657336 print_time=89586.803 buffer_time=2.495 print_stall=86 extruder: target=260 temp=258.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90371.2: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=39307995 bytes_read=26038280 bytes_retransmit=9 bytes_invalid=0 send_seq=838134 receive_seq=838134 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=4707 freq=64001157 CB1: temp=45.2 Manta: temp=43.8 chamber: temp=40.7 sd_pos=1383507 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.54 cputime=3510.793 memavail=657336 print_time=89587.646 buffer_time=2.338 print_stall=86 extruder: target=260 temp=258.8 pwm=0.557 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90372.2: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=39313733 bytes_read=26039210 bytes_retransmit=9 bytes_invalid=0 send_seq=838232 receive_seq=838232 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=5585 freq=64001158 CB1: temp=45.4 Manta: temp=43.1 chamber: temp=40.8 sd_pos=1385152 heater_bed: target=110 temp=110.1 pwm=0.154 sysload=0.54 cputime=3511.021 memavail=657096 print_time=89588.590 buffer_time=2.282 print_stall=86 extruder: target=260 temp=258.8 pwm=0.235 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90373.2: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=39320068 bytes_read=26040244 bytes_retransmit=9 bytes_invalid=0 send_seq=838342 receive_seq=838342 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=7899 freq=64001155 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=40.8 sd_pos=1387494 heater_bed: target=110 temp=110.1 pwm=0.154 sysload=0.58 cputime=3511.279 memavail=656844 print_time=89589.804 buffer_time=2.494 print_stall=86 extruder: target=260 temp=259.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90374.2: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=39326887 bytes_read=26041284 bytes_retransmit=9 bytes_invalid=0 send_seq=838459 receive_seq=838459 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=5614 freq=64001155 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=40.8 sd_pos=1389514 heater_bed: target=110 temp=110.1 pwm=0.154 sysload=0.58 cputime=3511.478 memavail=656596 print_time=89590.477 buffer_time=2.167 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90375.2: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=39334008 bytes_read=26042325 bytes_retransmit=9 bytes_invalid=0 send_seq=838581 receive_seq=838580 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6819 freq=64001153 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=40.8 sd_pos=1393074 heater_bed: target=110 temp=110.1 pwm=0.154 sysload=0.58 cputime=3511.752 memavail=656596 print_time=89591.876 buffer_time=2.565 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90376.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39340605 bytes_read=26043389 bytes_retransmit=9 bytes_invalid=0 send_seq=838696 receive_seq=838696 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=4328 freq=64001151 CB1: temp=45.4 Manta: temp=44.0 chamber: temp=40.8 sd_pos=1393931 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.58 cputime=3511.921 memavail=656132 print_time=89592.455 buffer_time=2.143 print_stall=86 extruder: target=260 temp=259.1 pwm=0.115 | |
Stats 90377.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39346982 bytes_read=26044370 bytes_retransmit=9 bytes_invalid=0 send_seq=838804 receive_seq=838804 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=3803 freq=64001151 CB1: temp=45.5 Manta: temp=44.2 chamber: temp=40.8 sd_pos=1395653 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.58 cputime=3512.194 memavail=656132 print_time=89593.773 buffer_time=2.460 print_stall=86 extruder: target=260 temp=259.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90378.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39353220 bytes_read=26045327 bytes_retransmit=9 bytes_invalid=0 send_seq=838910 receive_seq=838910 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=4030 freq=64001153 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=40.7 sd_pos=1398057 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3512.616 memavail=656008 print_time=89594.782 buffer_time=2.468 print_stall=86 extruder: target=260 temp=258.5 pwm=0.000 | |
Stats 90379.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39356527 bytes_read=26046093 bytes_retransmit=9 bytes_invalid=0 send_seq=838969 receive_seq=838969 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=3311 freq=64001152 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1398592 heater_bed: target=110 temp=110.0 pwm=0.225 sysload=0.61 cputime=3512.738 memavail=655760 print_time=89595.460 buffer_time=2.145 print_stall=86 extruder: target=260 temp=258.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90380.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39363353 bytes_read=26047128 bytes_retransmit=9 bytes_invalid=0 send_seq=839085 receive_seq=839085 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=25 upcoming_bytes=6211 freq=64001152 CB1: temp=45.3 Manta: temp=43.6 chamber: temp=40.8 sd_pos=1402420 heater_bed: target=110 temp=110.0 pwm=0.241 sysload=0.61 cputime=3513.014 memavail=656320 print_time=89597.152 buffer_time=2.822 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
Stats 90381.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39368526 bytes_read=26048024 bytes_retransmit=9 bytes_invalid=0 send_seq=839173 receive_seq=839173 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=58 upcoming_bytes=3181 freq=64001152 CB1: temp=45.5 Manta: temp=44.3 chamber: temp=40.8 sd_pos=1402689 heater_bed: target=110 temp=110.0 pwm=0.253 sysload=0.61 cputime=3513.133 memavail=656320 print_time=89597.765 buffer_time=2.434 print_stall=86 extruder: target=260 temp=258.8 pwm=1.000 | |
Stats 90382.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39373635 bytes_read=26048973 bytes_retransmit=9 bytes_invalid=0 send_seq=839266 receive_seq=839266 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=46 upcoming_bytes=2162 freq=64001152 CB1: temp=45.3 Manta: temp=43.0 chamber: temp=40.8 sd_pos=1403975 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.61 cputime=3513.307 memavail=655820 print_time=89598.632 buffer_time=2.300 print_stall=86 extruder: target=260 temp=258.9 pwm=0.562 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90383.2: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39379646 bytes_read=26049933 bytes_retransmit=9 bytes_invalid=0 send_seq=839367 receive_seq=839367 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=1624 freq=64001155 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=40.8 sd_pos=1405330 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.64 cputime=3513.712 memavail=656080 print_time=89599.441 buffer_time=2.105 print_stall=86 extruder: target=260 temp=259.1 pwm=0.658 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90384.4: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39383977 bytes_read=26050832 bytes_retransmit=9 bytes_invalid=0 send_seq=839447 receive_seq=839447 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=5222 freq=64001157 CB1: temp=45.6 Manta: temp=43.4 chamber: temp=40.8 sd_pos=1407937 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.64 cputime=3514.321 memavail=655860 print_time=89600.857 buffer_time=2.355 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90385.4: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39390409 bytes_read=26051822 bytes_retransmit=9 bytes_invalid=0 send_seq=839557 receive_seq=839557 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=3441 freq=64001159 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1409065 heater_bed: target=110 temp=110.0 pwm=0.177 sysload=0.64 cputime=3514.514 memavail=655860 print_time=89601.515 buffer_time=2.012 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90386.4: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39396601 bytes_read=26052857 bytes_retransmit=9 bytes_invalid=0 send_seq=839664 receive_seq=839664 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7644 freq=64001157 CB1: temp=44.9 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1411554 heater_bed: target=110 temp=110.0 pwm=0.184 sysload=0.64 cputime=3514.743 memavail=655620 print_time=89602.958 buffer_time=2.454 print_stall=86 extruder: target=260 temp=258.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90387.4: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39402980 bytes_read=26053857 bytes_retransmit=9 bytes_invalid=0 send_seq=839773 receive_seq=839773 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=7457 freq=64001163 CB1: temp=45.9 Manta: temp=43.4 chamber: temp=40.8 sd_pos=1412394 heater_bed: target=110 temp=110.0 pwm=0.184 sysload=0.67 cputime=3514.884 memavail=656136 print_time=89604.001 buffer_time=2.496 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90388.4: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39411056 bytes_read=26054982 bytes_retransmit=9 bytes_invalid=0 send_seq=839910 receive_seq=839910 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4170 freq=64001164 CB1: temp=45.8 Manta: temp=44.5 chamber: temp=40.9 sd_pos=1413008 heater_bed: target=110 temp=110.0 pwm=0.184 sysload=0.67 cputime=3515.016 memavail=656672 print_time=89604.698 buffer_time=2.192 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
Stats 90389.4: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39417547 bytes_read=26056026 bytes_retransmit=9 bytes_invalid=0 send_seq=840022 receive_seq=840022 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=2772 freq=64001162 CB1: temp=45.5 Manta: temp=44.2 chamber: temp=40.8 sd_pos=1413564 heater_bed: target=110 temp=109.9 pwm=0.235 sysload=0.67 cputime=3515.148 memavail=656928 print_time=89605.677 buffer_time=2.169 print_stall=86 extruder: target=260 temp=259.7 pwm=0.621 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90390.4: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39423728 bytes_read=26057011 bytes_retransmit=9 bytes_invalid=0 send_seq=840128 receive_seq=840128 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4538 freq=64001163 CB1: temp=45.8 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1415843 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.67 cputime=3515.403 memavail=657196 print_time=89606.839 buffer_time=2.331 print_stall=86 extruder: target=260 temp=259.7 pwm=0.405 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90391.4: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39428525 bytes_read=26057882 bytes_retransmit=9 bytes_invalid=0 send_seq=840211 receive_seq=840211 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=8010 freq=64001159 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=40.8 sd_pos=1418277 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.67 cputime=3515.650 memavail=656944 print_time=89608.103 buffer_time=2.595 print_stall=86 extruder: target=260 temp=259.4 pwm=0.643 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90392.4: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39435558 bytes_read=26058961 bytes_retransmit=9 bytes_invalid=0 send_seq=840331 receive_seq=840330 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=6249 freq=64001157 CB1: temp=45.8 Manta: temp=44.0 chamber: temp=40.8 sd_pos=1419959 heater_bed: target=110 temp=109.9 pwm=0.182 sysload=0.70 cputime=3515.848 memavail=656924 print_time=89608.854 buffer_time=2.345 print_stall=86 extruder: target=260 temp=259.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90393.4: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39442678 bytes_read=26060026 bytes_retransmit=9 bytes_invalid=0 send_seq=840452 receive_seq=840452 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5413 freq=64001155 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=40.8 sd_pos=1423040 heater_bed: target=110 temp=110.0 pwm=0.174 sysload=0.70 cputime=3516.127 memavail=656972 print_time=89609.903 buffer_time=2.358 print_stall=86 extruder: target=260 temp=259.7 pwm=0.192 | |
Stats 90394.4: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39448658 bytes_read=26060976 bytes_retransmit=9 bytes_invalid=0 send_seq=840554 receive_seq=840554 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=4184 freq=64001152 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1423571 heater_bed: target=110 temp=109.9 pwm=0.174 sysload=0.70 cputime=3516.276 memavail=656964 print_time=89610.835 buffer_time=2.290 print_stall=86 extruder: target=260 temp=259.5 pwm=0.744 | |
Stats 90395.4: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39455544 bytes_read=26062040 bytes_retransmit=9 bytes_invalid=0 send_seq=840670 receive_seq=840670 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=1399 freq=64001152 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=40.9 sd_pos=1425054 heater_bed: target=110 temp=109.9 pwm=0.188 sysload=0.70 cputime=3516.547 memavail=657032 print_time=89611.590 buffer_time=2.044 print_stall=86 extruder: target=260 temp=259.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90396.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39460965 bytes_read=26062986 bytes_retransmit=9 bytes_invalid=0 send_seq=840765 receive_seq=840765 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=2468 freq=64001152 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1426890 heater_bed: target=110 temp=109.9 pwm=0.248 sysload=0.70 cputime=3516.958 memavail=657032 print_time=89612.555 buffer_time=2.008 print_stall=86 extruder: target=260 temp=259.2 pwm=0.880 | |
Stats 90397.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39465570 bytes_read=26063851 bytes_retransmit=9 bytes_invalid=0 send_seq=840850 receive_seq=840850 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=39 upcoming_bytes=3474 freq=64001155 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1428500 heater_bed: target=110 temp=109.9 pwm=0.242 sysload=0.64 cputime=3517.151 memavail=657348 print_time=89613.748 buffer_time=2.201 print_stall=86 extruder: target=260 temp=259.8 pwm=0.076 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90398.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39472434 bytes_read=26064910 bytes_retransmit=9 bytes_invalid=0 send_seq=840966 receive_seq=840965 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2295 freq=64001157 CB1: temp=46.2 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1430327 heater_bed: target=110 temp=109.9 pwm=0.221 sysload=0.64 cputime=3517.350 memavail=657076 print_time=89614.746 buffer_time=2.199 print_stall=86 extruder: target=260 temp=259.9 pwm=0.288 | |
Stats 90399.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39477782 bytes_read=26065840 bytes_retransmit=9 bytes_invalid=0 send_seq=841060 receive_seq=841060 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=1395 freq=64001155 CB1: temp=46.0 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1431510 heater_bed: target=110 temp=109.9 pwm=0.221 sysload=0.64 cputime=3517.508 memavail=657896 print_time=89615.836 buffer_time=2.281 print_stall=86 extruder: target=260 temp=260.0 pwm=0.495 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90400.4: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39482656 bytes_read=26066735 bytes_retransmit=9 bytes_invalid=0 send_seq=841151 receive_seq=841151 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=2126 freq=64001157 CB1: temp=46.2 Manta: temp=43.3 chamber: temp=40.8 sd_pos=1433761 heater_bed: target=110 temp=109.9 pwm=0.221 sysload=0.64 cputime=3517.680 memavail=658120 print_time=89616.880 buffer_time=2.323 print_stall=86 extruder: target=260 temp=259.8 pwm=0.294 | |
Stats 90401.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39487474 bytes_read=26067655 bytes_retransmit=9 bytes_invalid=0 send_seq=841235 receive_seq=841235 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=1699 freq=64001155 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=40.8 sd_pos=1434873 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.64 cputime=3518.115 memavail=658656 print_time=89617.585 buffer_time=2.028 print_stall=86 extruder: target=260 temp=259.9 pwm=0.397 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90402.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39491392 bytes_read=26068475 bytes_retransmit=9 bytes_invalid=0 send_seq=841308 receive_seq=841308 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3497 freq=64001158 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=40.8 sd_pos=1436705 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.59 cputime=3518.518 memavail=658692 print_time=89618.564 buffer_time=2.006 print_stall=86 extruder: target=260 temp=259.9 pwm=0.935 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90403.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39497909 bytes_read=26069480 bytes_retransmit=9 bytes_invalid=0 send_seq=841421 receive_seq=841421 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=39 upcoming_bytes=5505 freq=64001152 CB1: temp=46.1 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1439245 heater_bed: target=110 temp=110.0 pwm=0.132 sysload=0.59 cputime=3518.910 memavail=658456 print_time=89619.878 buffer_time=2.319 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90404.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39503979 bytes_read=26070479 bytes_retransmit=9 bytes_invalid=0 send_seq=841524 receive_seq=841524 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=5941 freq=64001152 CB1: temp=46.3 Manta: temp=44.1 chamber: temp=40.8 sd_pos=1440028 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.59 cputime=3519.064 memavail=658420 print_time=89620.935 buffer_time=2.376 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90405.4: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39511082 bytes_read=26071534 bytes_retransmit=9 bytes_invalid=0 send_seq=841644 receive_seq=841644 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=5355 freq=64001153 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=40.8 sd_pos=1440957 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.59 cputime=3519.220 memavail=658216 print_time=89622.155 buffer_time=2.595 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
Stats 90406.4: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39517645 bytes_read=26072560 bytes_retransmit=9 bytes_invalid=0 send_seq=841758 receive_seq=841758 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=2140 freq=64001151 CB1: temp=45.6 Manta: temp=43.6 chamber: temp=40.8 sd_pos=1441331 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.59 cputime=3519.344 memavail=658216 print_time=89622.612 buffer_time=2.051 print_stall=86 extruder: target=260 temp=259.8 pwm=0.620 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90407.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39522824 bytes_read=26073499 bytes_retransmit=9 bytes_invalid=0 send_seq=841847 receive_seq=841846 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=7812 freq=64001155 CB1: temp=45.4 Manta: temp=44.1 chamber: temp=40.9 sd_pos=1444742 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.62 cputime=3519.646 memavail=658368 print_time=89624.322 buffer_time=2.669 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90408.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39529355 bytes_read=26074509 bytes_retransmit=9 bytes_invalid=0 send_seq=841960 receive_seq=841960 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=7355 freq=64001152 CB1: temp=46.6 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1445642 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.62 cputime=3519.807 memavail=658408 print_time=89625.126 buffer_time=2.473 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90409.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39535957 bytes_read=26075563 bytes_retransmit=9 bytes_invalid=0 send_seq=842074 receive_seq=842074 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4933 freq=64001150 CB1: temp=46.4 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1447365 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.62 cputime=3519.995 memavail=658156 print_time=89625.752 buffer_time=2.098 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90410.5: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39542609 bytes_read=26076604 bytes_retransmit=9 bytes_invalid=0 send_seq=842189 receive_seq=842189 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6782 freq=64001151 CB1: temp=46.4 Manta: temp=43.4 chamber: temp=40.8 sd_pos=1451081 heater_bed: target=110 temp=110.1 pwm=0.135 sysload=0.62 cputime=3520.321 memavail=657972 print_time=89627.135 buffer_time=2.480 print_stall=86 extruder: target=260 temp=259.7 pwm=0.194 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90411.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39549467 bytes_read=26077640 bytes_retransmit=9 bytes_invalid=0 send_seq=842305 receive_seq=842305 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=4161 freq=64001151 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1452101 heater_bed: target=110 temp=110.1 pwm=0.135 sysload=0.62 cputime=3520.482 memavail=657948 print_time=89627.754 buffer_time=2.098 print_stall=86 extruder: target=260 temp=259.6 pwm=0.313 | |
Stats 90412.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39555768 bytes_read=26078659 bytes_retransmit=9 bytes_invalid=0 send_seq=842412 receive_seq=842412 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=4136 freq=64001152 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=40.8 sd_pos=1453951 heater_bed: target=110 temp=110.2 pwm=0.135 sysload=0.57 cputime=3520.787 memavail=657764 print_time=89629.151 buffer_time=2.495 print_stall=86 extruder: target=260 temp=259.4 pwm=0.330 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90413.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39562201 bytes_read=26079664 bytes_retransmit=9 bytes_invalid=0 send_seq=842522 receive_seq=842522 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=4341 freq=64001154 CB1: temp=45.7 Manta: temp=44.2 chamber: temp=40.8 sd_pos=1456214 heater_bed: target=110 temp=110.2 pwm=0.166 sysload=0.57 cputime=3521.182 memavail=657532 print_time=89630.172 buffer_time=2.516 print_stall=86 extruder: target=260 temp=259.2 pwm=0.872 | |
Stats 90414.5: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39565458 bytes_read=26080404 bytes_retransmit=9 bytes_invalid=0 send_seq=842582 receive_seq=842582 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=3679 freq=64001151 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.8 sd_pos=1456751 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.57 cputime=3521.303 memavail=657504 print_time=89630.853 buffer_time=2.195 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90415.6: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39572651 bytes_read=26081513 bytes_retransmit=9 bytes_invalid=0 send_seq=842704 receive_seq=842704 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6178 freq=64001153 CB1: temp=46.3 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1460399 heater_bed: target=110 temp=110.2 pwm=0.166 sysload=0.57 cputime=3521.600 memavail=657540 print_time=89632.547 buffer_time=2.822 print_stall=86 extruder: target=260 temp=259.3 pwm=0.000 | |
Stats 90416.6: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39577805 bytes_read=26082424 bytes_retransmit=9 bytes_invalid=0 send_seq=842795 receive_seq=842795 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=3104 freq=64001155 CB1: temp=45.8 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1460669 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.57 cputime=3521.712 memavail=657780 print_time=89633.162 buffer_time=2.435 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
Stats 90417.6: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39582932 bytes_read=26083373 bytes_retransmit=9 bytes_invalid=0 send_seq=842888 receive_seq=842888 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=2137 freq=64001153 CB1: temp=45.6 Manta: temp=44.0 chamber: temp=40.8 sd_pos=1461954 heater_bed: target=110 temp=110.1 pwm=0.215 sysload=0.61 cputime=3521.889 memavail=657608 print_time=89634.028 buffer_time=2.300 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90418.6: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39588788 bytes_read=26084328 bytes_retransmit=9 bytes_invalid=0 send_seq=842988 receive_seq=842988 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=1657 freq=64001151 CB1: temp=46.3 Manta: temp=44.1 chamber: temp=40.9 sd_pos=1463312 heater_bed: target=110 temp=110.1 pwm=0.164 sysload=0.61 cputime=3522.280 memavail=658496 print_time=89634.838 buffer_time=2.106 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90419.7: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39593201 bytes_read=26085232 bytes_retransmit=9 bytes_invalid=0 send_seq=843069 receive_seq=843069 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=5226 freq=64001153 CB1: temp=46.7 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1465916 heater_bed: target=110 temp=110.1 pwm=0.164 sysload=0.61 cputime=3522.901 memavail=657968 print_time=89636.252 buffer_time=2.353 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90420.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39599646 bytes_read=26086222 bytes_retransmit=9 bytes_invalid=0 send_seq=843179 receive_seq=843179 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=3557 freq=64001152 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1467072 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.61 cputime=3523.093 memavail=658024 print_time=89636.922 buffer_time=2.022 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90421.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39605731 bytes_read=26087247 bytes_retransmit=9 bytes_invalid=0 send_seq=843284 receive_seq=843284 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=4940 freq=64001150 CB1: temp=46.7 Manta: temp=44.0 chamber: temp=40.9 sd_pos=1468913 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.61 cputime=3523.307 memavail=658024 print_time=89637.975 buffer_time=2.073 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90422.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39612398 bytes_read=26088272 bytes_retransmit=9 bytes_invalid=0 send_seq=843398 receive_seq=843398 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=5134 freq=64001149 CB1: temp=46.2 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1469642 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.64 cputime=3523.486 memavail=657972 print_time=89639.004 buffer_time=2.101 print_stall=86 extruder: target=260 temp=259.8 pwm=0.000 | |
Stats 90423.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39619844 bytes_read=26089347 bytes_retransmit=9 bytes_invalid=0 send_seq=843525 receive_seq=843525 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=5066 freq=64001150 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1470555 heater_bed: target=110 temp=110.0 pwm=0.169 sysload=0.64 cputime=3523.692 memavail=657532 print_time=89640.262 buffer_time=2.358 print_stall=86 extruder: target=260 temp=260.1 pwm=0.935 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90424.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39626254 bytes_read=26090381 bytes_retransmit=9 bytes_invalid=0 send_seq=843635 receive_seq=843635 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=3546 freq=64001152 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=40.9 sd_pos=1471400 heater_bed: target=110 temp=109.9 pwm=0.252 sysload=0.64 cputime=3523.886 memavail=657488 print_time=89641.207 buffer_time=2.302 print_stall=86 extruder: target=260 temp=259.9 pwm=0.190 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90425.8: gcodein=0 mcu: mcu_awake=0.063 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39632033 bytes_read=26091336 bytes_retransmit=9 bytes_invalid=0 send_seq=843735 receive_seq=843735 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=6158 freq=64001153 CB1: temp=46.0 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1473366 heater_bed: target=110 temp=109.9 pwm=0.161 sysload=0.64 cputime=3524.203 memavail=657312 print_time=89642.682 buffer_time=2.777 print_stall=86 extruder: target=260 temp=260.1 pwm=0.603 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90426.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39637412 bytes_read=26092257 bytes_retransmit=9 bytes_invalid=0 send_seq=843828 receive_seq=843828 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=7427 freq=64001150 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=40.9 sd_pos=1475405 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.64 cputime=3524.412 memavail=657312 print_time=89643.638 buffer_time=2.732 print_stall=86 extruder: target=260 temp=260.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90427.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39643003 bytes_read=26093221 bytes_retransmit=9 bytes_invalid=0 send_seq=843925 receive_seq=843924 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=7015 freq=64001161 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=40.9 sd_pos=1477063 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.67 cputime=3524.595 memavail=657064 print_time=89644.481 buffer_time=2.574 print_stall=86 extruder: target=260 temp=260.2 pwm=0.924 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90428.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39649454 bytes_read=26094231 bytes_retransmit=9 bytes_invalid=0 send_seq=844035 receive_seq=844035 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=7878 freq=64001161 CB1: temp=46.2 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1478941 heater_bed: target=110 temp=109.9 pwm=0.186 sysload=0.67 cputime=3524.845 memavail=657064 print_time=89645.585 buffer_time=2.677 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90429.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39655583 bytes_read=26095191 bytes_retransmit=9 bytes_invalid=0 send_seq=844139 receive_seq=844139 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=4096 freq=64001161 CB1: temp=46.3 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1479307 heater_bed: target=110 temp=109.9 pwm=0.186 sysload=0.67 cputime=3524.986 memavail=657064 print_time=89645.944 buffer_time=2.035 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90430.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39662597 bytes_read=26096265 bytes_retransmit=9 bytes_invalid=0 send_seq=844257 receive_seq=844257 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=3622 freq=64001160 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.0 sd_pos=1480258 heater_bed: target=110 temp=110.0 pwm=0.105 sysload=0.67 cputime=3525.181 memavail=657064 print_time=89647.022 buffer_time=2.113 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90431.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39668770 bytes_read=26097261 bytes_retransmit=9 bytes_invalid=0 send_seq=844362 receive_seq=844362 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=11 upcoming_bytes=3324 freq=64001161 CB1: temp=46.2 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1481182 heater_bed: target=110 temp=109.9 pwm=0.239 sysload=0.67 cputime=3525.360 memavail=657064 print_time=89648.043 buffer_time=2.133 print_stall=86 extruder: target=260 temp=259.7 pwm=0.416 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90432.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39675107 bytes_read=26098241 bytes_retransmit=9 bytes_invalid=0 send_seq=844470 receive_seq=844470 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=4012 freq=64001158 CB1: temp=46.1 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1481940 heater_bed: target=110 temp=109.9 pwm=0.239 sysload=0.70 cputime=3525.566 memavail=657068 print_time=89649.082 buffer_time=2.172 print_stall=86 extruder: target=260 temp=259.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90433.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39680315 bytes_read=26099200 bytes_retransmit=9 bytes_invalid=0 send_seq=844565 receive_seq=844565 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=8250 freq=64001157 CB1: temp=46.3 Manta: temp=43.3 chamber: temp=40.9 sd_pos=1483830 heater_bed: target=110 temp=109.9 pwm=0.239 sysload=0.70 cputime=3525.786 memavail=657068 print_time=89650.669 buffer_time=2.755 print_stall=86 extruder: target=260 temp=260.1 pwm=0.603 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90434.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39687270 bytes_read=26100245 bytes_retransmit=9 bytes_invalid=0 send_seq=844683 receive_seq=844683 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=4855 freq=64001158 CB1: temp=46.3 Manta: temp=43.7 chamber: temp=40.9 sd_pos=1485106 heater_bed: target=110 temp=110.0 pwm=0.152 sysload=0.70 cputime=3526.012 memavail=656592 print_time=89651.206 buffer_time=2.291 print_stall=86 extruder: target=260 temp=260.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90435.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39693167 bytes_read=26101190 bytes_retransmit=9 bytes_invalid=0 send_seq=844784 receive_seq=844784 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=7303 freq=64001154 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1488298 heater_bed: target=110 temp=110.0 pwm=0.152 sysload=0.70 cputime=3526.281 memavail=656592 print_time=89652.482 buffer_time=2.528 print_stall=86 extruder: target=260 temp=259.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90436.8: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39700019 bytes_read=26102285 bytes_retransmit=9 bytes_invalid=0 send_seq=844903 receive_seq=844903 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=6018 freq=64001151 CB1: temp=46.0 Manta: temp=44.0 chamber: temp=40.9 sd_pos=1489956 heater_bed: target=110 temp=110.0 pwm=0.152 sysload=0.70 cputime=3526.477 memavail=656340 print_time=89653.272 buffer_time=2.318 print_stall=86 extruder: target=260 temp=258.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90437.8: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39706892 bytes_read=26103320 bytes_retransmit=9 bytes_invalid=0 send_seq=845019 receive_seq=845019 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=5704 freq=64001154 CB1: temp=46.0 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1492099 heater_bed: target=110 temp=110.0 pwm=0.152 sysload=0.64 cputime=3526.715 memavail=656340 print_time=89654.259 buffer_time=2.304 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
Stats 90438.8: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39713463 bytes_read=26104315 bytes_retransmit=9 bytes_invalid=0 send_seq=845130 receive_seq=845130 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=4693 freq=64001155 CB1: temp=45.9 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1493729 heater_bed: target=110 temp=110.0 pwm=0.152 sysload=0.64 cputime=3526.990 memavail=656088 print_time=89655.571 buffer_time=2.605 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90439.8: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39720002 bytes_read=26105359 bytes_retransmit=9 bytes_invalid=0 send_seq=845242 receive_seq=845242 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=4634 freq=64001152 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=40.9 sd_pos=1495503 heater_bed: target=110 temp=110.0 pwm=0.165 sysload=0.64 cputime=3527.387 memavail=655604 print_time=89656.528 buffer_time=2.561 print_stall=86 extruder: target=260 temp=259.5 pwm=0.108 | |
Stats 90440.8: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39723915 bytes_read=26106154 bytes_retransmit=9 bytes_invalid=0 send_seq=845310 receive_seq=845310 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=4802 freq=64001155 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=40.8 sd_pos=1496895 heater_bed: target=110 temp=110.0 pwm=0.220 sysload=0.64 cputime=3527.570 memavail=656060 print_time=89657.156 buffer_time=2.189 print_stall=86 extruder: target=260 temp=259.5 pwm=0.330 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90441.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39729820 bytes_read=26107145 bytes_retransmit=9 bytes_invalid=0 send_seq=845417 receive_seq=845417 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=5914 freq=64001155 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1499007 heater_bed: target=110 temp=110.0 pwm=0.170 sysload=0.64 cputime=3527.780 memavail=656380 print_time=89658.717 buffer_time=2.750 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
Stats 90442.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39736686 bytes_read=26108198 bytes_retransmit=9 bytes_invalid=0 send_seq=845533 receive_seq=845533 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=2092 freq=64001154 CB1: temp=45.7 Manta: temp=43.3 chamber: temp=40.9 sd_pos=1499927 heater_bed: target=110 temp=110.0 pwm=0.200 sysload=0.59 cputime=3527.920 memavail=656156 print_time=89659.197 buffer_time=2.229 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90443.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39739996 bytes_read=26108929 bytes_retransmit=9 bytes_invalid=0 send_seq=845591 receive_seq=845591 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=5848 freq=64001156 CB1: temp=46.1 Manta: temp=44.3 chamber: temp=40.9 sd_pos=1502446 heater_bed: target=110 temp=110.0 pwm=0.200 sysload=0.59 cputime=3528.131 memavail=656356 print_time=89660.864 buffer_time=2.895 print_stall=86 extruder: target=260 temp=259.3 pwm=0.888 | |
Stats 90444.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=39746658 bytes_read=26109967 bytes_retransmit=9 bytes_invalid=0 send_seq=845705 receive_seq=845705 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2179 freq=64001160 CB1: temp=46.6 Manta: temp=43.3 chamber: temp=41.0 sd_pos=1503251 heater_bed: target=110 temp=110.0 pwm=0.200 sysload=0.59 cputime=3528.359 memavail=656408 print_time=89661.275 buffer_time=2.273 print_stall=86 extruder: target=260 temp=259.3 pwm=0.348 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90445.9: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39749911 bytes_read=26110709 bytes_retransmit=9 bytes_invalid=0 send_seq=845762 receive_seq=845762 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=3693 freq=64001161 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1504660 heater_bed: target=110 temp=110.0 pwm=0.200 sysload=0.59 cputime=3528.808 memavail=655904 print_time=89662.096 buffer_time=2.093 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90446.9: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39756017 bytes_read=26111684 bytes_retransmit=9 bytes_invalid=0 send_seq=845870 receive_seq=845870 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=3046 freq=64001157 CB1: temp=46.3 Manta: temp=43.4 chamber: temp=41.0 sd_pos=1506376 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.59 cputime=3529.282 memavail=655416 print_time=89663.039 buffer_time=2.036 print_stall=86 extruder: target=260 temp=259.2 pwm=0.789 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90447.9: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39762189 bytes_read=26112698 bytes_retransmit=9 bytes_invalid=0 send_seq=845976 receive_seq=845976 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=5647 freq=64001154 CB1: temp=46.4 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1508256 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.54 cputime=3529.523 memavail=655424 print_time=89664.303 buffer_time=2.298 print_stall=86 extruder: target=260 temp=258.8 pwm=1.000 | |
Stats 90448.9: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39768244 bytes_read=26113673 bytes_retransmit=9 bytes_invalid=0 send_seq=846080 receive_seq=846080 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=5453 freq=64001153 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=41.0 sd_pos=1508978 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.54 cputime=3529.708 memavail=655184 print_time=89665.310 buffer_time=2.304 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90449.9: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39775399 bytes_read=26114728 bytes_retransmit=9 bytes_invalid=0 send_seq=846203 receive_seq=846203 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=6762 freq=64001149 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=41.0 sd_pos=1511696 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.54 cputime=3530.001 memavail=655432 print_time=89666.770 buffer_time=2.763 print_stall=86 extruder: target=260 temp=259.6 pwm=0.544 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90450.9: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39781204 bytes_read=26115733 bytes_retransmit=9 bytes_invalid=0 send_seq=846304 receive_seq=846304 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=7536 freq=64001151 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=41.0 sd_pos=1513385 heater_bed: target=110 temp=110.0 pwm=0.149 sysload=0.54 cputime=3530.277 memavail=655468 print_time=89667.822 buffer_time=2.814 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90451.9: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39786660 bytes_read=26116658 bytes_retransmit=9 bytes_invalid=0 send_seq=846398 receive_seq=846398 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=4700 freq=64001150 CB1: temp=46.1 Manta: temp=43.7 chamber: temp=41.0 sd_pos=1513785 heater_bed: target=110 temp=110.0 pwm=0.149 sysload=0.54 cputime=3530.393 memavail=655244 print_time=89668.258 buffer_time=2.250 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90452.9: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39793269 bytes_read=26117668 bytes_retransmit=9 bytes_invalid=0 send_seq=846512 receive_seq=846512 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=5805 freq=64001147 CB1: temp=45.5 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1516287 heater_bed: target=110 temp=110.0 pwm=0.149 sysload=0.58 cputime=3530.665 memavail=655512 print_time=89669.398 buffer_time=2.389 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90453.9: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39799819 bytes_read=26118712 bytes_retransmit=9 bytes_invalid=0 send_seq=846624 receive_seq=846624 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=3653 freq=64001145 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=40.9 sd_pos=1517300 heater_bed: target=110 temp=110.1 pwm=0.149 sysload=0.58 cputime=3530.856 memavail=656028 print_time=89670.046 buffer_time=2.036 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90454.9: gcodein=0 mcu: mcu_awake=0.075 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39806025 bytes_read=26119697 bytes_retransmit=9 bytes_invalid=0 send_seq=846730 receive_seq=846730 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=4036 freq=64001147 CB1: temp=45.7 Manta: temp=44.0 chamber: temp=41.0 sd_pos=1518331 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.58 cputime=3531.067 memavail=655820 print_time=89671.188 buffer_time=2.178 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90455.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39812458 bytes_read=26120698 bytes_retransmit=9 bytes_invalid=0 send_seq=846839 receive_seq=846839 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=3860 freq=64001151 CB1: temp=45.8 Manta: temp=43.5 chamber: temp=40.9 sd_pos=1519424 heater_bed: target=110 temp=110.1 pwm=0.162 sysload=0.58 cputime=3531.257 memavail=655084 print_time=89672.406 buffer_time=2.395 print_stall=86 extruder: target=260 temp=259.9 pwm=0.960 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90456.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39818204 bytes_read=26121677 bytes_retransmit=9 bytes_invalid=0 send_seq=846938 receive_seq=846938 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=3828 freq=64001150 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=41.0 sd_pos=1520122 heater_bed: target=110 temp=110.1 pwm=0.150 sysload=0.58 cputime=3531.447 memavail=655336 print_time=89673.377 buffer_time=2.366 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90457.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39823369 bytes_read=26122577 bytes_retransmit=9 bytes_invalid=0 send_seq=847027 receive_seq=847027 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=4586 freq=64001149 CB1: temp=45.8 Manta: temp=43.4 chamber: temp=41.0 sd_pos=1520875 heater_bed: target=110 temp=110.0 pwm=0.150 sysload=0.61 cputime=3531.658 memavail=655112 print_time=89674.333 buffer_time=2.321 print_stall=86 extruder: target=260 temp=259.7 pwm=0.862 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90458.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39829528 bytes_read=26123542 bytes_retransmit=9 bytes_invalid=0 send_seq=847132 receive_seq=847132 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=28 upcoming_bytes=4771 freq=64001149 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1521811 heater_bed: target=110 temp=110.0 pwm=0.150 sysload=0.61 cputime=3531.879 memavail=655112 print_time=89675.336 buffer_time=2.321 print_stall=86 extruder: target=260 temp=260.0 pwm=0.408 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90459.9: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39835297 bytes_read=26124546 bytes_retransmit=9 bytes_invalid=0 send_seq=847236 receive_seq=847236 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=3258 freq=64001147 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1522608 heater_bed: target=110 temp=110.0 pwm=0.212 sysload=0.61 cputime=3532.025 memavail=655368 print_time=89676.159 buffer_time=2.141 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90460.9: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39841847 bytes_read=26125572 bytes_retransmit=9 bytes_invalid=0 send_seq=847347 receive_seq=847347 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=7822 freq=64001147 CB1: temp=45.7 Manta: temp=44.3 chamber: temp=41.0 sd_pos=1525617 heater_bed: target=110 temp=110.0 pwm=0.206 sysload=0.61 cputime=3532.351 memavail=654888 print_time=89677.782 buffer_time=2.742 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90461.9: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39847302 bytes_read=26126493 bytes_retransmit=9 bytes_invalid=0 send_seq=847441 receive_seq=847441 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=6427 freq=64001148 CB1: temp=46.5 Manta: temp=43.8 chamber: temp=41.0 sd_pos=1527343 heater_bed: target=110 temp=110.0 pwm=0.206 sysload=0.61 cputime=3532.545 memavail=654776 print_time=89678.391 buffer_time=2.350 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90462.9: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39853795 bytes_read=26127547 bytes_retransmit=9 bytes_invalid=0 send_seq=847555 receive_seq=847555 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=4743 freq=64001149 CB1: temp=47.0 Manta: temp=43.2 chamber: temp=41.0 sd_pos=1528920 heater_bed: target=110 temp=110.0 pwm=0.155 sysload=0.72 cputime=3532.751 memavail=654528 print_time=89679.109 buffer_time=2.068 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90463.9: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39860870 bytes_read=26128612 bytes_retransmit=9 bytes_invalid=0 send_seq=847677 receive_seq=847677 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=5647 freq=64001151 CB1: temp=46.1 Manta: temp=43.4 chamber: temp=40.9 sd_pos=1532159 heater_bed: target=110 temp=110.1 pwm=0.144 sysload=0.72 cputime=3533.021 memavail=654276 print_time=89680.395 buffer_time=2.353 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
Stats 90464.9: gcodein=0 mcu: mcu_awake=0.069 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=39867369 bytes_read=26129612 bytes_retransmit=9 bytes_invalid=0 send_seq=847789 receive_seq=847789 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=1884 freq=64001155 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=41.0 sd_pos=1532466 heater_bed: target=110 temp=110.0 pwm=0.159 sysload=0.72 cputime=3533.164 memavail=654276 print_time=89681.047 buffer_time=2.005 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
Stats 90465.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39873312 bytes_read=26130622 bytes_retransmit=9 bytes_invalid=0 send_seq=847891 receive_seq=847891 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=1373 freq=64001153 CB1: temp=46.0 Manta: temp=43.6 chamber: temp=41.0 sd_pos=1534275 heater_bed: target=110 temp=110.0 pwm=0.159 sysload=0.72 cputime=3533.603 memavail=653784 print_time=89682.074 buffer_time=2.031 print_stall=86 extruder: target=260 temp=260.9 pwm=0.330 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90466.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39877983 bytes_read=26131482 bytes_retransmit=9 bytes_invalid=0 send_seq=847972 receive_seq=847972 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=4120 freq=64001150 CB1: temp=46.5 Manta: temp=43.6 chamber: temp=40.9 sd_pos=1536760 heater_bed: target=110 temp=109.9 pwm=0.230 sysload=0.72 cputime=3533.858 memavail=653784 print_time=89683.507 buffer_time=2.463 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
Stats 90467.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39883373 bytes_read=26132397 bytes_retransmit=9 bytes_invalid=0 send_seq=848067 receive_seq=848067 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=2965 freq=64001149 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.0 sd_pos=1538190 heater_bed: target=110 temp=110.0 pwm=0.176 sysload=0.66 cputime=3534.047 memavail=653868 print_time=89684.275 buffer_time=2.230 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90468.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39890239 bytes_read=26133466 bytes_retransmit=9 bytes_invalid=0 send_seq=848184 receive_seq=848184 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=2185 freq=64001147 CB1: temp=45.9 Manta: temp=44.2 chamber: temp=41.0 sd_pos=1540599 heater_bed: target=110 temp=109.9 pwm=0.176 sysload=0.66 cputime=3534.244 memavail=653644 print_time=89685.196 buffer_time=2.151 print_stall=86 extruder: target=260 temp=260.9 pwm=0.225 | |
Stats 90469.9: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39893999 bytes_read=26134281 bytes_retransmit=9 bytes_invalid=0 send_seq=848256 receive_seq=848256 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=3879 freq=64001144 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=41.0 sd_pos=1542068 heater_bed: target=110 temp=109.9 pwm=0.183 sysload=0.66 cputime=3534.426 memavail=653924 print_time=89686.671 buffer_time=2.624 print_stall=86 extruder: target=260 temp=261.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90470.9: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39900581 bytes_read=26135302 bytes_retransmit=9 bytes_invalid=0 send_seq=848369 receive_seq=848369 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=1346 freq=64001145 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=41.0 sd_pos=1543105 heater_bed: target=110 temp=109.9 pwm=0.183 sysload=0.66 cputime=3534.648 memavail=653488 print_time=89687.190 buffer_time=2.143 print_stall=86 extruder: target=260 temp=260.7 pwm=0.239 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90472.0: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39904379 bytes_read=26136141 bytes_retransmit=9 bytes_invalid=0 send_seq=848437 receive_seq=848437 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=4386 freq=64001147 CB1: temp=46.9 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1545369 heater_bed: target=110 temp=109.9 pwm=0.183 sysload=0.66 cputime=3535.251 memavail=653776 print_time=89688.347 buffer_time=2.157 print_stall=86 extruder: target=260 temp=260.5 pwm=0.906 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90473.0: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39910743 bytes_read=26137155 bytes_retransmit=9 bytes_invalid=0 send_seq=848546 receive_seq=848546 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=5403 freq=64001149 CB1: temp=46.8 Manta: temp=44.5 chamber: temp=41.0 sd_pos=1547105 heater_bed: target=110 temp=109.9 pwm=0.183 sysload=0.69 cputime=3535.656 memavail=653836 print_time=89689.561 buffer_time=2.371 print_stall=86 extruder: target=260 temp=260.7 pwm=0.237 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90474.0: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39916955 bytes_read=26138155 bytes_retransmit=9 bytes_invalid=0 send_seq=848652 receive_seq=848652 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=4713 freq=64001156 CB1: temp=46.8 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1548333 heater_bed: target=110 temp=109.9 pwm=0.246 sysload=0.69 cputime=3535.824 memavail=653584 print_time=89690.277 buffer_time=2.087 print_stall=86 extruder: target=260 temp=260.7 pwm=0.229 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90475.0: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39922888 bytes_read=26139110 bytes_retransmit=9 bytes_invalid=0 send_seq=848755 receive_seq=848755 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=9918 freq=64001156 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=41.0 sd_pos=1549927 heater_bed: target=110 temp=109.9 pwm=0.246 sysload=0.69 cputime=3536.095 memavail=654096 print_time=89691.877 buffer_time=2.686 print_stall=86 extruder: target=260 temp=260.5 pwm=0.358 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90476.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39930725 bytes_read=26140255 bytes_retransmit=9 bytes_invalid=0 send_seq=848887 receive_seq=848887 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=7929 freq=64001156 CB1: temp=47.1 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1550923 heater_bed: target=110 temp=109.9 pwm=0.176 sysload=0.69 cputime=3536.292 memavail=653664 print_time=89692.726 buffer_time=2.535 print_stall=86 extruder: target=260 temp=260.8 pwm=0.548 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90477.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39937894 bytes_read=26141340 bytes_retransmit=9 bytes_invalid=0 send_seq=849010 receive_seq=849010 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=52 upcoming_bytes=8385 freq=64001159 CB1: temp=46.8 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1552908 heater_bed: target=110 temp=109.9 pwm=0.176 sysload=0.69 cputime=3536.532 memavail=654452 print_time=89693.853 buffer_time=2.661 print_stall=86 extruder: target=260 temp=260.5 pwm=0.459 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90478.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39945032 bytes_read=26142380 bytes_retransmit=9 bytes_invalid=0 send_seq=849130 receive_seq=849130 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=8088 freq=64001158 CB1: temp=46.5 Manta: temp=43.5 chamber: temp=41.0 sd_pos=1554824 heater_bed: target=110 temp=109.9 pwm=0.176 sysload=0.72 cputime=3536.813 memavail=654520 print_time=89694.873 buffer_time=2.680 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90479.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39951566 bytes_read=26143409 bytes_retransmit=9 bytes_invalid=0 send_seq=849242 receive_seq=849242 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=8585 freq=64001157 CB1: temp=46.3 Manta: temp=43.8 chamber: temp=41.0 sd_pos=1556438 heater_bed: target=110 temp=109.9 pwm=0.191 sysload=0.72 cputime=3537.027 memavail=654776 print_time=89695.887 buffer_time=2.694 print_stall=86 extruder: target=260 temp=260.6 pwm=0.562 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90480.0: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=39958593 bytes_read=26144474 bytes_retransmit=9 bytes_invalid=0 send_seq=849361 receive_seq=849361 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=9130 freq=64001157 CB1: temp=46.0 Manta: temp=43.6 chamber: temp=41.0 sd_pos=1559582 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.72 cputime=3537.320 memavail=654288 print_time=89696.998 buffer_time=2.804 print_stall=86 extruder: target=260 temp=260.1 pwm=0.701 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90481.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39965275 bytes_read=26145495 bytes_retransmit=9 bytes_invalid=0 send_seq=849474 receive_seq=849474 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=7143 freq=64001154 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1560333 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.72 cputime=3537.485 memavail=654316 print_time=89697.710 buffer_time=2.515 print_stall=86 extruder: target=260 temp=260.6 pwm=0.560 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90482.0: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39972097 bytes_read=26146544 bytes_retransmit=9 bytes_invalid=0 send_seq=849590 receive_seq=849590 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=7513 freq=64001151 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=41.1 sd_pos=1561477 heater_bed: target=110 temp=110.0 pwm=0.139 sysload=0.72 cputime=3537.697 memavail=654064 print_time=89698.666 buffer_time=2.470 print_stall=86 extruder: target=260 temp=260.2 pwm=0.916 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90483.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39979321 bytes_read=26147639 bytes_retransmit=9 bytes_invalid=0 send_seq=849715 receive_seq=849715 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=9870 freq=64001150 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=41.1 sd_pos=1563360 heater_bed: target=110 temp=110.0 pwm=0.193 sysload=0.66 cputime=3537.942 memavail=654068 print_time=89699.990 buffer_time=2.732 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90484.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39986269 bytes_read=26148669 bytes_retransmit=9 bytes_invalid=0 send_seq=849833 receive_seq=849833 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=6375 freq=64001148 CB1: temp=46.1 Manta: temp=43.6 chamber: temp=41.1 sd_pos=1564604 heater_bed: target=110 temp=110.0 pwm=0.193 sysload=0.66 cputime=3538.135 memavail=653564 print_time=89700.485 buffer_time=2.226 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90485.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=39993672 bytes_read=26149778 bytes_retransmit=9 bytes_invalid=0 send_seq=849958 receive_seq=849958 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=7710 freq=64001145 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1567675 heater_bed: target=110 temp=109.9 pwm=0.193 sysload=0.66 cputime=3538.401 memavail=653564 print_time=89701.825 buffer_time=2.566 print_stall=86 extruder: target=260 temp=260.6 pwm=0.994 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90486.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40000896 bytes_read=26150859 bytes_retransmit=9 bytes_invalid=0 send_seq=850080 receive_seq=850080 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=5838 freq=64001146 CB1: temp=46.6 Manta: temp=44.3 chamber: temp=41.0 sd_pos=1569440 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.66 cputime=3538.605 memavail=653064 print_time=89702.581 buffer_time=2.321 print_stall=86 extruder: target=260 temp=260.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90487.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40007591 bytes_read=26151884 bytes_retransmit=9 bytes_invalid=0 send_seq=850197 receive_seq=850197 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=5179 freq=64001143 CB1: temp=45.6 Manta: temp=44.0 chamber: temp=41.1 sd_pos=1571332 heater_bed: target=110 temp=109.9 pwm=0.270 sysload=0.66 cputime=3538.817 memavail=653064 print_time=89703.499 buffer_time=2.238 print_stall=86 extruder: target=260 temp=260.1 pwm=0.702 | |
Stats 90488.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40014182 bytes_read=26152928 bytes_retransmit=9 bytes_invalid=0 send_seq=850310 receive_seq=850309 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=4218 freq=64001140 CB1: temp=45.6 Manta: temp=44.1 chamber: temp=41.0 sd_pos=1572976 heater_bed: target=110 temp=109.9 pwm=0.199 sysload=0.69 cputime=3539.090 memavail=653328 print_time=89704.806 buffer_time=2.545 print_stall=86 extruder: target=260 temp=260.3 pwm=0.904 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90489.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40020513 bytes_read=26153928 bytes_retransmit=9 bytes_invalid=0 send_seq=850418 receive_seq=850418 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=4281 freq=64001143 CB1: temp=45.9 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1574772 heater_bed: target=110 temp=109.9 pwm=0.255 sysload=0.69 cputime=3539.479 memavail=653328 print_time=89705.759 buffer_time=2.497 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
Stats 90490.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40024080 bytes_read=26154688 bytes_retransmit=9 bytes_invalid=0 send_seq=850482 receive_seq=850482 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=42 upcoming_bytes=4038 freq=64001146 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=41.0 sd_pos=1575940 heater_bed: target=110 temp=109.9 pwm=0.255 sysload=0.69 cputime=3539.648 memavail=653104 print_time=89706.290 buffer_time=2.028 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90491.1: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40030404 bytes_read=26155733 bytes_retransmit=9 bytes_invalid=0 send_seq=850591 receive_seq=850591 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=5672 freq=64001144 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=41.1 sd_pos=1578333 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.69 cputime=3539.890 memavail=652628 print_time=89707.975 buffer_time=2.712 print_stall=86 extruder: target=260 temp=260.7 pwm=0.769 | |
Stats 90492.1: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40037286 bytes_read=26156768 bytes_retransmit=9 bytes_invalid=0 send_seq=850707 receive_seq=850707 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=1861 freq=64001145 CB1: temp=46.0 Manta: temp=44.0 chamber: temp=41.1 sd_pos=1579255 heater_bed: target=110 temp=110.0 pwm=0.198 sysload=0.69 cputime=3540.030 memavail=652892 print_time=89708.455 buffer_time=2.191 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90493.1: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40040580 bytes_read=26157508 bytes_retransmit=9 bytes_invalid=0 send_seq=850767 receive_seq=850767 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=5621 freq=64001143 CB1: temp=45.8 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1581785 heater_bed: target=110 temp=110.0 pwm=0.126 sysload=0.63 cputime=3540.248 memavail=652692 print_time=89710.124 buffer_time=2.859 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
Stats 90494.1: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40047086 bytes_read=26158537 bytes_retransmit=9 bytes_invalid=0 send_seq=850877 receive_seq=850876 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=2240 freq=64001146 CB1: temp=46.7 Manta: temp=44.4 chamber: temp=41.1 sd_pos=1582663 heater_bed: target=110 temp=110.1 pwm=0.126 sysload=0.63 cputime=3540.488 memavail=652720 print_time=89710.543 buffer_time=2.274 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90495.1: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40050372 bytes_read=26159297 bytes_retransmit=9 bytes_invalid=0 send_seq=850937 receive_seq=850937 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3854 freq=64001144 CB1: temp=47.0 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1584070 heater_bed: target=110 temp=110.1 pwm=0.190 sysload=0.63 cputime=3540.919 memavail=652984 print_time=89711.389 buffer_time=2.119 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90496.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40056421 bytes_read=26160293 bytes_retransmit=9 bytes_invalid=0 send_seq=851045 receive_seq=851045 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=2894 freq=64001142 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1585323 heater_bed: target=110 temp=110.1 pwm=0.135 sysload=0.63 cputime=3541.374 memavail=653796 print_time=89712.284 buffer_time=2.013 print_stall=86 extruder: target=260 temp=261.2 pwm=0.504 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90497.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40062695 bytes_read=26161317 bytes_retransmit=9 bytes_invalid=0 send_seq=851153 receive_seq=851153 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=8298 freq=64001139 CB1: temp=46.9 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1587850 heater_bed: target=110 temp=110.1 pwm=0.135 sysload=0.63 cputime=3541.651 memavail=653800 print_time=89713.959 buffer_time=2.688 print_stall=86 extruder: target=260 temp=260.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90498.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40068529 bytes_read=26162277 bytes_retransmit=9 bytes_invalid=0 send_seq=851254 receive_seq=851254 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=8563 freq=64001141 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.1 sd_pos=1588857 heater_bed: target=110 temp=110.1 pwm=0.203 sysload=0.58 cputime=3541.851 memavail=653548 print_time=89714.851 buffer_time=2.579 print_stall=86 extruder: target=260 temp=261.3 pwm=0.712 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90499.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40076136 bytes_read=26163367 bytes_retransmit=9 bytes_invalid=0 send_seq=851384 receive_seq=851384 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=8410 freq=64001140 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=41.1 sd_pos=1590895 heater_bed: target=110 temp=110.1 pwm=0.141 sysload=0.58 cputime=3542.091 memavail=653548 print_time=89715.988 buffer_time=2.715 print_stall=86 extruder: target=260 temp=260.9 pwm=0.952 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90500.1: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40083489 bytes_read=26164481 bytes_retransmit=9 bytes_invalid=0 send_seq=851510 receive_seq=851510 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7625 freq=64001140 CB1: temp=46.2 Manta: temp=44.6 chamber: temp=41.1 sd_pos=1592570 heater_bed: target=110 temp=110.1 pwm=0.201 sysload=0.58 cputime=3542.385 memavail=653328 print_time=89716.953 buffer_time=2.680 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90501.1: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40089568 bytes_read=26165472 bytes_retransmit=9 bytes_invalid=0 send_seq=851614 receive_seq=851614 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=8381 freq=64001140 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=41.1 sd_pos=1594282 heater_bed: target=110 temp=110.0 pwm=0.252 sysload=0.58 cputime=3542.650 memavail=653292 print_time=89717.960 buffer_time=2.685 print_stall=86 extruder: target=260 temp=261.2 pwm=0.711 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90502.1: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40096452 bytes_read=26166497 bytes_retransmit=9 bytes_invalid=0 send_seq=851731 receive_seq=851731 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=8707 freq=64001140 CB1: temp=45.8 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1597081 heater_bed: target=110 temp=110.0 pwm=0.193 sysload=0.58 cputime=3542.910 memavail=653832 print_time=89719.034 buffer_time=2.759 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90503.1: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40103243 bytes_read=26167561 bytes_retransmit=9 bytes_invalid=0 send_seq=851847 receive_seq=851847 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=7647 freq=64001140 CB1: temp=46.2 Manta: temp=43.5 chamber: temp=41.1 sd_pos=1597902 heater_bed: target=110 temp=110.0 pwm=0.244 sysload=0.61 cputime=3543.086 memavail=653848 print_time=89719.887 buffer_time=2.611 print_stall=86 extruder: target=260 temp=260.9 pwm=0.401 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90504.1: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40109909 bytes_read=26168576 bytes_retransmit=9 bytes_invalid=0 send_seq=851959 receive_seq=851959 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=6273 freq=64001142 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=41.1 sd_pos=1598642 heater_bed: target=110 temp=110.0 pwm=0.244 sysload=0.61 cputime=3543.271 memavail=653848 print_time=89720.612 buffer_time=2.335 print_stall=86 extruder: target=260 temp=260.5 pwm=0.871 | |
Stats 90505.1: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40116536 bytes_read=26169590 bytes_retransmit=9 bytes_invalid=0 send_seq=852071 receive_seq=852071 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=4787 freq=64001141 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=41.1 sd_pos=1599092 heater_bed: target=110 temp=109.9 pwm=0.244 sysload=0.61 cputime=3543.427 memavail=653848 print_time=89721.359 buffer_time=2.081 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90506.1: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=40123368 bytes_read=26170666 bytes_retransmit=9 bytes_invalid=0 send_seq=852186 receive_seq=852186 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=7457 freq=64001147 CB1: temp=46.0 Manta: temp=44.2 chamber: temp=41.1 sd_pos=1601939 heater_bed: target=110 temp=110.0 pwm=0.159 sysload=0.61 cputime=3543.745 memavail=653472 print_time=89722.697 buffer_time=2.418 print_stall=86 extruder: target=260 temp=260.8 pwm=0.191 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90507.1: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=40130159 bytes_read=26171681 bytes_retransmit=9 bytes_invalid=0 send_seq=852301 receive_seq=852301 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=6757 freq=64001150 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.1 sd_pos=1602855 heater_bed: target=110 temp=110.0 pwm=0.159 sysload=0.61 cputime=3543.916 memavail=653224 print_time=89723.500 buffer_time=2.220 print_stall=86 extruder: target=260 temp=260.1 pwm=0.791 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90508.1: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=40137428 bytes_read=26172750 bytes_retransmit=9 bytes_invalid=0 send_seq=852424 receive_seq=852424 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=7797 freq=64001148 CB1: temp=46.3 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1606171 heater_bed: target=110 temp=110.0 pwm=0.159 sysload=0.56 cputime=3544.230 memavail=653008 print_time=89724.825 buffer_time=2.544 print_stall=86 extruder: target=260 temp=260.3 pwm=0.117 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90509.1: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=40144791 bytes_read=26173859 bytes_retransmit=9 bytes_invalid=0 send_seq=852549 receive_seq=852549 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=4952 freq=64001149 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.2 sd_pos=1608345 heater_bed: target=110 temp=110.1 pwm=0.159 sysload=0.56 cputime=3544.432 memavail=653500 print_time=89725.511 buffer_time=2.230 print_stall=86 extruder: target=260 temp=260.0 pwm=0.577 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90510.1: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000036 mcu_task_stddev=0.000041 bytes_write=40151188 bytes_read=26174826 bytes_retransmit=9 bytes_invalid=0 send_seq=852657 receive_seq=852657 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=4696 freq=64001152 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=41.0 sd_pos=1609689 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.56 cputime=3544.629 memavail=653552 print_time=89726.775 buffer_time=2.493 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
Stats 90511.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=40157645 bytes_read=26175841 bytes_retransmit=9 bytes_invalid=0 send_seq=852769 receive_seq=852769 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=2546 freq=64001153 CB1: temp=45.8 Manta: temp=44.5 chamber: temp=41.1 sd_pos=1611230 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.56 cputime=3544.876 memavail=653312 print_time=89727.537 buffer_time=2.255 print_stall=86 extruder: target=260 temp=260.0 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90512.1: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=40163895 bytes_read=26176855 bytes_retransmit=9 bytes_invalid=0 send_seq=852878 receive_seq=852878 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2866 freq=64001150 CB1: temp=46.5 Manta: temp=43.4 chamber: temp=41.1 sd_pos=1613521 heater_bed: target=110 temp=110.1 pwm=0.186 sysload=0.56 cputime=3545.280 memavail=653584 print_time=89728.554 buffer_time=2.272 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
Stats 90513.2: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=40167770 bytes_read=26177647 bytes_retransmit=9 bytes_invalid=0 send_seq=852951 receive_seq=852951 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=5325 freq=64001149 CB1: temp=46.1 Manta: temp=43.2 chamber: temp=41.1 sd_pos=1615430 heater_bed: target=110 temp=110.0 pwm=0.245 sysload=0.52 cputime=3545.497 memavail=653616 print_time=89730.003 buffer_time=2.679 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90514.2: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=40174396 bytes_read=26178692 bytes_retransmit=9 bytes_invalid=0 send_seq=853064 receive_seq=853064 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=6 upcoming_bytes=4770 freq=64001150 CB1: temp=46.0 Manta: temp=44.5 chamber: temp=41.2 sd_pos=1617717 heater_bed: target=110 temp=110.0 pwm=0.245 sysload=0.52 cputime=3545.698 memavail=654124 print_time=89730.931 buffer_time=2.607 print_stall=86 extruder: target=260 temp=260.3 pwm=0.000 | |
Stats 90515.2: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=40178685 bytes_read=26179522 bytes_retransmit=9 bytes_invalid=0 send_seq=853139 receive_seq=853139 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=2521 freq=64001148 CB1: temp=46.4 Manta: temp=44.0 chamber: temp=41.1 sd_pos=1617986 heater_bed: target=110 temp=110.0 pwm=0.168 sysload=0.52 cputime=3545.812 memavail=654576 print_time=89731.543 buffer_time=2.218 print_stall=86 extruder: target=260 temp=259.5 pwm=0.943 | |
Stats 90516.2: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40184717 bytes_read=26180518 bytes_retransmit=9 bytes_invalid=0 send_seq=853247 receive_seq=853247 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=607 freq=64001147 CB1: temp=46.0 Manta: temp=43.8 chamber: temp=41.1 sd_pos=1619260 heater_bed: target=110 temp=110.0 pwm=0.231 sysload=0.52 cputime=3545.977 memavail=654884 print_time=89732.403 buffer_time=2.077 print_stall=86 extruder: target=260 temp=260.0 pwm=0.469 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90517.2: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40189801 bytes_read=26181460 bytes_retransmit=9 bytes_invalid=0 send_seq=853335 receive_seq=853335 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4006 freq=64001152 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=41.2 sd_pos=1622076 heater_bed: target=110 temp=110.0 pwm=0.149 sysload=0.52 cputime=3546.537 memavail=653904 print_time=89733.746 buffer_time=2.381 print_stall=86 extruder: target=260 temp=260.7 pwm=0.000 | |
Stats 90518.2: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40193929 bytes_read=26182295 bytes_retransmit=9 bytes_invalid=0 send_seq=853411 receive_seq=853411 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=4786 freq=64001152 CB1: temp=46.6 Manta: temp=43.3 chamber: temp=41.2 sd_pos=1623258 heater_bed: target=110 temp=110.0 pwm=0.149 sysload=0.72 cputime=3546.988 memavail=653952 print_time=89734.636 buffer_time=2.271 print_stall=86 extruder: target=260 temp=260.1 pwm=0.458 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90519.2: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40200548 bytes_read=26183304 bytes_retransmit=9 bytes_invalid=0 send_seq=853523 receive_seq=853522 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=7933 freq=64001153 CB1: temp=46.4 Manta: temp=43.6 chamber: temp=41.2 sd_pos=1625873 heater_bed: target=110 temp=110.1 pwm=0.149 sysload=0.72 cputime=3547.245 memavail=653952 print_time=89736.022 buffer_time=2.641 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90520.2: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40206626 bytes_read=26184314 bytes_retransmit=9 bytes_invalid=0 send_seq=853627 receive_seq=853627 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=8688 freq=64001151 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1627296 heater_bed: target=110 temp=110.1 pwm=0.149 sysload=0.72 cputime=3547.415 memavail=654460 print_time=89736.877 buffer_time=2.496 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 90521.2: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=40213312 bytes_read=26185340 bytes_retransmit=9 bytes_invalid=0 send_seq=853741 receive_seq=853741 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=5180 freq=64001147 CB1: temp=46.3 Manta: temp=44.3 chamber: temp=41.1 sd_pos=1627737 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.72 cputime=3547.539 memavail=654460 print_time=89737.439 buffer_time=2.056 print_stall=86 extruder: target=260 temp=260.3 pwm=0.555 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90522.2: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=40221414 bytes_read=26186469 bytes_retransmit=9 bytes_invalid=0 send_seq=853877 receive_seq=853876 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=2679 freq=64001150 CB1: temp=46.3 Manta: temp=43.9 chamber: temp=41.2 sd_pos=1628811 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.72 cputime=3547.703 memavail=654476 print_time=89738.487 buffer_time=2.104 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90523.2: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=40227197 bytes_read=26187454 bytes_retransmit=9 bytes_invalid=0 send_seq=853976 receive_seq=853976 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=4494 freq=64001148 CB1: temp=46.6 Manta: temp=44.1 chamber: temp=41.1 sd_pos=1630875 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.66 cputime=3547.915 memavail=654928 print_time=89739.760 buffer_time=2.376 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90524.2: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=40232510 bytes_read=26188354 bytes_retransmit=9 bytes_invalid=0 send_seq=854068 receive_seq=854068 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=7228 freq=64001147 CB1: temp=46.2 Manta: temp=44.5 chamber: temp=41.2 sd_pos=1633687 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.66 cputime=3548.179 memavail=654984 print_time=89740.916 buffer_time=2.531 print_stall=86 extruder: target=260 temp=260.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90525.2: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000043 bytes_write=40238446 bytes_read=26189328 bytes_retransmit=9 bytes_invalid=0 send_seq=854172 receive_seq=854172 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=5404 freq=64001146 CB1: temp=46.5 Manta: temp=44.5 chamber: temp=41.2 sd_pos=1634555 heater_bed: target=110 temp=110.0 pwm=0.138 sysload=0.66 cputime=3548.367 memavail=654520 print_time=89741.476 buffer_time=2.091 print_stall=86 extruder: target=260 temp=260.2 pwm=0.340 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90526.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40245783 bytes_read=26190449 bytes_retransmit=9 bytes_invalid=0 send_seq=854296 receive_seq=854296 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=8986 freq=64001146 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=41.2 sd_pos=1637643 heater_bed: target=110 temp=110.1 pwm=0.138 sysload=0.66 cputime=3548.679 memavail=654772 print_time=89743.181 buffer_time=2.795 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90527.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40252767 bytes_read=26191500 bytes_retransmit=9 bytes_invalid=0 send_seq=854416 receive_seq=854416 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=8498 freq=64001147 CB1: temp=45.7 Manta: temp=43.5 chamber: temp=41.1 sd_pos=1639705 heater_bed: target=110 temp=110.1 pwm=0.115 sysload=0.66 cputime=3548.926 memavail=655480 print_time=89744.115 buffer_time=2.728 print_stall=86 extruder: target=260 temp=260.3 pwm=0.764 | |
Stats 90528.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40259189 bytes_read=26192514 bytes_retransmit=9 bytes_invalid=0 send_seq=854525 receive_seq=854525 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=34 upcoming_bytes=5834 freq=64001148 CB1: temp=46.5 Manta: temp=43.8 chamber: temp=41.2 sd_pos=1639984 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3549.052 memavail=655296 print_time=89744.690 buffer_time=2.302 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90529.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40266397 bytes_read=26193599 bytes_retransmit=9 bytes_invalid=0 send_seq=854648 receive_seq=854648 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=4543 freq=64001145 CB1: temp=46.6 Manta: temp=44.3 chamber: temp=41.2 sd_pos=1640677 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3549.201 memavail=655296 print_time=89745.655 buffer_time=2.267 print_stall=86 extruder: target=260 temp=260.5 pwm=0.100 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90530.2: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40273089 bytes_read=26194604 bytes_retransmit=9 bytes_invalid=0 send_seq=854762 receive_seq=854761 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=5271 freq=64001142 CB1: temp=46.3 Manta: temp=43.4 chamber: temp=41.1 sd_pos=1641628 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3549.361 memavail=655056 print_time=89746.779 buffer_time=2.391 print_stall=86 extruder: target=260 temp=260.1 pwm=0.892 | |
Stats 90531.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40279005 bytes_read=26195609 bytes_retransmit=9 bytes_invalid=0 send_seq=854865 receive_seq=854865 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=3715 freq=64001144 CB1: temp=46.2 Manta: temp=44.2 chamber: temp=41.2 sd_pos=1641994 heater_bed: target=110 temp=110.1 pwm=0.166 sysload=0.61 cputime=3549.497 memavail=654564 print_time=89747.628 buffer_time=2.239 print_stall=86 extruder: target=260 temp=260.6 pwm=0.306 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90532.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40285630 bytes_read=26196639 bytes_retransmit=9 bytes_invalid=0 send_seq=854977 receive_seq=854977 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7860 freq=64001143 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=41.2 sd_pos=1644844 heater_bed: target=110 temp=110.1 pwm=0.182 sysload=0.61 cputime=3549.735 memavail=654788 print_time=89749.289 buffer_time=2.900 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90533.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40291132 bytes_read=26197554 bytes_retransmit=9 bytes_invalid=0 send_seq=855072 receive_seq=855072 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=7964 freq=64001144 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=41.2 sd_pos=1645443 heater_bed: target=110 temp=110.1 pwm=0.164 sysload=0.56 cputime=3549.876 memavail=655352 print_time=89749.968 buffer_time=2.577 print_stall=86 extruder: target=260 temp=259.8 pwm=1.000 | |
Stats 90534.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40296340 bytes_read=26198488 bytes_retransmit=9 bytes_invalid=0 send_seq=855165 receive_seq=855165 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=7154 freq=64001144 CB1: temp=46.3 Manta: temp=43.7 chamber: temp=41.2 sd_pos=1645809 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.56 cputime=3549.996 memavail=655316 print_time=89750.732 buffer_time=2.340 print_stall=86 extruder: target=260 temp=259.9 pwm=0.683 | |
Stats 90535.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40304676 bytes_read=26199658 bytes_retransmit=9 bytes_invalid=0 send_seq=855305 receive_seq=855305 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=4560 freq=64001143 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=41.2 sd_pos=1646348 heater_bed: target=110 temp=110.0 pwm=0.172 sysload=0.56 cputime=3550.140 memavail=655152 print_time=89751.679 buffer_time=2.287 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
Stats 90536.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40311654 bytes_read=26200714 bytes_retransmit=9 bytes_invalid=0 send_seq=855425 receive_seq=855425 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=3665 freq=64001145 CB1: temp=45.7 Manta: temp=44.1 chamber: temp=41.2 sd_pos=1646914 heater_bed: target=110 temp=110.0 pwm=0.172 sysload=0.56 cputime=3550.275 memavail=655152 print_time=89752.627 buffer_time=2.234 print_stall=86 extruder: target=260 temp=259.8 pwm=0.151 | |
Stats 90537.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40317043 bytes_read=26201643 bytes_retransmit=9 bytes_invalid=0 send_seq=855517 receive_seq=855517 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=4247 freq=64001148 CB1: temp=45.7 Manta: temp=44.4 chamber: temp=41.2 sd_pos=1647484 heater_bed: target=110 temp=110.0 pwm=0.172 sysload=0.56 cputime=3550.403 memavail=655152 print_time=89753.595 buffer_time=2.201 print_stall=86 extruder: target=260 temp=259.6 pwm=0.168 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90538.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40323519 bytes_read=26202668 bytes_retransmit=9 bytes_invalid=0 send_seq=855628 receive_seq=855628 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=5804 freq=64001148 CB1: temp=45.8 Manta: temp=44.4 chamber: temp=41.2 sd_pos=1648803 heater_bed: target=110 temp=110.0 pwm=0.162 sysload=0.51 cputime=3550.578 memavail=655152 print_time=89754.758 buffer_time=2.363 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
Stats 90539.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40329621 bytes_read=26203633 bytes_retransmit=9 bytes_invalid=0 send_seq=855733 receive_seq=855733 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=46 upcoming_bytes=3494 freq=64001149 CB1: temp=46.0 Manta: temp=43.4 chamber: temp=41.2 sd_pos=1649044 heater_bed: target=110 temp=109.9 pwm=0.216 sysload=0.51 cputime=3550.701 memavail=655152 print_time=89755.559 buffer_time=2.164 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90540.2: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40336349 bytes_read=26204672 bytes_retransmit=9 bytes_invalid=0 send_seq=855847 receive_seq=855847 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5389 freq=64001151 CB1: temp=45.4 Manta: temp=44.4 chamber: temp=41.2 sd_pos=1650519 heater_bed: target=110 temp=110.0 pwm=0.216 sysload=0.51 cputime=3550.911 memavail=655152 print_time=89756.841 buffer_time=2.445 print_stall=86 extruder: target=260 temp=259.1 pwm=0.531 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90541.3: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40342053 bytes_read=26205653 bytes_retransmit=9 bytes_invalid=0 send_seq=855946 receive_seq=855946 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=8 upcoming_bytes=6063 freq=64001152 CB1: temp=46.1 Manta: temp=43.9 chamber: temp=41.2 sd_pos=1651984 heater_bed: target=110 temp=109.9 pwm=0.216 sysload=0.51 cputime=3551.087 memavail=655408 print_time=89757.954 buffer_time=2.542 print_stall=86 extruder: target=260 temp=259.3 pwm=0.198 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90542.3: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40348054 bytes_read=26206628 bytes_retransmit=9 bytes_invalid=0 send_seq=856053 receive_seq=856053 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4452 freq=64001152 CB1: temp=45.6 Manta: temp=44.1 chamber: temp=41.3 sd_pos=1652677 heater_bed: target=110 temp=109.9 pwm=0.157 sysload=0.51 cputime=3551.264 memavail=656436 print_time=89758.562 buffer_time=2.149 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
Stats 90543.3: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40354590 bytes_read=26207677 bytes_retransmit=9 bytes_invalid=0 send_seq=856166 receive_seq=856166 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3081 freq=64001150 CB1: temp=45.8 Manta: temp=44.3 chamber: temp=41.2 sd_pos=1653115 heater_bed: target=110 temp=110.0 pwm=0.185 sysload=0.63 cputime=3551.410 memavail=656468 print_time=89759.811 buffer_time=2.397 print_stall=86 extruder: target=260 temp=258.7 pwm=0.355 | |
Stats 90544.3: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40360970 bytes_read=26208677 bytes_retransmit=9 bytes_invalid=0 send_seq=856275 receive_seq=856275 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=2922 freq=64001148 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=41.2 sd_pos=1653779 heater_bed: target=110 temp=110.0 pwm=0.185 sysload=0.63 cputime=3551.557 memavail=656720 print_time=89760.851 buffer_time=2.436 print_stall=86 extruder: target=260 temp=258.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90545.3: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40365457 bytes_read=26209502 bytes_retransmit=9 bytes_invalid=0 send_seq=856352 receive_seq=856352 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5371 freq=64001149 CB1: temp=45.4 Manta: temp=44.3 chamber: temp=41.3 sd_pos=1655619 heater_bed: target=110 temp=110.1 pwm=0.107 sysload=0.63 cputime=3551.732 memavail=657184 print_time=89761.781 buffer_time=2.366 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90546.3: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40370480 bytes_read=26210442 bytes_retransmit=9 bytes_invalid=0 send_seq=856440 receive_seq=856440 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=8397 freq=64001151 CB1: temp=45.5 Manta: temp=43.5 chamber: temp=41.2 sd_pos=1657451 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.63 cputime=3551.938 memavail=657240 print_time=89762.743 buffer_time=2.327 print_stall=86 extruder: target=260 temp=258.7 pwm=0.793 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90547.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40378515 bytes_read=26211567 bytes_retransmit=9 bytes_invalid=0 send_seq=856574 receive_seq=856574 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=9567 freq=64001153 CB1: temp=46.1 Manta: temp=44.4 chamber: temp=41.3 sd_pos=1660896 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.66 cputime=3552.312 memavail=657692 print_time=89764.073 buffer_time=2.559 print_stall=86 extruder: target=260 temp=258.3 pwm=0.607 | |
Stats 90548.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40387259 bytes_read=26212781 bytes_retransmit=9 bytes_invalid=0 send_seq=856720 receive_seq=856720 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5696 freq=64001155 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.2 sd_pos=1662530 heater_bed: target=110 temp=109.9 pwm=0.186 sysload=0.66 cputime=3552.731 memavail=657020 print_time=89764.777 buffer_time=2.263 print_stall=86 extruder: target=260 temp=258.1 pwm=0.629 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90549.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40393830 bytes_read=26213796 bytes_retransmit=9 bytes_invalid=0 send_seq=856832 receive_seq=856832 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=28 upcoming_bytes=5130 freq=64001154 CB1: temp=46.3 Manta: temp=43.6 chamber: temp=41.3 sd_pos=1663546 heater_bed: target=110 temp=109.9 pwm=0.186 sysload=0.66 cputime=3552.929 memavail=656264 print_time=89766.093 buffer_time=2.577 print_stall=86 extruder: target=260 temp=258.2 pwm=0.000 | |
Stats 90550.4: gcodein=0 mcu: mcu_awake=0.066 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40400544 bytes_read=26214811 bytes_retransmit=9 bytes_invalid=0 send_seq=856947 receive_seq=856947 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=2692 freq=64001151 CB1: temp=46.4 Manta: temp=43.7 chamber: temp=41.2 sd_pos=1664978 heater_bed: target=110 temp=109.9 pwm=0.196 sysload=0.66 cputime=3553.106 memavail=656276 print_time=89766.709 buffer_time=2.193 print_stall=86 extruder: target=260 temp=258.1 pwm=0.740 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90551.4: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40404778 bytes_read=26215676 bytes_retransmit=9 bytes_invalid=0 send_seq=857020 receive_seq=857020 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=5417 freq=64001151 CB1: temp=46.9 Manta: temp=44.4 chamber: temp=41.2 sd_pos=1667138 heater_bed: target=110 temp=109.8 pwm=0.274 sysload=0.66 cputime=3553.311 memavail=656528 print_time=89768.267 buffer_time=2.749 print_stall=86 extruder: target=260 temp=258.1 pwm=0.858 | |
Stats 90552.4: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40411006 bytes_read=26216681 bytes_retransmit=9 bytes_invalid=0 send_seq=857130 receive_seq=857130 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=3804 freq=64001153 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=41.2 sd_pos=1669701 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.61 cputime=3553.495 memavail=656288 print_time=89769.029 buffer_time=2.511 print_stall=86 extruder: target=260 temp=258.1 pwm=1.000 | |
Stats 90553.4: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40414456 bytes_read=26217426 bytes_retransmit=9 bytes_invalid=0 send_seq=857191 receive_seq=857191 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=2484 freq=64001155 CB1: temp=45.7 Manta: temp=44.3 chamber: temp=41.3 sd_pos=1669968 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.61 cputime=3553.604 memavail=657016 print_time=89769.652 buffer_time=2.133 print_stall=86 extruder: target=260 temp=257.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90554.4: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40420937 bytes_read=26218460 bytes_retransmit=9 bytes_invalid=0 send_seq=857302 receive_seq=857301 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=1718 freq=64001157 CB1: temp=45.3 Manta: temp=43.7 chamber: temp=41.2 sd_pos=1672215 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.61 cputime=3553.818 memavail=656820 print_time=89770.701 buffer_time=2.181 print_stall=86 extruder: target=260 temp=258.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90555.4: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40425578 bytes_read=26219320 bytes_retransmit=9 bytes_invalid=0 send_seq=857382 receive_seq=857382 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4368 freq=64001157 CB1: temp=45.7 Manta: temp=44.3 chamber: temp=41.3 sd_pos=1674546 heater_bed: target=110 temp=109.8 pwm=0.267 sysload=0.61 cputime=3554.392 memavail=656824 print_time=89771.935 buffer_time=2.385 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90556.4: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40430646 bytes_read=26220149 bytes_retransmit=9 bytes_invalid=0 send_seq=857471 receive_seq=857471 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=4180 freq=64001155 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=41.3 sd_pos=1675826 heater_bed: target=110 temp=109.8 pwm=0.267 sysload=0.61 cputime=3554.842 memavail=656824 print_time=89772.810 buffer_time=2.259 print_stall=86 extruder: target=260 temp=258.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90557.4: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40436836 bytes_read=26221168 bytes_retransmit=9 bytes_invalid=0 send_seq=857578 receive_seq=857578 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3628 freq=64001153 CB1: temp=46.6 Manta: temp=43.4 chamber: temp=41.3 sd_pos=1677403 heater_bed: target=110 temp=109.8 pwm=0.204 sysload=0.56 cputime=3555.028 memavail=656756 print_time=89773.624 buffer_time=2.073 print_stall=86 extruder: target=260 temp=259.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90558.4: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40442666 bytes_read=26222118 bytes_retransmit=9 bytes_invalid=0 send_seq=857677 receive_seq=857677 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=6534 freq=64001150 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1681252 heater_bed: target=110 temp=109.9 pwm=0.204 sysload=0.56 cputime=3555.357 memavail=659804 print_time=89775.028 buffer_time=2.477 print_stall=86 extruder: target=260 temp=258.5 pwm=0.729 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90559.4: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40449154 bytes_read=26223113 bytes_retransmit=9 bytes_invalid=0 send_seq=857789 receive_seq=857788 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=5258 freq=64001146 CB1: temp=46.1 Manta: temp=43.9 chamber: temp=41.3 sd_pos=1682622 heater_bed: target=110 temp=109.8 pwm=0.204 sysload=0.56 cputime=3555.533 memavail=659804 print_time=89775.723 buffer_time=2.171 print_stall=86 extruder: target=260 temp=258.5 pwm=0.948 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90560.4: gcodein=0 mcu: mcu_awake=0.060 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40455676 bytes_read=26224167 bytes_retransmit=9 bytes_invalid=0 send_seq=857902 receive_seq=857902 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=11 upcoming_bytes=5858 freq=64001143 CB1: temp=46.0 Manta: temp=44.0 chamber: temp=41.3 sd_pos=1684281 heater_bed: target=110 temp=109.8 pwm=0.268 sysload=0.56 cputime=3555.709 memavail=659652 print_time=89776.722 buffer_time=2.169 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90561.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40462818 bytes_read=26225233 bytes_retransmit=9 bytes_invalid=0 send_seq=858021 receive_seq=858021 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=2748 freq=64001147 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1684820 heater_bed: target=110 temp=109.8 pwm=0.260 sysload=0.56 cputime=3555.849 memavail=659456 print_time=89777.582 buffer_time=2.029 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90562.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40470216 bytes_read=26226288 bytes_retransmit=9 bytes_invalid=0 send_seq=858144 receive_seq=858144 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=2886 freq=64001149 CB1: temp=46.5 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1686423 heater_bed: target=110 temp=109.8 pwm=0.260 sysload=0.68 cputime=3556.041 memavail=659460 print_time=89778.560 buffer_time=2.004 print_stall=86 extruder: target=260 temp=259.1 pwm=0.367 | |
Stats 90563.4: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40474762 bytes_read=26227177 bytes_retransmit=9 bytes_invalid=0 send_seq=858225 receive_seq=858225 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3904 freq=64001152 CB1: temp=46.2 Manta: temp=44.4 chamber: temp=41.3 sd_pos=1687502 heater_bed: target=110 temp=109.8 pwm=0.260 sysload=0.68 cputime=3556.197 memavail=659460 print_time=89779.607 buffer_time=2.049 print_stall=86 extruder: target=260 temp=259.1 pwm=0.374 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90564.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40482693 bytes_read=26228361 bytes_retransmit=9 bytes_invalid=0 send_seq=858362 receive_seq=858362 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=9122 freq=64001151 CB1: temp=46.5 Manta: temp=43.7 chamber: temp=41.3 sd_pos=1691886 heater_bed: target=110 temp=109.9 pwm=0.260 sysload=0.68 cputime=3556.620 memavail=659460 print_time=89781.624 buffer_time=2.912 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
Stats 90565.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40488545 bytes_read=26229321 bytes_retransmit=9 bytes_invalid=0 send_seq=858464 receive_seq=858463 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6421 freq=64001149 CB1: temp=46.5 Manta: temp=44.5 chamber: temp=41.4 sd_pos=1692127 heater_bed: target=110 temp=109.9 pwm=0.261 sysload=0.68 cputime=3556.737 memavail=659464 print_time=89782.055 buffer_time=2.343 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90566.6: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40495632 bytes_read=26230382 bytes_retransmit=9 bytes_invalid=0 send_seq=858584 receive_seq=858584 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=5088 freq=64001148 CB1: temp=46.1 Manta: temp=43.9 chamber: temp=41.3 sd_pos=1692942 heater_bed: target=110 temp=109.9 pwm=0.217 sysload=0.68 cputime=3556.895 memavail=659464 print_time=89782.957 buffer_time=2.243 print_stall=86 extruder: target=260 temp=258.9 pwm=0.280 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90567.6: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40502457 bytes_read=26231441 bytes_retransmit=9 bytes_invalid=0 send_seq=858699 receive_seq=858699 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=3932 freq=64001149 CB1: temp=45.3 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1694616 heater_bed: target=110 temp=110.0 pwm=0.217 sysload=0.62 cputime=3557.105 memavail=659592 print_time=89783.807 buffer_time=2.094 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90568.6: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40508857 bytes_read=26232451 bytes_retransmit=9 bytes_invalid=0 send_seq=858810 receive_seq=858810 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5947 freq=64001147 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1697062 heater_bed: target=110 temp=110.0 pwm=0.153 sysload=0.62 cputime=3557.372 memavail=659596 print_time=89784.998 buffer_time=2.283 print_stall=86 extruder: target=260 temp=259.7 pwm=0.112 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90569.6: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40515350 bytes_read=26233446 bytes_retransmit=9 bytes_invalid=0 send_seq=858922 receive_seq=858921 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=0 upcoming_bytes=4851 freq=64001144 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=41.3 sd_pos=1698156 heater_bed: target=110 temp=110.0 pwm=0.209 sysload=0.62 cputime=3557.543 memavail=659596 print_time=89785.759 buffer_time=2.043 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
Stats 90570.6: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40522547 bytes_read=26234556 bytes_retransmit=9 bytes_invalid=0 send_seq=859044 receive_seq=859044 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=4291 freq=64001148 CB1: temp=45.6 Manta: temp=43.9 chamber: temp=41.3 sd_pos=1698846 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.62 cputime=3557.700 memavail=659372 print_time=89786.967 buffer_time=2.252 print_stall=86 extruder: target=260 temp=259.7 pwm=0.010 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90571.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40530014 bytes_read=26235672 bytes_retransmit=9 bytes_invalid=0 send_seq=859173 receive_seq=859173 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=3440 freq=64001146 CB1: temp=45.5 Manta: temp=43.6 chamber: temp=41.4 sd_pos=1700014 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.62 cputime=3557.892 memavail=659604 print_time=89788.408 buffer_time=2.640 print_stall=86 extruder: target=260 temp=259.5 pwm=0.676 | |
Stats 90572.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40535233 bytes_read=26236557 bytes_retransmit=9 bytes_invalid=0 send_seq=859262 receive_seq=859262 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=1232 freq=64001148 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=41.3 sd_pos=1700495 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.73 cputime=3558.010 memavail=659400 print_time=89788.924 buffer_time=2.156 print_stall=86 extruder: target=260 temp=259.5 pwm=0.243 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90573.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40538810 bytes_read=26237356 bytes_retransmit=9 bytes_invalid=0 send_seq=859325 receive_seq=859325 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=7569 freq=64001150 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.3 sd_pos=1702977 heater_bed: target=110 temp=110.1 pwm=0.151 sysload=0.73 cputime=3558.227 memavail=659860 print_time=89790.373 buffer_time=2.604 print_stall=86 extruder: target=260 temp=259.3 pwm=0.801 | |
Stats 90574.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40544551 bytes_read=26238336 bytes_retransmit=9 bytes_invalid=0 send_seq=859430 receive_seq=859430 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=6117 freq=64001151 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=41.4 sd_pos=1703521 heater_bed: target=110 temp=110.1 pwm=0.204 sysload=0.73 cputime=3558.366 memavail=659920 print_time=89791.088 buffer_time=2.319 print_stall=86 extruder: target=260 temp=259.1 pwm=0.700 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90575.6: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40551406 bytes_read=26239361 bytes_retransmit=9 bytes_invalid=0 send_seq=859547 receive_seq=859547 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=5912 freq=64001150 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1704644 heater_bed: target=110 temp=110.1 pwm=0.204 sysload=0.73 cputime=3558.522 memavail=659920 print_time=89792.260 buffer_time=2.490 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
Stats 90576.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40559171 bytes_read=26240519 bytes_retransmit=9 bytes_invalid=0 send_seq=859680 receive_seq=859680 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=2303 freq=64001148 CB1: temp=45.8 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1705034 heater_bed: target=110 temp=110.0 pwm=0.204 sysload=0.73 cputime=3558.640 memavail=659920 print_time=89793.015 buffer_time=2.244 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
Stats 90577.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40563665 bytes_read=26241374 bytes_retransmit=9 bytes_invalid=0 send_seq=859763 receive_seq=859763 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=2795 freq=64001149 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=41.3 sd_pos=1705609 heater_bed: target=110 temp=110.1 pwm=0.144 sysload=0.75 cputime=3558.761 memavail=659920 print_time=89793.980 buffer_time=2.209 print_stall=86 extruder: target=260 temp=259.5 pwm=0.259 | |
Stats 90578.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40569803 bytes_read=26242316 bytes_retransmit=9 bytes_invalid=0 send_seq=859866 receive_seq=859866 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=2109 freq=64001151 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=41.3 sd_pos=1706167 heater_bed: target=110 temp=110.2 pwm=0.118 sysload=0.75 cputime=3558.881 memavail=659700 print_time=89794.938 buffer_time=2.166 print_stall=86 extruder: target=260 temp=259.5 pwm=0.245 | |
Stats 90579.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40574682 bytes_read=26243219 bytes_retransmit=9 bytes_invalid=0 send_seq=859953 receive_seq=859953 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=2734 freq=64001151 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=41.3 sd_pos=1706739 heater_bed: target=110 temp=110.2 pwm=0.113 sysload=0.75 cputime=3559.005 memavail=659700 print_time=89795.908 buffer_time=2.136 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90580.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40580512 bytes_read=26244169 bytes_retransmit=9 bytes_invalid=0 send_seq=860054 receive_seq=860054 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7264 freq=64001153 CB1: temp=45.8 Manta: temp=44.3 chamber: temp=41.3 sd_pos=1709458 heater_bed: target=110 temp=110.2 pwm=0.113 sysload=0.75 cputime=3559.235 memavail=659700 print_time=89797.447 buffer_time=2.674 print_stall=86 extruder: target=260 temp=259.1 pwm=0.171 | |
Stats 90581.6: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40586002 bytes_read=26245105 bytes_retransmit=9 bytes_invalid=0 send_seq=860150 receive_seq=860150 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=4499 freq=64001148 CB1: temp=45.6 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1709591 heater_bed: target=110 temp=110.2 pwm=0.113 sysload=0.75 cputime=3559.337 memavail=659700 print_time=89797.856 buffer_time=2.082 print_stall=86 extruder: target=260 temp=258.5 pwm=1.000 | |
Stats 90582.6: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40592441 bytes_read=26246139 bytes_retransmit=9 bytes_invalid=0 send_seq=860260 receive_seq=860260 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=36 upcoming_bytes=3570 freq=64001149 CB1: temp=45.9 Manta: temp=44.1 chamber: temp=41.3 sd_pos=1710207 heater_bed: target=110 temp=110.2 pwm=0.170 sysload=0.69 cputime=3559.487 memavail=659464 print_time=89799.109 buffer_time=2.334 print_stall=86 extruder: target=260 temp=258.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90583.6: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40599579 bytes_read=26247209 bytes_retransmit=9 bytes_invalid=0 send_seq=860383 receive_seq=860383 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=5299 freq=64001147 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=41.4 sd_pos=1711367 heater_bed: target=110 temp=110.2 pwm=0.170 sysload=0.69 cputime=3559.655 memavail=659464 print_time=89800.373 buffer_time=2.596 print_stall=86 extruder: target=260 temp=258.0 pwm=1.000 | |
Stats 90584.6: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40603796 bytes_read=26248034 bytes_retransmit=9 bytes_invalid=0 send_seq=860460 receive_seq=860460 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4494 freq=64001146 CB1: temp=46.3 Manta: temp=44.3 chamber: temp=41.3 sd_pos=1711637 heater_bed: target=110 temp=110.2 pwm=0.170 sysload=0.69 cputime=3559.755 memavail=659240 print_time=89800.892 buffer_time=2.115 print_stall=86 extruder: target=260 temp=258.1 pwm=0.369 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90585.6: gcodein=0 mcu: mcu_awake=0.064 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40610042 bytes_read=26249083 bytes_retransmit=9 bytes_invalid=0 send_seq=860570 receive_seq=860570 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=4912 freq=64001146 CB1: temp=45.7 Manta: temp=43.4 chamber: temp=41.3 sd_pos=1712996 heater_bed: target=110 temp=110.1 pwm=0.170 sysload=0.69 cputime=3559.938 memavail=659748 print_time=89801.812 buffer_time=2.034 print_stall=86 extruder: target=260 temp=257.8 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90586.6: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40617004 bytes_read=26250129 bytes_retransmit=9 bytes_invalid=0 send_seq=860688 receive_seq=860688 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7579 freq=64001147 CB1: temp=45.5 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1716425 heater_bed: target=110 temp=110.1 pwm=0.167 sysload=0.69 cputime=3560.255 memavail=659536 print_time=89803.143 buffer_time=2.364 print_stall=86 extruder: target=260 temp=257.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90587.6: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40624154 bytes_read=26251193 bytes_retransmit=9 bytes_invalid=0 send_seq=860810 receive_seq=860810 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=5948 freq=64001145 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=41.3 sd_pos=1717290 heater_bed: target=110 temp=110.1 pwm=0.224 sysload=0.80 cputime=3560.424 memavail=659536 print_time=89803.819 buffer_time=2.040 print_stall=86 extruder: target=260 temp=257.3 pwm=0.869 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90588.6: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40631853 bytes_read=26252328 bytes_retransmit=9 bytes_invalid=0 send_seq=860940 receive_seq=860940 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=6595 freq=64001143 CB1: temp=46.2 Manta: temp=44.4 chamber: temp=41.3 sd_pos=1720595 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.80 cputime=3560.713 memavail=659060 print_time=89805.155 buffer_time=2.375 print_stall=86 extruder: target=260 temp=257.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90589.6: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40639129 bytes_read=26253383 bytes_retransmit=9 bytes_invalid=0 send_seq=861063 receive_seq=861063 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=4050 freq=64001144 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=41.3 sd_pos=1722778 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.80 cputime=3560.903 memavail=659092 print_time=89805.890 buffer_time=2.110 print_stall=86 extruder: target=260 temp=257.4 pwm=0.867 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90590.6: gcodein=0 mcu: mcu_awake=0.072 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40645041 bytes_read=26254342 bytes_retransmit=9 bytes_invalid=0 send_seq=861164 receive_seq=861164 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=18 upcoming_bytes=3779 freq=64001142 CB1: temp=46.0 Manta: temp=44.2 chamber: temp=41.3 sd_pos=1723774 heater_bed: target=110 temp=110.0 pwm=0.224 sysload=0.80 cputime=3561.082 memavail=659096 print_time=89807.038 buffer_time=2.257 print_stall=86 extruder: target=260 temp=257.6 pwm=0.216 | |
Stats 90591.6: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40651878 bytes_read=26255418 bytes_retransmit=9 bytes_invalid=0 send_seq=861279 receive_seq=861279 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=1231 freq=64001144 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1725331 heater_bed: target=110 temp=110.1 pwm=0.133 sysload=0.80 cputime=3561.345 memavail=658848 print_time=89807.793 buffer_time=2.011 print_stall=86 extruder: target=260 temp=257.8 pwm=0.203 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90592.6: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40657158 bytes_read=26256318 bytes_retransmit=9 bytes_invalid=0 send_seq=861371 receive_seq=861371 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=2528 freq=64001143 CB1: temp=45.9 Manta: temp=44.1 chamber: temp=41.3 sd_pos=1727635 heater_bed: target=110 temp=110.1 pwm=0.186 sysload=0.73 cputime=3561.776 memavail=658628 print_time=89808.819 buffer_time=2.037 print_stall=86 extruder: target=260 temp=258.2 pwm=0.393 | |
Stats 90593.6: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40661886 bytes_read=26257202 bytes_retransmit=9 bytes_invalid=0 send_seq=861457 receive_seq=861457 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=4213 freq=64001140 CB1: temp=46.6 Manta: temp=44.4 chamber: temp=41.4 sd_pos=1729558 heater_bed: target=110 temp=110.1 pwm=0.158 sysload=0.73 cputime=3562.005 memavail=658628 print_time=89810.273 buffer_time=2.491 print_stall=86 extruder: target=260 temp=258.3 pwm=0.817 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90594.6: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40668507 bytes_read=26258262 bytes_retransmit=9 bytes_invalid=0 send_seq=861572 receive_seq=861572 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=3630 freq=64001142 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=41.4 sd_pos=1731990 heater_bed: target=110 temp=110.1 pwm=0.158 sysload=0.73 cputime=3562.220 memavail=658884 print_time=89811.192 buffer_time=2.409 print_stall=86 extruder: target=260 temp=258.3 pwm=0.066 | |
Stats 90595.6: gcodein=0 mcu: mcu_awake=0.082 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=40671954 bytes_read=26259007 bytes_retransmit=9 bytes_invalid=0 send_seq=861633 receive_seq=861633 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=2292 freq=64001139 CB1: temp=46.2 Manta: temp=43.7 chamber: temp=41.4 sd_pos=1732286 heater_bed: target=110 temp=110.1 pwm=0.176 sysload=0.73 cputime=3562.333 memavail=658888 print_time=89811.810 buffer_time=2.026 print_stall=86 extruder: target=260 temp=258.8 pwm=0.355 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90596.6: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40678878 bytes_read=26260062 bytes_retransmit=9 bytes_invalid=0 send_seq=861750 receive_seq=861750 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=2877 freq=64001143 CB1: temp=47.0 Manta: temp=43.8 chamber: temp=41.3 sd_pos=1734671 heater_bed: target=110 temp=110.0 pwm=0.242 sysload=0.73 cputime=3562.622 memavail=659020 print_time=89813.191 buffer_time=2.406 print_stall=86 extruder: target=260 temp=258.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90597.6: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40683041 bytes_read=26260907 bytes_retransmit=9 bytes_invalid=0 send_seq=861822 receive_seq=861822 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=13 upcoming_bytes=3864 freq=64001145 CB1: temp=46.6 Manta: temp=44.1 chamber: temp=41.4 sd_pos=1736488 heater_bed: target=110 temp=110.0 pwm=0.242 sysload=0.76 cputime=3563.065 memavail=659248 print_time=89814.027 buffer_time=2.242 print_stall=86 extruder: target=260 temp=259.0 pwm=0.343 | |
Stats 90598.6: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40687819 bytes_read=26261757 bytes_retransmit=9 bytes_invalid=0 send_seq=861905 receive_seq=861904 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4028 freq=64001148 CB1: temp=46.6 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1737713 heater_bed: target=110 temp=110.0 pwm=0.242 sysload=0.76 cputime=3563.541 memavail=659872 print_time=89814.917 buffer_time=2.132 print_stall=86 extruder: target=260 temp=258.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90599.6: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40694297 bytes_read=26262766 bytes_retransmit=9 bytes_invalid=0 send_seq=862015 receive_seq=862015 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=7163 freq=64001147 CB1: temp=46.8 Manta: temp=43.5 chamber: temp=41.4 sd_pos=1740250 heater_bed: target=110 temp=109.9 pwm=0.242 sysload=0.76 cputime=3563.808 memavail=659872 print_time=89816.293 buffer_time=2.506 print_stall=86 extruder: target=260 temp=259.1 pwm=0.551 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90600.6: gcodein=0 mcu: mcu_awake=0.067 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40700394 bytes_read=26263771 bytes_retransmit=9 bytes_invalid=0 send_seq=862119 receive_seq=862119 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=7577 freq=64001149 CB1: temp=46.5 Manta: temp=44.2 chamber: temp=41.4 sd_pos=1741650 heater_bed: target=110 temp=109.9 pwm=0.251 sysload=0.76 cputime=3564.100 memavail=659876 print_time=89817.177 buffer_time=2.389 print_stall=86 extruder: target=260 temp=259.7 pwm=0.506 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90601.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40707048 bytes_read=26264797 bytes_retransmit=9 bytes_invalid=0 send_seq=862233 receive_seq=862233 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=6317 freq=64001149 CB1: temp=46.6 Manta: temp=44.6 chamber: temp=41.4 sd_pos=1742727 heater_bed: target=110 temp=109.8 pwm=0.251 sysload=0.76 cputime=3564.322 memavail=659652 print_time=89817.858 buffer_time=2.070 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90602.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40714966 bytes_read=26265941 bytes_retransmit=9 bytes_invalid=0 send_seq=862368 receive_seq=862368 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=7546 freq=64001151 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.4 sd_pos=1745196 heater_bed: target=110 temp=109.8 pwm=0.251 sysload=0.78 cputime=3564.681 memavail=659652 print_time=89819.209 buffer_time=2.420 print_stall=86 extruder: target=260 temp=259.7 pwm=0.399 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90603.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40722372 bytes_read=26267041 bytes_retransmit=9 bytes_invalid=0 send_seq=862494 receive_seq=862494 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=6079 freq=64001153 CB1: temp=46.3 Manta: temp=44.4 chamber: temp=41.4 sd_pos=1746234 heater_bed: target=110 temp=109.8 pwm=0.201 sysload=0.78 cputime=3564.860 memavail=658912 print_time=89819.984 buffer_time=2.194 print_stall=86 extruder: target=260 temp=259.9 pwm=0.168 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90604.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40729325 bytes_read=26268076 bytes_retransmit=9 bytes_invalid=0 send_seq=862613 receive_seq=862613 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7738 freq=64001152 CB1: temp=46.5 Manta: temp=44.7 chamber: temp=41.4 sd_pos=1747765 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.78 cputime=3565.033 memavail=658660 print_time=89821.189 buffer_time=2.398 print_stall=86 extruder: target=260 temp=260.3 pwm=0.684 | |
Stats 90605.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40737111 bytes_read=26269200 bytes_retransmit=9 bytes_invalid=0 send_seq=862744 receive_seq=862744 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=7662 freq=64001155 CB1: temp=45.5 Manta: temp=44.4 chamber: temp=41.4 sd_pos=1748568 heater_bed: target=110 temp=109.9 pwm=0.201 sysload=0.78 cputime=3565.181 memavail=658156 print_time=89822.301 buffer_time=2.509 print_stall=86 extruder: target=260 temp=260.1 pwm=1.000 | |
Stats 90606.6: gcodein=0 mcu: mcu_awake=0.088 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40744221 bytes_read=26270291 bytes_retransmit=9 bytes_invalid=0 send_seq=862865 receive_seq=862865 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=11621 freq=64001152 CB1: temp=45.5 Manta: temp=43.7 chamber: temp=41.4 sd_pos=1750428 heater_bed: target=110 temp=109.8 pwm=0.287 sysload=0.78 cputime=3565.349 memavail=658176 print_time=89823.946 buffer_time=3.154 print_stall=86 extruder: target=260 temp=260.3 pwm=0.568 | |
Stats 90607.6: gcodein=0 mcu: mcu_awake=0.088 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40751371 bytes_read=26271346 bytes_retransmit=9 bytes_invalid=0 send_seq=862988 receive_seq=862988 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=47 upcoming_bytes=5226 freq=64001151 CB1: temp=45.9 Manta: temp=44.5 chamber: temp=41.4 sd_pos=1750428 heater_bed: target=110 temp=109.9 pwm=0.202 sysload=0.79 cputime=3565.446 memavail=658428 print_time=89823.946 buffer_time=2.154 print_stall=86 extruder: target=260 temp=260.4 pwm=0.345 | |
Stats 90608.6: gcodein=0 mcu: mcu_awake=0.088 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40758402 bytes_read=26272405 bytes_retransmit=9 bytes_invalid=0 send_seq=863106 receive_seq=863106 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=4918 freq=64001153 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.5 sd_pos=1751111 heater_bed: target=110 temp=109.9 pwm=0.202 sysload=0.79 cputime=3565.635 memavail=661760 print_time=89825.239 buffer_time=2.446 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
Stats 90609.6: gcodein=0 mcu: mcu_awake=0.088 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40765083 bytes_read=26273435 bytes_retransmit=9 bytes_invalid=0 send_seq=863218 receive_seq=863218 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=4512 freq=64001154 CB1: temp=45.7 Manta: temp=44.2 chamber: temp=41.4 sd_pos=1751971 heater_bed: target=110 temp=109.8 pwm=0.270 sysload=0.79 cputime=3565.778 memavail=661256 print_time=89826.371 buffer_time=2.577 print_stall=86 extruder: target=260 temp=260.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90610.6: gcodein=0 mcu: mcu_awake=0.088 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=40770518 bytes_read=26274345 bytes_retransmit=9 bytes_invalid=0 send_seq=863312 receive_seq=863312 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=6728 freq=64001156 CB1: temp=46.3 Manta: temp=43.8 chamber: temp=41.4 sd_pos=1754301 heater_bed: target=110 temp=109.8 pwm=0.270 sysload=0.79 cputime=3566.017 memavail=664824 print_time=89827.410 buffer_time=2.614 print_stall=86 extruder: target=260 temp=260.6 pwm=0.870 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90611.6: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40775840 bytes_read=26275295 bytes_retransmit=9 bytes_invalid=0 send_seq=863405 receive_seq=863405 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=8683 freq=64001156 CB1: temp=46.0 Manta: temp=43.6 chamber: temp=41.5 sd_pos=1756607 heater_bed: target=110 temp=109.8 pwm=0.270 sysload=0.79 cputime=3566.223 memavail=664332 print_time=89828.480 buffer_time=2.685 print_stall=86 extruder: target=260 temp=260.7 pwm=0.860 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90612.6: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40782357 bytes_read=26276325 bytes_retransmit=9 bytes_invalid=0 send_seq=863517 receive_seq=863517 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=9826 freq=64001156 CB1: temp=45.6 Manta: temp=44.1 chamber: temp=41.4 sd_pos=1759054 heater_bed: target=110 temp=109.9 pwm=0.203 sysload=0.89 cputime=3566.481 memavail=664632 print_time=89829.567 buffer_time=2.771 print_stall=86 extruder: target=260 temp=260.7 pwm=0.204 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90613.6: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40789914 bytes_read=26277415 bytes_retransmit=9 bytes_invalid=0 send_seq=863647 receive_seq=863647 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=9853 freq=64001156 CB1: temp=46.2 Manta: temp=44.5 chamber: temp=41.4 sd_pos=1761265 heater_bed: target=110 temp=109.9 pwm=0.203 sysload=0.89 cputime=3566.696 memavail=664604 print_time=89830.586 buffer_time=2.790 print_stall=86 extruder: target=260 temp=261.1 pwm=1.000 | |
Stats 90614.6: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40796966 bytes_read=26278479 bytes_retransmit=9 bytes_invalid=0 send_seq=863766 receive_seq=863766 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=9 upcoming_bytes=6554 freq=64001156 CB1: temp=46.8 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1761710 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.89 cputime=3566.832 memavail=665156 print_time=89831.224 buffer_time=2.427 print_stall=86 extruder: target=260 temp=261.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90615.6: gcodein=0 mcu: mcu_awake=0.073 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40804460 bytes_read=26279584 bytes_retransmit=9 bytes_invalid=0 send_seq=863893 receive_seq=863893 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=3215 freq=64001158 CB1: temp=46.5 Manta: temp=44.5 chamber: temp=41.5 sd_pos=1762399 heater_bed: target=110 temp=109.9 pwm=0.208 sysload=0.89 cputime=3566.980 memavail=664908 print_time=89831.963 buffer_time=2.166 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
Stats 90616.6: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40811007 bytes_read=26280605 bytes_retransmit=9 bytes_invalid=0 send_seq=864006 receive_seq=864006 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=2683 freq=64001157 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1763175 heater_bed: target=110 temp=109.9 pwm=0.259 sysload=0.89 cputime=3567.114 memavail=664692 print_time=89833.180 buffer_time=2.382 print_stall=86 extruder: target=260 temp=261.5 pwm=0.030 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90617.6: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40816187 bytes_read=26281539 bytes_retransmit=9 bytes_invalid=0 send_seq=864096 receive_seq=864096 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=3361 freq=64001158 CB1: temp=46.6 Manta: temp=44.0 chamber: temp=41.4 sd_pos=1764011 heater_bed: target=110 temp=109.9 pwm=0.259 sysload=0.82 cputime=3567.262 memavail=664228 print_time=89834.017 buffer_time=2.218 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
Stats 90618.6: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40821400 bytes_read=26282449 bytes_retransmit=9 bytes_invalid=0 send_seq=864187 receive_seq=864187 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=6690 freq=64001159 CB1: temp=45.6 Manta: temp=43.7 chamber: temp=41.4 sd_pos=1765342 heater_bed: target=110 temp=109.9 pwm=0.259 sysload=0.82 cputime=3567.427 memavail=663472 print_time=89835.274 buffer_time=2.474 print_stall=86 extruder: target=260 temp=261.5 pwm=1.000 | |
Stats 90619.6: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40827845 bytes_read=26283449 bytes_retransmit=9 bytes_invalid=0 send_seq=864299 receive_seq=864299 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=19 upcoming_bytes=7666 freq=64001155 CB1: temp=46.1 Manta: temp=43.7 chamber: temp=41.4 sd_pos=1766565 heater_bed: target=110 temp=109.9 pwm=0.205 sysload=0.82 cputime=3567.574 memavail=663472 print_time=89836.380 buffer_time=2.579 print_stall=86 extruder: target=260 temp=262.1 pwm=0.000 | |
Stats 90620.6: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=40834864 bytes_read=26284528 bytes_retransmit=9 bytes_invalid=0 send_seq=864418 receive_seq=864418 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=10485 freq=64001161 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.4 sd_pos=1768297 heater_bed: target=110 temp=110.0 pwm=0.205 sysload=0.82 cputime=3567.737 memavail=663472 print_time=89837.920 buffer_time=3.118 print_stall=86 extruder: target=260 temp=261.8 pwm=0.656 | |
Stats 90621.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40841596 bytes_read=26285569 bytes_retransmit=9 bytes_invalid=0 send_seq=864532 receive_seq=864532 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=4516 freq=64001161 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=41.4 sd_pos=1768297 heater_bed: target=110 temp=110.1 pwm=0.133 sysload=0.82 cputime=3567.833 memavail=663476 print_time=89837.920 buffer_time=2.118 print_stall=86 extruder: target=260 temp=261.7 pwm=0.221 | |
Stats 90622.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40848637 bytes_read=26286604 bytes_retransmit=9 bytes_invalid=0 send_seq=864651 receive_seq=864651 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=2958 freq=64001158 CB1: temp=45.7 Manta: temp=43.9 chamber: temp=41.5 sd_pos=1768948 heater_bed: target=110 temp=110.1 pwm=0.133 sysload=0.75 cputime=3567.960 memavail=663508 print_time=89838.820 buffer_time=2.017 print_stall=86 extruder: target=260 temp=261.7 pwm=0.981 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90623.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40855010 bytes_read=26287633 bytes_retransmit=9 bytes_invalid=0 send_seq=864760 receive_seq=864760 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=5104 freq=64001154 CB1: temp=45.8 Manta: temp=44.5 chamber: temp=41.5 sd_pos=1770808 heater_bed: target=110 temp=110.2 pwm=0.136 sysload=0.75 cputime=3568.149 memavail=663508 print_time=89840.388 buffer_time=2.585 print_stall=86 extruder: target=260 temp=262.4 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90624.6: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40860782 bytes_read=26288588 bytes_retransmit=9 bytes_invalid=0 send_seq=864860 receive_seq=864860 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=4772 freq=64001154 CB1: temp=46.1 Manta: temp=44.2 chamber: temp=41.5 sd_pos=1771456 heater_bed: target=110 temp=110.2 pwm=0.136 sysload=0.75 cputime=3568.305 memavail=663508 print_time=89841.108 buffer_time=2.304 print_stall=86 extruder: target=260 temp=261.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90625.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=40866115 bytes_read=26289493 bytes_retransmit=9 bytes_invalid=0 send_seq=864953 receive_seq=864953 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=9104 freq=64001152 CB1: temp=45.9 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1774413 heater_bed: target=110 temp=110.2 pwm=0.136 sysload=0.75 cputime=3568.590 memavail=663256 print_time=89842.529 buffer_time=2.724 print_stall=86 extruder: target=260 temp=262.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90626.7: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40872672 bytes_read=26290553 bytes_retransmit=9 bytes_invalid=0 send_seq=865065 receive_seq=865065 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=7292 freq=64001150 CB1: temp=45.9 Manta: temp=43.5 chamber: temp=41.5 sd_pos=1776620 heater_bed: target=110 temp=110.2 pwm=0.201 sysload=0.75 cputime=3568.779 memavail=663016 print_time=89843.258 buffer_time=2.452 print_stall=86 extruder: target=260 temp=263.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90627.7: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40879452 bytes_read=26291583 bytes_retransmit=9 bytes_invalid=0 send_seq=865181 receive_seq=865180 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=26 upcoming_bytes=5200 freq=64001152 CB1: temp=45.8 Manta: temp=43.5 chamber: temp=41.5 sd_pos=1777956 heater_bed: target=110 temp=110.2 pwm=0.201 sysload=0.69 cputime=3568.967 memavail=663168 print_time=89843.918 buffer_time=2.112 print_stall=86 extruder: target=260 temp=262.0 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90628.7: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40886776 bytes_read=26292638 bytes_retransmit=9 bytes_invalid=0 send_seq=865303 receive_seq=865303 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=5917 freq=64001155 CB1: temp=46.4 Manta: temp=44.0 chamber: temp=41.5 sd_pos=1781223 heater_bed: target=110 temp=110.2 pwm=0.201 sysload=0.69 cputime=3569.258 memavail=663200 print_time=89845.141 buffer_time=2.333 print_stall=86 extruder: target=260 temp=262.0 pwm=0.074 | |
Stats 90629.7: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40893228 bytes_read=26293672 bytes_retransmit=9 bytes_invalid=0 send_seq=865414 receive_seq=865413 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=4853 freq=64001152 CB1: temp=46.4 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1782993 heater_bed: target=110 temp=110.2 pwm=0.138 sysload=0.69 cputime=3569.681 memavail=663456 print_time=89845.963 buffer_time=2.155 print_stall=86 extruder: target=260 temp=261.5 pwm=0.428 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90630.7: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=40899864 bytes_read=26294697 bytes_retransmit=9 bytes_invalid=0 send_seq=865527 receive_seq=865527 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=3943 freq=64001154 CB1: temp=46.4 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1783942 heater_bed: target=110 temp=110.1 pwm=0.200 sysload=0.69 cputime=3569.890 memavail=663456 print_time=89847.243 buffer_time=2.434 print_stall=86 extruder: target=260 temp=262.1 pwm=0.164 | |
Stats 90631.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=40906416 bytes_read=26295718 bytes_retransmit=9 bytes_invalid=0 send_seq=865640 receive_seq=865640 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=1772 freq=64001151 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1785411 heater_bed: target=110 temp=110.2 pwm=0.138 sysload=0.69 cputime=3570.082 memavail=663492 print_time=89847.871 buffer_time=2.061 print_stall=86 extruder: target=260 temp=261.7 pwm=0.508 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90632.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=40909817 bytes_read=26296492 bytes_retransmit=9 bytes_invalid=0 send_seq=865698 receive_seq=865698 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=5305 freq=64001152 CB1: temp=46.0 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1787581 heater_bed: target=110 temp=110.2 pwm=0.138 sysload=0.64 cputime=3570.293 memavail=663252 print_time=89849.429 buffer_time=2.618 print_stall=86 extruder: target=260 temp=261.4 pwm=1.000 | |
Stats 90633.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=40916844 bytes_read=26297542 bytes_retransmit=9 bytes_invalid=0 send_seq=865817 receive_seq=865817 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=2932 freq=64001151 CB1: temp=45.6 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1790020 heater_bed: target=110 temp=110.2 pwm=0.138 sysload=0.64 cputime=3570.478 memavail=663000 print_time=89850.188 buffer_time=2.375 print_stall=86 extruder: target=260 temp=261.3 pwm=0.955 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90634.7: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=40920795 bytes_read=26298361 bytes_retransmit=9 bytes_invalid=0 send_seq=865884 receive_seq=865884 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5919 freq=64001151 CB1: temp=45.4 Manta: temp=43.6 chamber: temp=41.5 sd_pos=1792351 heater_bed: target=110 temp=110.2 pwm=0.138 sysload=0.64 cputime=3570.695 memavail=663224 print_time=89851.824 buffer_time=2.924 print_stall=86 extruder: target=260 temp=261.9 pwm=0.277 | |
Stats 90635.8: gcodein=0 mcu: mcu_awake=0.083 mcu_task_avg=0.000038 mcu_task_stddev=0.000045 bytes_write=40927363 bytes_read=26299366 bytes_retransmit=9 bytes_invalid=0 send_seq=865994 receive_seq=865994 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=2143 freq=64001153 CB1: temp=46.2 Manta: temp=44.5 chamber: temp=41.5 sd_pos=1793289 heater_bed: target=110 temp=110.1 pwm=0.235 sysload=0.64 cputime=3570.926 memavail=663256 print_time=89852.198 buffer_time=2.241 print_stall=86 extruder: target=260 temp=261.5 pwm=0.736 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90636.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40931017 bytes_read=26300147 bytes_retransmit=9 bytes_invalid=0 send_seq=866059 receive_seq=866059 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=3621 freq=64001152 CB1: temp=46.1 Manta: temp=44.6 chamber: temp=41.4 sd_pos=1794681 heater_bed: target=110 temp=110.0 pwm=0.235 sysload=0.64 cputime=3571.369 memavail=663036 print_time=89853.061 buffer_time=2.104 print_stall=86 extruder: target=260 temp=261.3 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90637.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40936906 bytes_read=26301166 bytes_retransmit=9 bytes_invalid=0 send_seq=866166 receive_seq=866166 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=3419 freq=64001151 CB1: temp=46.5 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1796506 heater_bed: target=110 temp=109.9 pwm=0.294 sysload=0.75 cputime=3571.841 memavail=663036 print_time=89854.043 buffer_time=2.085 print_stall=86 extruder: target=260 temp=260.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90638.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40943166 bytes_read=26302151 bytes_retransmit=9 bytes_invalid=0 send_seq=866272 receive_seq=866272 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6817 freq=64001150 CB1: temp=47.0 Manta: temp=44.4 chamber: temp=41.5 sd_pos=1798851 heater_bed: target=110 temp=109.9 pwm=0.294 sysload=0.75 cputime=3572.140 memavail=663624 print_time=89855.464 buffer_time=2.505 print_stall=86 extruder: target=260 temp=261.1 pwm=0.542 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90639.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40948954 bytes_read=26303086 bytes_retransmit=9 bytes_invalid=0 send_seq=866371 receive_seq=866371 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=5755 freq=64001152 CB1: temp=46.5 Manta: temp=44.6 chamber: temp=41.5 sd_pos=1800204 heater_bed: target=110 temp=109.8 pwm=0.294 sysload=0.75 cputime=3572.385 memavail=663412 print_time=89856.157 buffer_time=2.197 print_stall=86 extruder: target=260 temp=260.7 pwm=0.466 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90640.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40956143 bytes_read=26304180 bytes_retransmit=9 bytes_invalid=0 send_seq=866493 receive_seq=866493 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=33 upcoming_bytes=7773 freq=64001151 CB1: temp=46.5 Manta: temp=44.2 chamber: temp=41.5 sd_pos=1802324 heater_bed: target=110 temp=109.8 pwm=0.242 sysload=0.75 cputime=3572.780 memavail=663416 print_time=89857.536 buffer_time=2.576 print_stall=86 extruder: target=260 temp=260.9 pwm=0.352 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90641.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40963013 bytes_read=26305246 bytes_retransmit=9 bytes_invalid=0 send_seq=866612 receive_seq=866612 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=8286 freq=64001148 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1803840 heater_bed: target=110 temp=109.8 pwm=0.242 sysload=0.75 cputime=3572.973 memavail=663436 print_time=89858.585 buffer_time=2.625 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 90642.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40969836 bytes_read=26306266 bytes_retransmit=9 bytes_invalid=0 send_seq=866728 receive_seq=866728 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=8542 freq=64001149 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=41.5 sd_pos=1804645 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.69 cputime=3573.106 memavail=662972 print_time=89859.696 buffer_time=2.735 print_stall=86 extruder: target=260 temp=260.9 pwm=0.992 | |
Stats 90643.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40977349 bytes_read=26307373 bytes_retransmit=9 bytes_invalid=0 send_seq=866854 receive_seq=866854 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=11947 freq=64001150 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1806550 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.69 cputime=3573.281 memavail=663728 print_time=89861.344 buffer_time=3.382 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90644.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40983939 bytes_read=26308366 bytes_retransmit=9 bytes_invalid=0 send_seq=866965 receive_seq=866965 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=6070 freq=64001151 CB1: temp=45.7 Manta: temp=43.8 chamber: temp=41.6 sd_pos=1806550 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.69 cputime=3573.375 memavail=663728 print_time=89861.344 buffer_time=2.381 print_stall=86 extruder: target=260 temp=260.8 pwm=0.016 | |
Stats 90645.8: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40990501 bytes_read=26309358 bytes_retransmit=9 bytes_invalid=0 send_seq=867078 receive_seq=867078 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=3527 freq=64001149 CB1: temp=45.8 Manta: temp=44.6 chamber: temp=41.5 sd_pos=1806984 heater_bed: target=110 temp=109.9 pwm=0.185 sysload=0.69 cputime=3573.526 memavail=664012 print_time=89861.966 buffer_time=2.002 print_stall=86 extruder: target=260 temp=260.6 pwm=0.357 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90646.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=40997247 bytes_read=26310407 bytes_retransmit=9 bytes_invalid=0 send_seq=867191 receive_seq=867191 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=7769 freq=64001151 CB1: temp=46.2 Manta: temp=44.4 chamber: temp=41.5 sd_pos=1808401 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.69 cputime=3573.707 memavail=664140 print_time=89863.824 buffer_time=2.860 print_stall=86 extruder: target=260 temp=260.5 pwm=0.688 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90647.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41003461 bytes_read=26311377 bytes_retransmit=9 bytes_invalid=0 send_seq=867296 receive_seq=867296 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=6242 freq=64001151 CB1: temp=46.1 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1809056 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.63 cputime=3573.844 memavail=664392 print_time=89864.477 buffer_time=2.512 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90648.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41009490 bytes_read=26312332 bytes_retransmit=9 bytes_invalid=0 send_seq=867399 receive_seq=867399 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=3737 freq=64001153 CB1: temp=46.0 Manta: temp=44.7 chamber: temp=41.5 sd_pos=1809482 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.63 cputime=3573.970 memavail=664392 print_time=89865.084 buffer_time=2.119 print_stall=86 extruder: target=260 temp=260.8 pwm=0.991 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90649.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41016311 bytes_read=26313401 bytes_retransmit=9 bytes_invalid=0 send_seq=867516 receive_seq=867516 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=3495 freq=64001152 CB1: temp=46.1 Manta: temp=44.6 chamber: temp=41.5 sd_pos=1811650 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.63 cputime=3574.163 memavail=664396 print_time=89866.060 buffer_time=2.094 print_stall=86 extruder: target=260 temp=260.7 pwm=0.892 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90650.8: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41022001 bytes_read=26314336 bytes_retransmit=9 bytes_invalid=0 send_seq=867612 receive_seq=867612 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=31 upcoming_bytes=5031 freq=64001156 CB1: temp=45.9 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1813959 heater_bed: target=110 temp=109.9 pwm=0.243 sysload=0.63 cputime=3574.379 memavail=664396 print_time=89867.117 buffer_time=2.150 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90651.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=41028347 bytes_read=26315342 bytes_retransmit=9 bytes_invalid=0 send_seq=867722 receive_seq=867722 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=5957 freq=64001155 CB1: temp=46.0 Manta: temp=43.6 chamber: temp=41.5 sd_pos=1816478 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.63 cputime=3574.623 memavail=664424 print_time=89868.165 buffer_time=2.198 print_stall=86 extruder: target=260 temp=261.2 pwm=0.085 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90652.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=41035552 bytes_read=26316436 bytes_retransmit=9 bytes_invalid=0 send_seq=867844 receive_seq=867844 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=5605 freq=64001155 CB1: temp=46.6 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1818546 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.66 cputime=3574.812 memavail=664428 print_time=89869.098 buffer_time=2.130 print_stall=86 extruder: target=260 temp=261.2 pwm=0.082 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90653.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=41042624 bytes_read=26317486 bytes_retransmit=9 bytes_invalid=0 send_seq=867963 receive_seq=867963 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=58 upcoming_bytes=5031 freq=64001156 CB1: temp=46.9 Manta: temp=44.4 chamber: temp=41.5 sd_pos=1819534 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.66 cputime=3574.960 memavail=664692 print_time=89870.363 buffer_time=2.394 print_stall=86 extruder: target=260 temp=260.9 pwm=0.536 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90654.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=41050042 bytes_read=26318551 bytes_retransmit=9 bytes_invalid=0 send_seq=868088 receive_seq=868088 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6167 freq=64001161 CB1: temp=47.0 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1820667 heater_bed: target=110 temp=110.1 pwm=0.164 sysload=0.66 cputime=3575.121 memavail=664952 print_time=89871.476 buffer_time=2.506 print_stall=86 extruder: target=260 temp=260.8 pwm=0.218 | |
Stats 90655.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000034 mcu_task_stddev=0.000040 bytes_write=41055262 bytes_read=26319480 bytes_retransmit=9 bytes_invalid=0 send_seq=868177 receive_seq=868177 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=15 upcoming_bytes=8481 freq=64001161 CB1: temp=46.7 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1821611 heater_bed: target=110 temp=110.1 pwm=0.203 sysload=0.66 cputime=3575.259 memavail=664700 print_time=89872.615 buffer_time=2.644 print_stall=86 extruder: target=260 temp=261.0 pwm=0.000 | |
Stats 90656.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41062560 bytes_read=26320571 bytes_retransmit=9 bytes_invalid=0 send_seq=868301 receive_seq=868301 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=30 upcoming_bytes=9855 freq=64001162 CB1: temp=46.3 Manta: temp=44.4 chamber: temp=41.5 sd_pos=1822910 heater_bed: target=110 temp=110.0 pwm=0.203 sysload=0.66 cputime=3575.420 memavail=664932 print_time=89873.919 buffer_time=2.947 print_stall=86 extruder: target=260 temp=260.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90657.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41069543 bytes_read=26321605 bytes_retransmit=9 bytes_invalid=0 send_seq=868418 receive_seq=868417 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=11663 freq=64001160 CB1: temp=46.7 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1824328 heater_bed: target=110 temp=110.0 pwm=0.203 sysload=0.69 cputime=3575.579 memavail=665236 print_time=89875.292 buffer_time=3.314 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 90658.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41076257 bytes_read=26322660 bytes_retransmit=9 bytes_invalid=0 send_seq=868531 receive_seq=868531 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=5646 freq=64001161 CB1: temp=46.3 Manta: temp=44.0 chamber: temp=41.5 sd_pos=1824328 heater_bed: target=110 temp=110.0 pwm=0.260 sysload=0.69 cputime=3575.679 memavail=666280 print_time=89875.292 buffer_time=2.314 print_stall=86 extruder: target=260 temp=261.5 pwm=0.000 | |
Stats 90659.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41083217 bytes_read=26323685 bytes_retransmit=9 bytes_invalid=0 send_seq=868648 receive_seq=868648 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=3654 freq=64001160 CB1: temp=46.5 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1824906 heater_bed: target=110 temp=110.0 pwm=0.260 sysload=0.69 cputime=3575.819 memavail=666280 print_time=89876.180 buffer_time=2.203 print_stall=86 extruder: target=260 temp=260.9 pwm=0.097 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90660.8: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41089657 bytes_read=26324689 bytes_retransmit=9 bytes_invalid=0 send_seq=868758 receive_seq=868758 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=26 upcoming_bytes=2426 freq=64001162 CB1: temp=46.2 Manta: temp=44.7 chamber: temp=41.6 sd_pos=1825837 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.69 cputime=3575.966 memavail=666080 print_time=89877.120 buffer_time=2.142 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90661.9: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41095610 bytes_read=26325700 bytes_retransmit=9 bytes_invalid=0 send_seq=868860 receive_seq=868860 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7880 freq=64001160 CB1: temp=45.9 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1827908 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.69 cputime=3576.192 memavail=666080 print_time=89878.771 buffer_time=2.730 print_stall=86 extruder: target=260 temp=261.1 pwm=0.625 | |
Stats 90662.9: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41100980 bytes_read=26326610 bytes_retransmit=9 bytes_invalid=0 send_seq=868954 receive_seq=868954 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=40 upcoming_bytes=6563 freq=64001155 CB1: temp=46.5 Manta: temp=44.6 chamber: temp=41.5 sd_pos=1829844 heater_bed: target=110 temp=109.9 pwm=0.198 sysload=0.71 cputime=3576.419 memavail=665640 print_time=89879.309 buffer_time=2.267 print_stall=86 extruder: target=260 temp=260.6 pwm=0.224 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90664.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41108264 bytes_read=26327745 bytes_retransmit=9 bytes_invalid=0 send_seq=869079 receive_seq=869079 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=9085 freq=64001153 CB1: temp=46.0 Manta: temp=44.2 chamber: temp=41.5 sd_pos=1832857 heater_bed: target=110 temp=109.9 pwm=0.252 sysload=0.71 cputime=3576.677 memavail=665684 print_time=89880.810 buffer_time=2.699 print_stall=86 extruder: target=260 temp=260.5 pwm=0.772 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90665.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41115668 bytes_read=26328820 bytes_retransmit=9 bytes_invalid=0 send_seq=869206 receive_seq=869206 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=6007 freq=64001153 CB1: temp=46.1 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1833854 heater_bed: target=110 temp=109.9 pwm=0.252 sysload=0.71 cputime=3576.836 memavail=665200 print_time=89881.446 buffer_time=2.333 print_stall=86 extruder: target=260 temp=260.7 pwm=0.652 | |
Stats 90666.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41122798 bytes_read=26329909 bytes_retransmit=9 bytes_invalid=0 send_seq=869327 receive_seq=869327 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=1914 freq=64001155 CB1: temp=46.0 Manta: temp=43.7 chamber: temp=41.5 sd_pos=1834279 heater_bed: target=110 temp=109.9 pwm=0.252 sysload=0.71 cputime=3576.994 memavail=665716 print_time=89882.119 buffer_time=2.006 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 90667.0: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41128777 bytes_read=26330890 bytes_retransmit=9 bytes_invalid=0 send_seq=869429 receive_seq=869429 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=25 upcoming_bytes=3168 freq=64001153 CB1: temp=46.0 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1836836 heater_bed: target=110 temp=110.0 pwm=0.169 sysload=0.71 cputime=3577.378 memavail=665736 print_time=89883.390 buffer_time=2.276 print_stall=86 extruder: target=260 temp=260.3 pwm=0.785 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90668.0: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41133524 bytes_read=26331735 bytes_retransmit=9 bytes_invalid=0 send_seq=869511 receive_seq=869510 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=6494 freq=64001156 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=41.5 sd_pos=1839877 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.74 cputime=3577.712 memavail=665248 print_time=89884.616 buffer_time=2.502 print_stall=86 extruder: target=260 temp=259.6 pwm=1.000 | |
Stats 90669.0: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41139367 bytes_read=26332734 bytes_retransmit=9 bytes_invalid=0 send_seq=869614 receive_seq=869613 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=3560 freq=64001157 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=41.5 sd_pos=1840429 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.74 cputime=3577.867 memavail=665532 print_time=89885.294 buffer_time=2.179 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90670.0: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41146366 bytes_read=26333789 bytes_retransmit=9 bytes_invalid=0 send_seq=869733 receive_seq=869733 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=6254 freq=64001155 CB1: temp=46.6 Manta: temp=43.8 chamber: temp=41.6 sd_pos=1844058 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.74 cputime=3578.179 memavail=665796 print_time=89886.978 buffer_time=2.813 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 90671.0: gcodein=0 mcu: mcu_awake=0.076 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41151604 bytes_read=26334684 bytes_retransmit=9 bytes_invalid=0 send_seq=869824 receive_seq=869824 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=3227 freq=64001156 CB1: temp=46.6 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1844372 heater_bed: target=110 temp=110.0 pwm=0.186 sysload=0.74 cputime=3578.302 memavail=665080 print_time=89887.600 buffer_time=2.435 print_stall=86 extruder: target=260 temp=259.9 pwm=0.054 | |
Stats 90672.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41156724 bytes_read=26335654 bytes_retransmit=9 bytes_invalid=0 send_seq=869918 receive_seq=869918 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=1966 freq=64001154 CB1: temp=46.6 Manta: temp=43.7 chamber: temp=41.5 sd_pos=1845480 heater_bed: target=110 temp=110.0 pwm=0.211 sysload=0.74 cputime=3578.476 memavail=665080 print_time=89888.422 buffer_time=2.257 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90673.0: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41162664 bytes_read=26336609 bytes_retransmit=9 bytes_invalid=0 send_seq=870018 receive_seq=870018 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3618 freq=64001154 CB1: temp=46.5 Manta: temp=43.7 chamber: temp=41.6 sd_pos=1848019 heater_bed: target=110 temp=110.0 pwm=0.211 sysload=0.76 cputime=3578.719 memavail=665336 print_time=89889.569 buffer_time=2.402 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
Stats 90674.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41166669 bytes_read=26337473 bytes_retransmit=9 bytes_invalid=0 send_seq=870094 receive_seq=870094 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=5312 freq=64001153 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.5 sd_pos=1849652 heater_bed: target=110 temp=110.0 pwm=0.211 sysload=0.76 cputime=3579.166 memavail=664844 print_time=89890.468 buffer_time=2.240 print_stall=86 extruder: target=260 temp=260.3 pwm=0.674 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90675.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41173499 bytes_read=26338518 bytes_retransmit=9 bytes_invalid=0 send_seq=870212 receive_seq=870212 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=6556 freq=64001154 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1851804 heater_bed: target=110 temp=110.0 pwm=0.211 sysload=0.76 cputime=3579.564 memavail=664824 print_time=89891.762 buffer_time=2.480 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90676.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41180097 bytes_read=26339548 bytes_retransmit=9 bytes_invalid=0 send_seq=870324 receive_seq=870324 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=14 upcoming_bytes=7178 freq=64001156 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=41.5 sd_pos=1853160 heater_bed: target=110 temp=110.0 pwm=0.211 sysload=0.76 cputime=3579.884 memavail=664856 print_time=89892.920 buffer_time=2.638 print_stall=86 extruder: target=260 temp=260.3 pwm=0.238 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90677.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41186854 bytes_read=26340613 bytes_retransmit=9 bytes_invalid=0 send_seq=870440 receive_seq=870440 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=20 upcoming_bytes=4302 freq=64001157 CB1: temp=46.3 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1854287 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.76 cputime=3580.039 memavail=664604 print_time=89893.473 buffer_time=2.190 print_stall=86 extruder: target=260 temp=260.1 pwm=0.693 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90678.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41192865 bytes_read=26341573 bytes_retransmit=9 bytes_invalid=0 send_seq=870544 receive_seq=870544 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=5240 freq=64001155 CB1: temp=46.1 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1855552 heater_bed: target=110 temp=110.1 pwm=0.132 sysload=0.70 cputime=3580.195 memavail=664112 print_time=89894.341 buffer_time=2.057 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90679.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41199328 bytes_read=26342587 bytes_retransmit=9 bytes_invalid=0 send_seq=870656 receive_seq=870656 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=6344 freq=64001153 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1857253 heater_bed: target=110 temp=110.2 pwm=0.132 sysload=0.70 cputime=3580.385 memavail=663640 print_time=89895.537 buffer_time=2.252 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90680.1: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41206935 bytes_read=26343717 bytes_retransmit=9 bytes_invalid=0 send_seq=870785 receive_seq=870785 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=29 upcoming_bytes=5093 freq=64001155 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1858455 heater_bed: target=110 temp=110.2 pwm=0.132 sysload=0.70 cputime=3580.581 memavail=663896 print_time=89896.597 buffer_time=2.311 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 90681.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41213539 bytes_read=26344733 bytes_retransmit=9 bytes_invalid=0 send_seq=870897 receive_seq=870897 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=4758 freq=64001156 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1859472 heater_bed: target=110 temp=110.2 pwm=0.196 sysload=0.70 cputime=3580.760 memavail=664152 print_time=89897.674 buffer_time=2.387 print_stall=86 extruder: target=260 temp=260.3 pwm=0.350 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90682.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41219181 bytes_read=26345682 bytes_retransmit=9 bytes_invalid=0 send_seq=870993 receive_seq=870993 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=6216 freq=64001156 CB1: temp=45.7 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1860966 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.70 cputime=3580.940 memavail=664152 print_time=89898.924 buffer_time=2.636 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90683.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41224900 bytes_read=26346637 bytes_retransmit=9 bytes_invalid=0 send_seq=871090 receive_seq=871090 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=7482 freq=64001157 CB1: temp=46.0 Manta: temp=43.5 chamber: temp=41.5 sd_pos=1862268 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.64 cputime=3581.109 memavail=664156 print_time=89900.012 buffer_time=2.723 print_stall=86 extruder: target=260 temp=260.0 pwm=0.805 | |
Stats 90684.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41231020 bytes_read=26347597 bytes_retransmit=9 bytes_invalid=0 send_seq=871194 receive_seq=871194 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=8555 freq=64001153 CB1: temp=46.2 Manta: temp=43.4 chamber: temp=41.5 sd_pos=1863269 heater_bed: target=110 temp=110.1 pwm=0.196 sysload=0.64 cputime=3581.251 memavail=663904 print_time=89901.209 buffer_time=2.919 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
Stats 90685.1: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41237800 bytes_read=26348636 bytes_retransmit=9 bytes_invalid=0 send_seq=871308 receive_seq=871308 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=12049 freq=64001153 CB1: temp=46.2 Manta: temp=44.7 chamber: temp=41.6 sd_pos=1865150 heater_bed: target=110 temp=110.1 pwm=0.208 sysload=0.64 cputime=3581.429 memavail=663904 print_time=89902.750 buffer_time=3.457 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
Stats 90686.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41244099 bytes_read=26349662 bytes_retransmit=9 bytes_invalid=0 send_seq=871416 receive_seq=871416 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=50 upcoming_bytes=6408 freq=64001150 CB1: temp=46.5 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1865150 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.64 cputime=3581.523 memavail=664408 print_time=89902.750 buffer_time=2.457 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
Stats 90687.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41250471 bytes_read=26350647 bytes_retransmit=9 bytes_invalid=0 send_seq=871525 receive_seq=871525 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=4488 freq=64001150 CB1: temp=46.1 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1865611 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.64 cputime=3581.671 memavail=664184 print_time=89903.438 buffer_time=2.145 print_stall=86 extruder: target=260 temp=259.9 pwm=0.052 | |
Stats 90688.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41257234 bytes_read=26351686 bytes_retransmit=9 bytes_invalid=0 send_seq=871639 receive_seq=871639 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=40 upcoming_bytes=3243 freq=64001152 CB1: temp=45.9 Manta: temp=44.2 chamber: temp=41.6 sd_pos=1866155 heater_bed: target=110 temp=110.0 pwm=0.208 sysload=0.59 cputime=3581.804 memavail=664420 print_time=89904.312 buffer_time=2.018 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90689.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41263754 bytes_read=26352711 bytes_retransmit=9 bytes_invalid=0 send_seq=871750 receive_seq=871750 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=3855 freq=64001151 CB1: temp=45.9 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1867455 heater_bed: target=110 temp=110.0 pwm=0.207 sysload=0.59 cputime=3581.964 memavail=664852 print_time=89905.322 buffer_time=2.027 print_stall=86 extruder: target=260 temp=259.5 pwm=0.306 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90690.1: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41269856 bytes_read=26353681 bytes_retransmit=9 bytes_invalid=0 send_seq=871856 receive_seq=871856 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=6443 freq=64001150 CB1: temp=46.6 Manta: temp=43.5 chamber: temp=41.5 sd_pos=1870271 heater_bed: target=110 temp=109.9 pwm=0.264 sysload=0.59 cputime=3582.227 memavail=665052 print_time=89906.524 buffer_time=2.228 print_stall=86 extruder: target=260 temp=258.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90691.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41276994 bytes_read=26354781 bytes_retransmit=9 bytes_invalid=0 send_seq=871979 receive_seq=871979 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=6663 freq=64001150 CB1: temp=46.2 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1872411 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.59 cputime=3582.450 memavail=664852 print_time=89907.568 buffer_time=2.273 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90692.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41284407 bytes_read=26355881 bytes_retransmit=9 bytes_invalid=0 send_seq=872105 receive_seq=872105 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=7173 freq=64001148 CB1: temp=46.8 Manta: temp=44.1 chamber: temp=41.5 sd_pos=1874878 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.59 cputime=3582.670 memavail=664856 print_time=89908.591 buffer_time=2.294 print_stall=86 extruder: target=260 temp=259.3 pwm=0.107 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90693.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41291501 bytes_read=26356921 bytes_retransmit=9 bytes_invalid=0 send_seq=872225 receive_seq=872225 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=36 upcoming_bytes=10075 freq=64001149 CB1: temp=47.1 Manta: temp=44.2 chamber: temp=41.6 sd_pos=1876071 heater_bed: target=110 temp=109.9 pwm=0.209 sysload=0.54 cputime=3582.829 memavail=665136 print_time=89910.018 buffer_time=2.722 print_stall=86 extruder: target=260 temp=259.5 pwm=0.309 | |
Stats 90694.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41299360 bytes_read=26358065 bytes_retransmit=9 bytes_invalid=0 send_seq=872357 receive_seq=872357 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=32 upcoming_bytes=9479 freq=64001146 CB1: temp=46.5 Manta: temp=44.2 chamber: temp=41.6 sd_pos=1876973 heater_bed: target=110 temp=109.9 pwm=0.270 sysload=0.54 cputime=3582.982 memavail=665384 print_time=89911.139 buffer_time=2.841 print_stall=86 extruder: target=260 temp=258.7 pwm=1.000 | |
Stats 90695.1: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41307224 bytes_read=26359200 bytes_retransmit=9 bytes_invalid=0 send_seq=872493 receive_seq=872493 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=12260 freq=64001152 CB1: temp=46.1 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1878831 heater_bed: target=110 temp=109.8 pwm=0.283 sysload=0.54 cputime=3583.170 memavail=665640 print_time=89912.778 buffer_time=3.479 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
Stats 90696.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41313828 bytes_read=26360221 bytes_retransmit=9 bytes_invalid=0 send_seq=872606 receive_seq=872606 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=6400 freq=64001152 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1878831 heater_bed: target=110 temp=109.9 pwm=0.200 sysload=0.54 cputime=3583.266 memavail=665164 print_time=89912.778 buffer_time=2.478 print_stall=86 extruder: target=260 temp=259.2 pwm=0.441 | |
Stats 90697.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41320033 bytes_read=26361235 bytes_retransmit=9 bytes_invalid=0 send_seq=872712 receive_seq=872712 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=7194 freq=64001149 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1879728 heater_bed: target=110 temp=109.8 pwm=0.274 sysload=0.54 cputime=3583.412 memavail=665416 print_time=89913.921 buffer_time=2.620 print_stall=86 extruder: target=260 temp=259.1 pwm=0.562 | |
Stats 90698.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41327003 bytes_read=26362290 bytes_retransmit=9 bytes_invalid=0 send_seq=872832 receive_seq=872832 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=5464 freq=64001148 CB1: temp=45.9 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1880265 heater_bed: target=110 temp=109.8 pwm=0.282 sysload=0.50 cputime=3583.543 memavail=665384 print_time=89914.769 buffer_time=2.468 print_stall=86 extruder: target=260 temp=259.5 pwm=0.101 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90699.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41333592 bytes_read=26363290 bytes_retransmit=9 bytes_invalid=0 send_seq=872944 receive_seq=872944 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=6752 freq=64001145 CB1: temp=46.2 Manta: temp=44.8 chamber: temp=41.5 sd_pos=1881677 heater_bed: target=110 temp=109.8 pwm=0.231 sysload=0.50 cputime=3583.719 memavail=665752 print_time=89916.025 buffer_time=2.723 print_stall=86 extruder: target=260 temp=259.7 pwm=0.731 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90700.1: gcodein=0 mcu: mcu_awake=0.085 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41339616 bytes_read=26364294 bytes_retransmit=9 bytes_invalid=0 send_seq=873048 receive_seq=873048 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=6524 freq=64001144 CB1: temp=46.6 Manta: temp=44.2 chamber: temp=41.6 sd_pos=1882402 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.50 cputime=3583.891 memavail=665756 print_time=89916.749 buffer_time=2.445 print_stall=86 extruder: target=260 temp=259.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90701.1: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41345456 bytes_read=26365270 bytes_retransmit=9 bytes_invalid=0 send_seq=873149 receive_seq=873149 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=21 upcoming_bytes=6436 freq=64001145 CB1: temp=46.6 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1883721 heater_bed: target=110 temp=109.8 pwm=0.231 sysload=0.50 cputime=3584.188 memavail=666008 print_time=89917.521 buffer_time=2.217 print_stall=86 extruder: target=260 temp=259.5 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90702.1: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41352613 bytes_read=26366315 bytes_retransmit=9 bytes_invalid=0 send_seq=873271 receive_seq=873270 retransmit_seq=2 srtt=0.001 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=7931 freq=64001144 CB1: temp=45.8 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1886091 heater_bed: target=110 temp=109.9 pwm=0.231 sysload=0.50 cputime=3584.547 memavail=665708 print_time=89918.790 buffer_time=2.486 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90703.2: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41359789 bytes_read=26367419 bytes_retransmit=9 bytes_invalid=0 send_seq=873394 receive_seq=873394 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=5767 freq=64001140 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=41.5 sd_pos=1887252 heater_bed: target=110 temp=109.9 pwm=0.216 sysload=0.46 cputime=3584.785 memavail=665960 print_time=89919.470 buffer_time=2.164 print_stall=86 extruder: target=260 temp=259.5 pwm=0.425 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90704.2: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41366961 bytes_read=26368484 bytes_retransmit=9 bytes_invalid=0 send_seq=873516 receive_seq=873516 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=8124 freq=64001139 CB1: temp=45.9 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1889505 heater_bed: target=110 temp=109.9 pwm=0.272 sysload=0.46 cputime=3585.058 memavail=665788 print_time=89920.809 buffer_time=2.496 print_stall=86 extruder: target=260 temp=259.7 pwm=0.307 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90705.2: gcodein=0 mcu: mcu_awake=0.071 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41373869 bytes_read=26369514 bytes_retransmit=9 bytes_invalid=0 send_seq=873634 receive_seq=873634 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=5619 freq=64001142 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1890812 heater_bed: target=110 temp=109.8 pwm=0.272 sysload=0.46 cputime=3585.261 memavail=666040 print_time=89921.373 buffer_time=2.059 print_stall=86 extruder: target=260 temp=260.1 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90706.2: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41381756 bytes_read=26370674 bytes_retransmit=9 bytes_invalid=0 send_seq=873766 receive_seq=873766 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=42 upcoming_bytes=6040 freq=64001139 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1894006 heater_bed: target=110 temp=109.8 pwm=0.272 sysload=0.46 cputime=3585.500 memavail=666528 print_time=89922.628 buffer_time=2.313 print_stall=86 extruder: target=260 temp=260.1 pwm=0.706 | |
Stats 90707.3: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41388833 bytes_read=26371734 bytes_retransmit=9 bytes_invalid=0 send_seq=873887 receive_seq=873887 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=7450 freq=64001138 CB1: temp=46.8 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1896464 heater_bed: target=110 temp=109.9 pwm=0.217 sysload=0.46 cputime=3585.856 memavail=666820 print_time=89923.872 buffer_time=2.464 print_stall=86 extruder: target=260 temp=259.7 pwm=0.412 | |
Stats 90708.3: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41396189 bytes_read=26372838 bytes_retransmit=9 bytes_invalid=0 send_seq=874011 receive_seq=874011 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=5864 freq=64001139 CB1: temp=45.8 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1898433 heater_bed: target=110 temp=110.0 pwm=0.144 sysload=0.42 cputime=3586.182 memavail=667076 print_time=89924.688 buffer_time=2.248 print_stall=86 extruder: target=260 temp=260.5 pwm=0.350 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90709.3: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41403083 bytes_read=26373888 bytes_retransmit=9 bytes_invalid=0 send_seq=874130 receive_seq=874130 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=4819 freq=64001138 CB1: temp=46.3 Manta: temp=44.6 chamber: temp=41.6 sd_pos=1899448 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.42 cputime=3586.397 memavail=666484 print_time=89925.983 buffer_time=2.543 print_stall=86 extruder: target=260 temp=259.7 pwm=1.000 | |
Stats 90710.3: gcodein=0 mcu: mcu_awake=0.086 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41409790 bytes_read=26374903 bytes_retransmit=9 bytes_invalid=0 send_seq=874245 receive_seq=874245 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=41 upcoming_bytes=2480 freq=64001137 CB1: temp=46.2 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1900900 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.42 cputime=3586.581 memavail=666484 print_time=89926.599 buffer_time=2.157 print_stall=86 extruder: target=260 temp=259.9 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90711.3: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41413724 bytes_read=26375736 bytes_retransmit=9 bytes_invalid=0 send_seq=874314 receive_seq=874314 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=5410 freq=64001135 CB1: temp=46.5 Manta: temp=44.3 chamber: temp=41.6 sd_pos=1902817 heater_bed: target=110 temp=110.1 pwm=0.139 sysload=0.42 cputime=3586.807 memavail=666484 print_time=89928.160 buffer_time=2.717 print_stall=86 extruder: target=260 temp=260.9 pwm=0.000 | |
Stats 90712.3: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41420344 bytes_read=26376772 bytes_retransmit=9 bytes_invalid=0 send_seq=874433 receive_seq=874433 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=3634 freq=64001133 CB1: temp=46.0 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1904975 heater_bed: target=110 temp=110.2 pwm=0.139 sysload=0.42 cputime=3587.014 memavail=666264 print_time=89928.940 buffer_time=2.496 print_stall=86 extruder: target=260 temp=260.3 pwm=0.587 | |
Stats 90713.3: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41423692 bytes_read=26377504 bytes_retransmit=9 bytes_invalid=0 send_seq=874494 receive_seq=874494 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=2385 freq=64001135 CB1: temp=46.4 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1905242 heater_bed: target=110 temp=110.1 pwm=0.210 sysload=0.39 cputime=3587.123 memavail=666264 print_time=89929.559 buffer_time=2.115 print_stall=86 extruder: target=260 temp=261.1 pwm=0.089 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90714.3: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41430334 bytes_read=26378547 bytes_retransmit=9 bytes_invalid=0 send_seq=874607 receive_seq=874607 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=4437 freq=64001131 CB1: temp=46.0 Manta: temp=44.2 chamber: temp=41.7 sd_pos=1908621 heater_bed: target=110 temp=110.1 pwm=0.210 sysload=0.39 cputime=3587.433 memavail=666016 print_time=89931.097 buffer_time=2.620 print_stall=86 extruder: target=260 temp=260.4 pwm=0.358 | |
Stats 90715.3: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41434646 bytes_read=26379368 bytes_retransmit=9 bytes_invalid=0 send_seq=874681 receive_seq=874681 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3264 freq=64001135 CB1: temp=46.6 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1909447 heater_bed: target=110 temp=110.2 pwm=0.146 sysload=0.39 cputime=3587.679 memavail=666268 print_time=89931.544 buffer_time=2.066 print_stall=86 extruder: target=260 temp=260.3 pwm=0.802 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90716.5: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41441036 bytes_read=26380443 bytes_retransmit=9 bytes_invalid=0 send_seq=874793 receive_seq=874793 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=5874 freq=64001132 CB1: temp=47.4 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1911900 heater_bed: target=110 temp=110.2 pwm=0.146 sysload=0.39 cputime=3588.210 memavail=666520 print_time=89933.055 buffer_time=2.429 print_stall=86 extruder: target=260 temp=260.4 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90717.5: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41447379 bytes_read=26381433 bytes_retransmit=9 bytes_invalid=0 send_seq=874903 receive_seq=874903 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=7135 freq=64001131 CB1: temp=46.2 Manta: temp=43.8 chamber: temp=41.6 sd_pos=1913482 heater_bed: target=110 temp=110.2 pwm=0.146 sysload=0.39 cputime=3588.565 memavail=666524 print_time=89934.326 buffer_time=2.684 print_stall=86 extruder: target=260 temp=260.7 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90718.5: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41454032 bytes_read=26382487 bytes_retransmit=9 bytes_invalid=0 send_seq=875017 receive_seq=875017 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=5525 freq=64001128 CB1: temp=46.5 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1914825 heater_bed: target=110 temp=110.2 pwm=0.202 sysload=0.44 cputime=3588.757 memavail=666524 print_time=89935.051 buffer_time=2.410 print_stall=86 extruder: target=260 temp=260.9 pwm=0.320 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90719.5: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41460123 bytes_read=26383472 bytes_retransmit=9 bytes_invalid=0 send_seq=875123 receive_seq=875123 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=7846 freq=64001127 CB1: temp=46.4 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1917274 heater_bed: target=110 temp=110.2 pwm=0.126 sysload=0.44 cputime=3589.039 memavail=666724 print_time=89936.285 buffer_time=2.585 print_stall=86 extruder: target=260 temp=261.2 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90720.5: gcodein=0 mcu: mcu_awake=0.061 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41466186 bytes_read=26384471 bytes_retransmit=9 bytes_invalid=0 send_seq=875226 receive_seq=875226 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=12 upcoming_bytes=7256 freq=64001128 CB1: temp=46.9 Manta: temp=44.3 chamber: temp=41.6 sd_pos=1918571 heater_bed: target=110 temp=110.2 pwm=0.191 sysload=0.44 cputime=3589.276 memavail=667028 print_time=89937.108 buffer_time=2.406 print_stall=86 extruder: target=260 temp=260.3 pwm=0.675 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90721.7: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41474899 bytes_read=26385677 bytes_retransmit=9 bytes_invalid=0 send_seq=875373 receive_seq=875373 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=8130 freq=64001129 CB1: temp=47.1 Manta: temp=43.6 chamber: temp=41.6 sd_pos=1920810 heater_bed: target=110 temp=110.2 pwm=0.119 sysload=0.44 cputime=3589.673 memavail=666804 print_time=89938.525 buffer_time=2.657 print_stall=86 extruder: target=260 temp=260.9 pwm=0.202 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90722.7: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41481633 bytes_read=26386736 bytes_retransmit=9 bytes_invalid=0 send_seq=875488 receive_seq=875488 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=28 upcoming_bytes=9442 freq=64001132 CB1: temp=46.6 Manta: temp=44.2 chamber: temp=41.6 sd_pos=1922373 heater_bed: target=110 temp=110.2 pwm=0.175 sysload=0.40 cputime=3589.863 memavail=667060 print_time=89939.699 buffer_time=2.830 print_stall=86 extruder: target=260 temp=260.6 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90723.7: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41488349 bytes_read=26387756 bytes_retransmit=9 bytes_invalid=0 send_seq=875601 receive_seq=875601 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=22 upcoming_bytes=8273 freq=64001133 CB1: temp=45.7 Manta: temp=43.7 chamber: temp=41.6 sd_pos=1923116 heater_bed: target=110 temp=110.1 pwm=0.175 sysload=0.40 cputime=3589.998 memavail=667008 print_time=89940.627 buffer_time=2.757 print_stall=86 extruder: target=260 temp=260.4 pwm=0.784 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90724.7: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41495894 bytes_read=26388836 bytes_retransmit=9 bytes_invalid=0 send_seq=875729 receive_seq=875729 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=52 upcoming_bytes=11155 freq=64001131 CB1: temp=46.2 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1925044 heater_bed: target=110 temp=110.1 pwm=0.249 sysload=0.40 cputime=3590.206 memavail=667060 print_time=89942.333 buffer_time=3.462 print_stall=86 extruder: target=260 temp=260.5 pwm=0.344 | |
Stats 90725.7: gcodein=0 mcu: mcu_awake=0.079 mcu_task_avg=0.000037 mcu_task_stddev=0.000044 bytes_write=41502274 bytes_read=26389870 bytes_retransmit=9 bytes_invalid=0 send_seq=875839 receive_seq=875839 retransmit_seq=2 srtt=0.001 rttvar=0.001 rto=0.025 ready_bytes=27 upcoming_bytes=5518 freq=64001128 CB1: temp=46.2 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1925044 heater_bed: target=110 temp=110.1 pwm=0.192 sysload=0.40 cputime=3590.308 memavail=667260 print_time=89942.333 buffer_time=2.461 print_stall=86 extruder: target=260 temp=260.9 pwm=0.093 | |
Stats 90726.7: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41508032 bytes_read=26390826 bytes_retransmit=9 bytes_invalid=0 send_seq=875936 receive_seq=875936 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6026 freq=64001128 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1925840 heater_bed: target=110 temp=110.1 pwm=0.192 sysload=0.40 cputime=3590.446 memavail=667316 print_time=89943.376 buffer_time=2.503 print_stall=86 extruder: target=260 temp=261.1 pwm=0.000 | |
Stats 90727.7: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41514689 bytes_read=26391836 bytes_retransmit=9 bytes_invalid=0 send_seq=876050 receive_seq=876050 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=24 upcoming_bytes=4048 freq=64001126 CB1: temp=46.2 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1926414 heater_bed: target=110 temp=110.0 pwm=0.192 sysload=0.37 cputime=3590.576 memavail=667316 print_time=89944.239 buffer_time=2.365 print_stall=86 extruder: target=260 temp=260.7 pwm=0.318 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90728.7: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41520775 bytes_read=26392845 bytes_retransmit=9 bytes_invalid=0 send_seq=876155 receive_seq=876155 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=38 upcoming_bytes=5263 freq=64001127 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1927720 heater_bed: target=110 temp=110.1 pwm=0.192 sysload=0.37 cputime=3590.748 memavail=667092 print_time=89945.369 buffer_time=2.494 print_stall=86 extruder: target=260 temp=260.4 pwm=0.560 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90729.7: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41526383 bytes_read=26393780 bytes_retransmit=9 bytes_invalid=0 send_seq=876251 receive_seq=876251 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=56 upcoming_bytes=7801 freq=64001129 CB1: temp=46.7 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1930027 heater_bed: target=110 temp=110.0 pwm=0.228 sysload=0.37 cputime=3590.974 memavail=667544 print_time=89946.438 buffer_time=2.562 print_stall=86 extruder: target=260 temp=260.8 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90730.7: gcodein=0 mcu: mcu_awake=0.078 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41532218 bytes_read=26394734 bytes_retransmit=9 bytes_invalid=0 send_seq=876351 receive_seq=876351 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=8425 freq=64001133 CB1: temp=46.4 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1931883 heater_bed: target=110 temp=110.0 pwm=0.228 sysload=0.37 cputime=3591.196 memavail=667344 print_time=89947.390 buffer_time=2.513 print_stall=86 extruder: target=260 temp=260.5 pwm=0.988 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90731.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41539787 bytes_read=26395875 bytes_retransmit=9 bytes_invalid=0 send_seq=876479 receive_seq=876479 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=45 upcoming_bytes=7932 freq=64001134 CB1: temp=46.0 Manta: temp=43.7 chamber: temp=41.7 sd_pos=1934505 heater_bed: target=110 temp=109.9 pwm=0.228 sysload=0.37 cputime=3591.440 memavail=667800 print_time=89948.353 buffer_time=2.476 print_stall=86 extruder: target=260 temp=260.4 pwm=0.449 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90732.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41547058 bytes_read=26396930 bytes_retransmit=9 bytes_invalid=0 send_seq=876602 receive_seq=876602 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=7287 freq=64001134 CB1: temp=46.0 Manta: temp=44.3 chamber: temp=41.6 sd_pos=1935605 heater_bed: target=110 temp=110.0 pwm=0.228 sysload=0.42 cputime=3591.624 memavail=667600 print_time=89949.207 buffer_time=2.328 print_stall=86 extruder: target=260 temp=260.3 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90733.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41554108 bytes_read=26397984 bytes_retransmit=9 bytes_invalid=0 send_seq=876722 receive_seq=876722 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=44 upcoming_bytes=7507 freq=64001133 CB1: temp=46.6 Manta: temp=44.5 chamber: temp=41.7 sd_pos=1936972 heater_bed: target=110 temp=110.0 pwm=0.160 sysload=0.42 cputime=3591.796 memavail=667800 print_time=89950.420 buffer_time=2.540 print_stall=86 extruder: target=260 temp=260.2 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90734.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41561462 bytes_read=26399094 bytes_retransmit=9 bytes_invalid=0 send_seq=876847 receive_seq=876847 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=17 upcoming_bytes=8076 freq=64001131 CB1: temp=45.9 Manta: temp=44.8 chamber: temp=41.7 sd_pos=1938448 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.42 cputime=3591.969 memavail=667852 print_time=89951.588 buffer_time=2.707 print_stall=86 extruder: target=260 temp=260.5 pwm=0.109 | |
Stats 90735.7: gcodein=0 mcu: mcu_awake=0.068 mcu_task_avg=0.000034 mcu_task_stddev=0.000039 bytes_write=41567915 bytes_read=26400079 bytes_retransmit=9 bytes_invalid=0 send_seq=876956 receive_seq=876956 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=35 upcoming_bytes=8829 freq=64001131 CB1: temp=46.3 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1939322 heater_bed: target=110 temp=109.9 pwm=0.219 sysload=0.42 cputime=3592.114 memavail=668056 print_time=89952.732 buffer_time=2.850 print_stall=86 extruder: target=260 temp=260.7 pwm=0.310 | |
Stats 90736.7: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41575024 bytes_read=26401149 bytes_retransmit=9 bytes_invalid=0 send_seq=877076 receive_seq=877076 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=12166 freq=64001130 CB1: temp=46.3 Manta: temp=44.4 chamber: temp=41.6 sd_pos=1941184 heater_bed: target=110 temp=110.0 pwm=0.219 sysload=0.42 cputime=3592.292 memavail=668612 print_time=89954.328 buffer_time=3.446 print_stall=86 extruder: target=260 temp=260.4 pwm=0.661 | |
Stats 90737.7: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41581505 bytes_read=26402179 bytes_retransmit=9 bytes_invalid=0 send_seq=877185 receive_seq=877185 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=6410 freq=64001134 CB1: temp=46.3 Manta: temp=44.5 chamber: temp=41.6 sd_pos=1941184 heater_bed: target=110 temp=109.9 pwm=0.219 sysload=0.47 cputime=3592.390 memavail=667884 print_time=89954.328 buffer_time=2.446 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 90738.7: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41588034 bytes_read=26403179 bytes_retransmit=9 bytes_invalid=0 send_seq=877297 receive_seq=877297 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=47 upcoming_bytes=3869 freq=64001137 CB1: temp=45.9 Manta: temp=44.6 chamber: temp=41.6 sd_pos=1941523 heater_bed: target=110 temp=109.9 pwm=0.196 sysload=0.47 cputime=3592.552 memavail=668400 print_time=89954.963 buffer_time=2.079 print_stall=86 extruder: target=260 temp=260.7 pwm=0.857 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90739.7: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41594852 bytes_read=26404213 bytes_retransmit=9 bytes_invalid=0 send_seq=877413 receive_seq=877413 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=15 upcoming_bytes=8131 freq=64001137 CB1: temp=46.2 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1942977 heater_bed: target=110 temp=109.9 pwm=0.206 sysload=0.47 cputime=3592.734 memavail=667908 print_time=89956.828 buffer_time=2.944 print_stall=86 extruder: target=260 temp=259.9 pwm=0.261 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90740.7: gcodein=0 mcu: mcu_awake=0.081 mcu_task_avg=0.000036 mcu_task_stddev=0.000042 bytes_write=41600972 bytes_read=26405218 bytes_retransmit=9 bytes_invalid=0 send_seq=877517 receive_seq=877517 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=23 upcoming_bytes=6876 freq=64001141 CB1: temp=46.5 Manta: temp=43.9 chamber: temp=41.7 sd_pos=1943634 heater_bed: target=110 temp=109.9 pwm=0.258 sysload=0.47 cputime=3592.892 memavail=667912 print_time=89957.542 buffer_time=2.657 print_stall=86 extruder: target=260 temp=260.6 pwm=0.000 | |
Stats 90741.7: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41607086 bytes_read=26406199 bytes_retransmit=9 bytes_invalid=0 send_seq=877622 receive_seq=877622 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=3845 freq=64001140 CB1: temp=46.0 Manta: temp=43.9 chamber: temp=41.7 sd_pos=1944080 heater_bed: target=110 temp=109.9 pwm=0.249 sysload=0.47 cputime=3593.031 memavail=667912 print_time=89957.972 buffer_time=2.086 print_stall=86 extruder: target=260 temp=260.5 pwm=0.000 | |
Stats 90742.7: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41613196 bytes_read=26407173 bytes_retransmit=9 bytes_invalid=0 send_seq=877726 receive_seq=877726 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=49 upcoming_bytes=3388 freq=64001143 CB1: temp=46.1 Manta: temp=44.3 chamber: temp=41.6 sd_pos=1945029 heater_bed: target=110 temp=110.0 pwm=0.183 sysload=0.43 cputime=3593.212 memavail=667912 print_time=89958.975 buffer_time=2.088 print_stall=86 extruder: target=260 temp=259.9 pwm=0.803 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90743.7: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41619319 bytes_read=26408178 bytes_retransmit=9 bytes_invalid=0 send_seq=877830 receive_seq=877830 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=43 upcoming_bytes=4152 freq=64001143 CB1: temp=45.9 Manta: temp=44.0 chamber: temp=41.6 sd_pos=1946675 heater_bed: target=110 temp=110.1 pwm=0.123 sysload=0.43 cputime=3593.397 memavail=667672 print_time=89960.201 buffer_time=2.313 print_stall=86 extruder: target=260 temp=260.2 pwm=0.348 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Unknown command:"TIMELAPSE_TAKE_FRAME" | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90744.8: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41625219 bytes_read=26409118 bytes_retransmit=9 bytes_invalid=0 send_seq=877931 receive_seq=877930 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=16 upcoming_bytes=6051 freq=64001144 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1948745 heater_bed: target=110 temp=110.1 pwm=0.123 sysload=0.43 cputime=3593.685 memavail=667672 print_time=89961.232 buffer_time=2.318 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90745.8: gcodein=0 mcu: mcu_awake=0.074 mcu_task_avg=0.000035 mcu_task_stddev=0.000040 bytes_write=41630826 bytes_read=26410092 bytes_retransmit=9 bytes_invalid=0 send_seq=878028 receive_seq=878028 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=53 upcoming_bytes=6323 freq=64001142 CB1: temp=46.5 Manta: temp=43.4 chamber: temp=41.6 sd_pos=1949810 heater_bed: target=110 temp=110.1 pwm=0.123 sysload=0.43 cputime=3593.864 memavail=667704 print_time=89962.026 buffer_time=2.111 print_stall=86 extruder: target=260 temp=260.0 pwm=0.364 | |
Stats 90746.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41638536 bytes_read=26411213 bytes_retransmit=9 bytes_invalid=0 send_seq=878158 receive_seq=878158 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=48 upcoming_bytes=4250 freq=64001147 CB1: temp=46.3 Manta: temp=44.3 chamber: temp=41.7 sd_pos=1950474 heater_bed: target=110 temp=110.2 pwm=0.123 sysload=0.43 cputime=3594.051 memavail=667664 print_time=89963.061 buffer_time=2.145 print_stall=86 extruder: target=260 temp=260.1 pwm=0.468 | |
Stats 90747.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41645916 bytes_read=26412273 bytes_retransmit=9 bytes_invalid=0 send_seq=878282 receive_seq=878282 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=37 upcoming_bytes=4777 freq=64001147 CB1: temp=46.5 Manta: temp=43.6 chamber: temp=41.7 sd_pos=1952735 heater_bed: target=110 temp=110.2 pwm=0.157 sysload=0.39 cputime=3594.436 memavail=667716 print_time=89964.407 buffer_time=2.490 print_stall=86 extruder: target=260 temp=259.2 pwm=1.000 | |
Stats 90748.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41651517 bytes_read=26413242 bytes_retransmit=9 bytes_invalid=0 send_seq=878379 receive_seq=878379 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=30 upcoming_bytes=3616 freq=64001147 CB1: temp=46.8 Manta: temp=44.6 chamber: temp=41.6 sd_pos=1953872 heater_bed: target=110 temp=110.1 pwm=0.157 sysload=0.39 cputime=3594.636 memavail=668172 print_time=89965.034 buffer_time=2.116 print_stall=86 extruder: target=260 temp=259.9 pwm=0.159 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90749.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41656865 bytes_read=26414187 bytes_retransmit=9 bytes_invalid=0 send_seq=878477 receive_seq=878477 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=55 upcoming_bytes=3491 freq=64001151 CB1: temp=46.2 Manta: temp=44.7 chamber: temp=41.7 sd_pos=1955506 heater_bed: target=110 temp=110.1 pwm=0.157 sysload=0.39 cputime=3594.906 memavail=668156 print_time=89966.098 buffer_time=2.178 print_stall=86 extruder: target=260 temp=259.5 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90750.8: gcodein=0 mcu: mcu_awake=0.070 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41663979 bytes_read=26415266 bytes_retransmit=9 bytes_invalid=0 send_seq=878599 receive_seq=878599 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=51 upcoming_bytes=6318 freq=64001154 CB1: temp=46.2 Manta: temp=44.3 chamber: temp=41.7 sd_pos=1958697 heater_bed: target=110 temp=110.1 pwm=0.157 sysload=0.39 cputime=3595.241 memavail=667916 print_time=89967.759 buffer_time=2.770 print_stall=86 extruder: target=260 temp=259.5 pwm=0.835 | |
Stats 90751.8: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=41669065 bytes_read=26416197 bytes_retransmit=9 bytes_invalid=0 send_seq=878688 receive_seq=878688 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=3577 freq=64001152 CB1: temp=46.7 Manta: temp=44.1 chamber: temp=41.6 sd_pos=1959041 heater_bed: target=110 temp=110.1 pwm=0.204 sysload=0.39 cputime=3595.372 memavail=667680 print_time=89968.387 buffer_time=2.398 print_stall=86 extruder: target=260 temp=259.6 pwm=0.181 | |
Stats 90752.8: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=41674398 bytes_read=26417122 bytes_retransmit=9 bytes_invalid=0 send_seq=878785 receive_seq=878785 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=1997 freq=64001154 CB1: temp=46.0 Manta: temp=43.8 chamber: temp=41.6 sd_pos=1960078 heater_bed: target=110 temp=110.1 pwm=0.204 sysload=0.36 cputime=3595.540 memavail=667680 print_time=89969.183 buffer_time=2.193 print_stall=86 extruder: target=260 temp=259.6 pwm=0.723 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90753.8: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=41680444 bytes_read=26418106 bytes_retransmit=9 bytes_invalid=0 send_seq=878888 receive_seq=878888 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=57 upcoming_bytes=4424 freq=64001151 CB1: temp=46.0 Manta: temp=44.0 chamber: temp=41.7 sd_pos=1964102 heater_bed: target=110 temp=110.1 pwm=0.204 sysload=0.36 cputime=3595.805 memavail=667680 print_time=89970.635 buffer_time=2.645 print_stall=86 extruder: target=260 temp=259.9 pwm=0.000 | |
Stats 90754.8: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=41684484 bytes_read=26418936 bytes_retransmit=9 bytes_invalid=0 send_seq=878960 receive_seq=878960 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=7 upcoming_bytes=4787 freq=64001152 CB1: temp=46.6 Manta: temp=43.9 chamber: temp=41.6 sd_pos=1965229 heater_bed: target=110 temp=110.0 pwm=0.204 sysload=0.36 cputime=3596.055 memavail=667456 print_time=89971.238 buffer_time=2.247 print_stall=86 extruder: target=260 temp=259.2 pwm=1.000 | |
Stats 90755.8: gcodein=0 mcu: mcu_awake=0.080 mcu_task_avg=0.000038 mcu_task_stddev=0.000044 bytes_write=41690725 bytes_read=26419911 bytes_retransmit=9 bytes_invalid=0 send_seq=879067 receive_seq=879067 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=54 upcoming_bytes=4999 freq=64001154 CB1: temp=46.6 Manta: temp=44.6 chamber: temp=41.6 sd_pos=1967380 heater_bed: target=110 temp=110.1 pwm=0.164 sysload=0.36 cputime=3596.462 memavail=667716 print_time=89972.236 buffer_time=2.244 print_stall=86 extruder: target=260 temp=259.2 pwm=0.865 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90756.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41696964 bytes_read=26420931 bytes_retransmit=9 bytes_invalid=0 send_seq=879174 receive_seq=879174 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6172 freq=64001157 CB1: temp=46.5 Manta: temp=44.6 chamber: temp=41.6 sd_pos=1969422 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.36 cputime=3596.915 memavail=667716 print_time=89973.456 buffer_time=2.463 print_stall=86 extruder: target=260 temp=259.6 pwm=0.295 | |
Stats 90757.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41703543 bytes_read=26421966 bytes_retransmit=9 bytes_invalid=0 send_seq=879287 receive_seq=879287 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=3434 freq=64001153 CB1: temp=46.7 Manta: temp=44.3 chamber: temp=41.7 sd_pos=1970498 heater_bed: target=110 temp=110.0 pwm=0.223 sysload=0.41 cputime=3597.167 memavail=667716 print_time=89974.030 buffer_time=2.036 print_stall=86 extruder: target=260 temp=259.4 pwm=0.203 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 3000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 3000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90758.8: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41710012 bytes_read=26422956 bytes_retransmit=9 bytes_invalid=0 send_seq=879397 receive_seq=879397 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=27 upcoming_bytes=5088 freq=64001148 CB1: temp=46.4 Manta: temp=44.3 chamber: temp=41.7 sd_pos=1972690 heater_bed: target=110 temp=110.0 pwm=0.164 sysload=0.41 cputime=3597.422 memavail=667748 print_time=89975.340 buffer_time=2.345 print_stall=86 extruder: target=260 temp=259.1 pwm=1.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90760.0: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41716561 bytes_read=26424031 bytes_retransmit=9 bytes_invalid=0 send_seq=879510 receive_seq=879510 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=0 upcoming_bytes=9696 freq=64001151 CB1: temp=46.4 Manta: temp=44.1 chamber: temp=41.7 sd_pos=1976144 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.41 cputime=3597.753 memavail=667748 print_time=89976.846 buffer_time=2.715 print_stall=86 extruder: target=260 temp=259.3 pwm=0.318 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90761.0: gcodein=0 mcu: mcu_awake=0.065 mcu_task_avg=0.000035 mcu_task_stddev=0.000041 bytes_write=41723357 bytes_read=26425046 bytes_retransmit=9 bytes_invalid=0 send_seq=879625 receive_seq=879625 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=39 upcoming_bytes=9398 freq=64001149 CB1: temp=46.4 Manta: temp=43.8 chamber: temp=41.7 sd_pos=1977517 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.41 cputime=3597.993 memavail=667752 print_time=89977.699 buffer_time=2.568 print_stall=86 extruder: target=260 temp=259.7 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
Stats 90762.0: gcodein=0 mcu: mcu_awake=0.077 mcu_task_avg=0.000037 mcu_task_stddev=0.000043 bytes_write=41731083 bytes_read=26426206 bytes_retransmit=9 bytes_invalid=0 send_seq=879757 receive_seq=879757 retransmit_seq=2 srtt=0.000 rttvar=0.000 rto=0.025 ready_bytes=8 upcoming_bytes=6713 freq=64001147 CB1: temp=46.8 Manta: temp=44.0 chamber: temp=41.7 sd_pos=1979106 heater_bed: target=110 temp=109.9 pwm=0.226 sysload=0.41 cputime=3598.235 memavail=667752 print_time=89978.355 buffer_time=2.222 print_stall=86 extruder: target=260 temp=259.6 pwm=0.000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 5000.000000 | |
max_accel_to_decel: 4000.000000 | |
square_corner_velocity: 8.000000 | |
toolhead: max_velocity: 500.000000 | |
max_accel: 4000.000000 | |
max_accel_to_decel: 5000.000000 | |
square_corn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment