Jump to content

war4peace

Member
  • Posts

    7
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

war4peace's Achievements

1

Reputation

  1. Thank you, that did the trick. Turns out I had the wrong variable. All good now, thanks again for fixing this!
  2. Well that's the issue, the preheat GCode is inserted by Cura before the "Start G-Code" entries in Machine Settings. One thing I have done is dialing back the temperature to undo Cura's preheating, but there is still a little bit of filament buildup in the nozzle. Here's my Start G-Code: M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205 J0.01 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate M104 S120 ;Set temperature back to 120 degrees to mitigate Cura preheating G28 ;Home First G29 ;Create New Mesh M104 S{print_temperature} G28 ;Home M420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position M109 S{print_temperature} G1 X10.1 Y200.0 Z0.2 F1500.0 E15 ;Draw the first line G1 X12.4 Y200.0 Z0.2 F5000.0 ;Move to side a little G1 X12.4 Y20 Z0.2 F3000.0 E30 ;Draw the second line faster G10 ; Retract G1 X14.4 Y20 Z0.2 F5000.0 ; Move a little bit more to mitigate stringing G1 Z2.0 F3000 ;Move Z Axis up G1 X14.4 Y200 Z2.0 F5000.0 ; Move a little bit more to mitigate stringing G11; Unretract G92 E0 ;Reset Extruder
  3. Actually the nozzle being hot or not won't matter at all, the expansion is very small. Furthermore, you only have to do it once. Mesh bed leveling helps in case the bed moves a tiny bit because of the springs and there is no need for nozzle to be hot at the time. The bed, yes, but not the nozzle. Other slicers don't preheat the nozzle if I tell them not to. Cura seems to add the M109 command before even processing the pre-print G-Code. So far I have resorted to editing the GCode every time and removing the offending part, but I want to find out whether that can be done through the slicer rather than manually. This is the part I am talking about: ;Generated with Cura_SteamEngine 4.8.0 M140 S85 M105 M190 S85 M104 S230 M105 M109 S230
  4. Here's the problem I am facing: Every time I start a print using Cura sliced g-code, the bed preheats and then the nozzle preheats before the pre-print code is run. My pre-print GCode does a full bed mesh checking using G29 (25 points), then homes once more, then prepares the actual print with a priming line etc. During all this time, the nozzle is preheated by Cura and oozes filament pretty much everywhere. I have found a setting called "Initial Printing Temperature" which I assume controls the initial temperature of the nozzle before the G-Code is being processed. Am I correct in my assumption? For example, if I set it to 100 degrees Celsius, would it mean that there's no more oozing and fully heated nozzle while pre-print GCode is being processed? Thank you for your answers!
  5. Anyone? I can't proceed with my print because of this crash and it's a multi-day print which eats up a lot of filament, I'd rather not risk it.
  6. Hi all, I have been commissioned to print a large model. This is the model and it needed to be resized such as the largest size should be 420mm. After resizing and arranging the model on the plate like a litophane, I started slicing. Sometimes Cura would not slice at all immediately saying `"Unable to slice", after moving the model back and forth by 1mm on the plate I try again and eventually it starts slicing, which takes a while. After it finishes, I can't preview the model. Cura crashes every time I try doing that. Below you can read the relevant log. Interestingly, I get a warning saying `"Mesh has overlapping faces!" - I checked with various tools (Netfabb, meshMixer) and the model is manifold. At any rate, when I try to preview the sliced G-Code (it's 1.05 GB in size), Cura memory usage jumps to around 8-9 GB, fluctuates there and crashes. Logs show no crash reason, but I assume there is a memory overflow exception somewhere triggered by this large and complex model. With Cura being the only slicer reliably using Tree Supports, and this being a complex model which doesn't really work otherwise, I am stuck. FYI I have successfully sliced and previewed the model at 100% scale and printing it right now, to check integrity. 2020-09-21 08:05:04,009 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [246]: Starting to slice... 2020-09-21 08:05:04,010 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [264]: Going to slice build plate [0]! 2020-09-21 08:05:04,465 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onStartSliceCompleted [457]: Sending slice message took 0.4547562599182129 seconds 2020-09-21 08:05:06,572 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] [WARNING] Mesh has overlapping faces! 2020-09-21 08:05:07,616 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] [WARNING] -s wireframe_roof_outer_delay="0.2" -s support_conical_enabled="False" -s switch_extruder_extra_prime_amount="0" -s support_roof_line_width="0.4" -s speed_topbottom="25.0" -s z_seam_y="450" -s wireframe_nozzle_clearance="1" -s wireframe_printspeed_flat="5" -s support_infill_rate="0" -s ironing_pattern="zigzag" -s wireframe_top_jump="0.6" -s cutting_mesh="False" -s wireframe_printspeed="5" -s support_top_distance="0.2" -s acceleration_topbottom="500" -s skin_outline_count="1" -s jerk_wall_0="8" -s material_flow_dependent_temperature="False" -s raft_smoothing="5" -s machine_max_feedrate_z="10" -s machine_always_write_active_tool="False" -s wipe_retraction_retract_speed="25" -s machine_steps_per_mm_z="50" -s support_extruder_nr="0" -s xy_offset="0" -s material_break_preparation_retracted_position="-16" -s prime_tower_min_volume="6" -s layer_start_x="0.0" -s raft_interface_acceleration="500" -s optimize_wall_printing_order="True" -s bridge_skin_material_flow_3="110" -s acceleration_wall_0="500" -s speed_support_infill="25.0" -s support_enable="True" -s raft_surface_line_width="0.4" -s material_flush_purge_length="60" -s wireframe_flow_connection="100" -s line_width="0.4" -s flow_rate_max_extrusion_offset="0" -s support_skip_zag_per_mm="20" -s wall_line_width_x="0.4" -s support_bottom_offset="0.0" -s material_break_temperature="50" -s roofing_material_flow="100" -s travel_avoid_other_parts="True" -s material_bed_temperature_layer_0="60" -s cool_fan_full_layer="4" -s infill_enable_travel_optimization="False" -s acceleration_print="500" -s machine_max_acceleration_z="100" -s travel_compensate_overlapping_walls_enabled="True" -s wall_0_extruder_nr="-1" -s adaptive_layer_height_enabled="False" -s small_feature_speed_factor="50" -s speed_wall_x="25.0" -s outer_inset_first="False" -s cool_fan_speed_min="100.0" -s acceleration_support="500" -s acceleration_wall_x="500" -s draft_shield_height_limitation="full" -s wall_min_flow="0" -s raft_base_speed="18.75" -s support_roof_material_flow="100" -s material_break_speed="25" -s retract_at_layer_change="False" -s support_bottom_line_distance="2.4000240002400024" -s support_type="everywhere" -s infill_material_flow="100" -s machine_firmware_retract="False" -s infill_support_angle="40" -s minimum_bottom_area="10" -s meshfix_keep_open_polygons="False" -s meshfix_maximum_travel_resolution="0.05" -s retraction_speed="25" -s wireframe_printspeed_up="5" -s raft_interface_speed="18.75" -s wall_line_width_0="0.4" -s wireframe_printspeed_bottom="5" -s wipe_retraction_enable="True" -s magic_fuzzy_skin_point_dist="0.8" -s machine_settings="0" -s wall_line_count="2" -s machine_extruder_count="1" -s infill_offset_y="0" -s infill_multiplier="1" -s machine_steps_per_mm_x="50" -s raft_airgap="0.3" -s bridge_skin_material_flow="60" -s support_bottom_material_flow="100" -s print_sequence="all_at_once" -s support_xy_distance_overhang="0.4" -s wireframe_fall_down="0.5" -s speed_travel="150.0" -s support_bottom_stair_step_min_slope="10.0" -s machine_heated_build_volume="False" -s support_angle="45" -s jerk_travel="8" -s support_initial_layer_line_distance="0" -s support_roof_extruder_nr="0" -s infill_wall_line_count="0" -s acceleration_support_infill="500" -s wireframe_top_delay="0" -s support_pattern="zigzag" -s cooling="0" -s coasting_enable="False" -s support_infill_sparse_thickness="0.2" -s support_tower_roof_angle="65" -s support_fan_enable="False" -s infill_sparse_thickness="0.2" -s minimum_support_area="2" -s draft_shield_height="10" -s material_standby_temperature="150" -s support_roof_density="33.333" -s wireframe_roof_fall_down="2" -s retraction_hop_only_when_collides="False" -s platform_adhesion="0" -s z_seam_relative="False" -s material_crystallinity="False" -s skirt_brim_speed="20.0" -s support_brim_enable="True" -s acceleration_roofing="500" -s retraction_hop_enabled="False" -s infill_support_enabled="False" -s support_extruder_nr_layer_0="0" -s cool_min_layer_time_fan_speed_max="10" -s wireframe_printspeed_down="5" -s speed_equalize_flow_enabled="False" -s sub_div_rad_add="0.4" -s time="08:05:04" -s material="0" -s expand_skins_expand_distance="0.8" -s top_layers="4" -s wipe_repeat_count="5" -s bridge_fan_speed_3="0" -s support_skip_some_zags="False" -s gradual_support_infill_step_height="1" -s wipe_hop_amount="0.2" -s gradual_infill_steps="0" -s raft_interface_jerk="8" -s switch_extruder_prime_speed="20" -s material_end_of_filament_purge_speed="0.5" -s bridge_skin_speed_2="12.5" -s minimum_roof_area="10" -s brim_replaces_support="True" -s speed_print="50.0" -s support_z_distance="0.2" -s connect_skin_polygons="False" -s machine_max_jerk_e="5" -s wireframe_straight_before_down="20" -s top_bottom_extruder_nr="-1" -s anti_overhang_mesh="False" -s jerk_print_layer_0="8" -s speed_equalize_flow_max="150" -s support_infill_extruder_nr="0" -s speed_print_layer_0="20.0" -s machine_shape="rectangular" -s support_line_distance="0" -s wipe_retraction_amount="6.5" -s jerk_support_bottom="8" -s raft_surface_jerk="8" -s speed_z_hop="5" -s cross_support_density_image="" -s switch_extruder_retraction_amount="16" -s hole_xy_offset="0" -s bridge_skin_speed_3="12.5" -s machine_max_jerk_xy="10" -s support_conical_angle="30" -s gantry_height="30" -s support_interface_skip_height="0.2" -s skin_angles="[ ]" -s initial_layer_line_width_factor="100.0" -s machine_name="Creality CR-10 Max" -s day="Mon" -s travel_compensate_overlapping_walls_x_enabled="True" -s jerk_topbottom="8" -s infill_mesh_order="0" -s cool_min_speed="10" -s machine_min_cool_heat_time_window="50.0" -s prime_tower_size="20" -s jerk_prime_tower="8" -s support_roof_pattern="grid" -s adaptive_layer_height_threshold="0.2" -s raft_speed="25.0" -s raft_surface_fan_speed="0" -s initial_extruder_nr="0" -s machine_steps_per_mm_e="1600" -s retraction_prime_speed="25" -s acceleration_enabled="False" -s z_seam_type="back" -s skirt_brim_line_width="0.4" -s machine_show_variants="False" -s machine_nozzle_head_distance="3" -s speed_support_bottom="60" -s support_tower_maximum_supported_diameter="3.0" -s machine_endstop_positive_direction_z="True" -s mold_width="5" -s machine_max_acceleration_y="500" -s skirt_brim_material_flow="100" -s retraction_combing="off" -s infill_overlap="30.0" -s bridge_skin_density_2="75" -s gradual_infill_step_height="1.5" -s material_bed_temp_wait="True" -s support_conical_min_width="5.0" -s raft_base_line_spacing="1.6" -s support_tower_diameter="3.0" -s skirt_line_count="3" -s machine_nozzle_temp_enabled="True" -s material_no_load_move_factor="0.940860215" -s speed_ironing="16.666666666666668" -s skirt_gap="10.0" -s support_zag_skip_count="0" -s wipe_pause="0" -s prime_tower_flow="100" -s ooze_shield_dist="2" -s wireframe_height="3" -s support_roof_height="0.8" -s clean_between_layers="False" -s machine_max_feedrate_x="500" -s mold_enabled="False" -s prime_tower_position_y="420.6" -s resolution="0" -s infill_line_distance="6.0" -s connect_infill_polygons="False" -s raft_base_line_width="0.8" -s support_bottom_angles="[ ]" -s min_skin_width_for_expansion="4.898587196589413e-17" -s machine_acceleration="500" -s meshfix_maximum_deviation="0.025" -s infill_wipe_dist="0.0" -s jerk_layer_0="8" -s skin_overlap_mm="0.04" -s material_break_preparation_temperature="210" -s support_infill_angles="[ ]" -s skirt_brim_minimal_length="250" -s support_xy_overrides_z="xy_overrides_z" -s top_skin_preshrink="0.8" -s retraction_combing_max_distance="30" -s wall_extruder_nr="-1" -s machine_head_with_fans_polygon="[[-44, 34], [-44, -34], [38, -34], [38, 34]]" -s material_bed_temp_prepend="True" -s bridge_skin_support_threshold="50" -s support_interface_material_flow="100" -s top_bottom_thickness="0.8" -s fill_outline_gaps="False" -s raft_interface_fan_speed="0" -s coasting_volume="0.064" -s wall_x_extruder_nr="-1" -s experimental="0" -s machine_nozzle_heat_up_speed="2.0" -s wipe_hop_enable="False" -s jerk_enabled="False" -s raft_fan_speed="0" -s wall_material_flow="100" -s support_interface_pattern="grid" -s brim_width="8.0" -s machine_endstop_positive_direction_x="False" -s machine_use_extruder_offset_to_offset_coords="True" -s retraction_count_max="100" -s z_seam_position="back" -s speed="0" -s print_bed_temperature="60" -s wall_0_wipe_dist="0.0" -s travel_retract_before_outer_wall="True" -s speed_prime_tower="25.0" -s mesh_position_z="0" -s wipe_retraction_speed="25" -s extruder_prime_pos_x="0" -s meshfix_union_all="True" -s wipe_move_distance="20" -s skin_line_width="0.4" -s material_shrinkage_percentage="0" -s fill_perimeter_gaps="everywhere" -s retraction_amount="6.5" -s carve_multiple_volumes="False" -s mold_roof_height="0.5" -s travel="0" -s max_extrusion_before_wipe="10" -s support_bottom_extruder_nr="0" -s speed_travel_layer_0="100.0" -s material_break_preparation_speed="2" -s wireframe_flow="100" -s material_anti_ooze_retraction_speed="5" -s wipe_hop_speed="5" -s support_bottom_pattern="grid" -s machine_nozzle_id="unknown" -s machine_nozzle_size="0.4" -s speed_layer_0="20.0" -s layer_0_z_overlap="0.15" -s top_skin_expand_distance="0.8" -s infill_randomize_start_location="False" -s support_tree_branch_diameter_angle="5" -s support_interface_offset="0.0" -s top_bottom_pattern_0="lines" -s infill_angles="[ ]" -s machine_max_feedrate_e="50" -s bridge_fan_speed_2="0" -s support_offset="0" -s retraction_extra_prime_amount="0" -s support_bottom_stair_step_height="0.3" -s magic_spiralize="False" -s shell="0" -s travel_avoid_supports="True" -s prime_tower_position_x="440.6" -s support_meshes_present="False" -s machine_depth="450" -s raft_base_acceleration="500" -s wall_overhang_speed_factor="100" -s conical_overhang_enabled="False" -s infill_overlap_mm="0.12" -s remove_empty_first_layers="True" -s bottom_layers="4" -s prime_tower_brim_enable="False" -s wireframe_bottom_delay="0" -s skin_no_small_gaps_heuristic="False" -s minimum_polygon_circumference="1.0" -s flow_rate_extrusion_offset_factor="100" -s adaptive_layer_height_variation="0.04" -s jerk_support_infill="8" -s support_use_towers="False" -s cross_infill_pocket_size="6.0" -s speed_support="25.0" -s z_seam_x="225.0" -s wireframe_flat_delay="0.1" -s magic_fuzzy_skin_enabled="False" -s ironing_enabled="False" -s ironing_line_spacing="0.1" -s retraction_hop_after_extruder_switch_height="0.2" -s coasting_min_volume="0.8" -s magic_mesh_surface_mode="normal" -s ironing_flow="10.0" -s bridge_enable_more_layers="True" -s raft_surface_speed="25.0" -s center_object="False" -s ooze_shield_angle="60" -s extruder_prime_pos_abs="False" -s draft_shield_enabled="False" -s wireframe_flow_flat="100" -s adhesion_type="brim" -s roofing_line_width="0.4" -s material_flush_purge_speed="0.5" -s travel_speed="150.0" -s prime_blob_enable="False" -s material_initial_print_temperature="210" -s bridge_wall_coast="100" -s wall_0_material_flow="100" -s support_interface_line_width="0.4" -s wall_x_material_flow="100" -s machine_height="470" -s machine_buildplate_type="glass" -s small_feature_max_length="0.0" -s cool_min_layer_time="10" -s machine_feeder_wheel_diameter="10.0" -s support_bottom_density="33.333" -s cool_fan_speed_max="100.0" -s roofing_extruder_nr="-1" -s support_interface_angles="[ ]" -s jerk_skirt_brim="8" -s cool_fan_speed_0="0" -s acceleration_prime_tower="500" -s machine_max_jerk_z="0.4" -s multiple_mesh_overlap="0.15" -s skin_edge_support_layers="0" -s support="0" -s support_bottom_enable="True" -s wireframe_strategy="compensate" -s blackmagic="0" -s brim_gap="0" -s infill_sparse_density="20" -s retraction_enable="True" -s bridge_settings_enabled="False" -s ironing_only_highest_layer="False" -s mesh_position_x="0" -s filter_out_tiny_gaps="False" -s skin_material_flow="100" -s wireframe_roof_inset="3" -s command_line_settings="0" -s jerk_print="8" -s acceleration_support_bottom="500" -s brim_line_count="20" -s skin_edge_support_thickness="0" -s material_extrusion_cool_down_speed="0.7" -s machine_gcode_flavor="RepRap (Marlin/Sprinter)" -s bridge_skin_density_3="80" -s wipe_retraction_extra_prime_amount="0" -s magic_fuzzy_skin_outside_only="False" -s retraction_min_travel="1.5" -s speed_wall="25.0" -s coasting_speed="90" -s bottom_thickness="0.8" -s acceleration_travel_layer_0="500" -s machine_width="450" -s min_infill_area="0" -s prime_tower_wipe_enabled="True" -s layer_start_y="0.0" -s raft_surface_acceleration="500" -s wipe_brush_pos_x="100" -s bridge_skin_speed="12.5" -s jerk_roofing="8" -s prime_tower_line_width="0.4" -s acceleration_support_interface="500" -s default_material_bed_temperature="60" -s machine_disallowed_areas="[]" -s switch_extruder_retraction_speeds="20" -s raft_base_fan_speed="0" -s infill_mesh="False" -s raft_margin="15" -s acceleration_wall="500" -s support_bottom_distance="0.2" -s jerk_ironing="8" -s support_connect_zigzags="True" -s material_end_of_filament_purge_length="20" -s cool_fan_enabled="True" -s support_xy_distance="0.8" -s raft_interface_thickness="0.30000000000000004" -s support_material_flow="100" -s wipe_retraction_prime_speed="25" -s support_roof_enable="True" -s top_thickness="0.8" -s bridge_skin_density="100" -s roofing_angles="[ ]" -s support_tree_branch_diameter="2" -s z_seam_corner="z_seam_corner_weighted" -s cool_fan_full_at_height="0.6000000000000001" -s initial_bottom_layers="4" -s infill_line_width="0.4" -s support_interface_extruder_nr="0" -s jerk_support="8" -s retraction_hop_after_extruder_switch="True" -s jerk_support_interface="8" -s infill_pattern="cubic" -s support_tree_branch_distance="1" -s machine_nozzle_tip_outer_diameter="1" -s max_skin_angle_for_expansion="90" -s small_feature_speed_factor_0="50" -s slicing_tolerance="middle" -s retraction_retract_speed="25" -s material_print_temp_wait="True" -s support_bottom_height="0.8" -s wall_min_flow_retract="False" -s jerk_infill="8" -s cross_infill_density_image="" -s support_roof_offset="0.0" -s support_line_width="0.4" -s support_wall_count="1" -s wireframe_up_half_speed="0.3" -s minimum_interface_area="10" -s infill_before_walls="False" -s speed_slowdown_layers="2" -s support_mesh_drop_down="True" -s machine_max_feedrate_y="500" -s wireframe_drag_along="0.6" -s machine_max_acceleration_x="500" -s jerk_wall="8" -s infill_offset_x="0" -s material_flow_layer_0="100" -s material_adhesion_tendency="10" -s machine_end_gcode="G91 ;Relative positioning 2020-09-21 08:05:07,619 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 E-2 F2700 ;Retract a bit 2020-09-21 08:05:07,622 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 E-2 Z0.2 F2400 ;Retract and raise Z 2020-09-21 08:05:07,624 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X5 Y5 F3000 ;Wipe out 2020-09-21 08:05:07,627 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 Z10 ;Raise Z more 2020-09-21 08:05:07,629 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G90 ;Absolute positionning 2020-09-21 08:05:07,632 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 2020-09-21 08:05:07,634 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X0 Y450 ;Present print 2020-09-21 08:05:07,637 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M106 S0 ;Turn-off fan 2020-09-21 08:05:07,639 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M104 S0 ;Turn-off hotend 2020-09-21 08:05:07,642 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M140 S0 ;Turn-off bed 2020-09-21 08:05:07,646 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M84 ; disable motors" -s raft_base_thickness="0.24" -s zig_zaggify_support="False" -s support_interface_height="0.8" -s prime_tower_enable="False" -s raft_base_jerk="8" -s support_tree_angle="40" -s material_final_print_temperature="210" -s raft_jerk="8" -s material_anti_ooze_retracted_position="-4" -s support_roof_angles="[ ]" -s layer_height_0="0.2" -s magic_fuzzy_skin_thickness="0.3" -s jerk_support_roof="8" -s wireframe_roof_drag_along="0.8" -s material_maximum_park_duration="300" -s top_bottom_pattern="lines" -s machine_start_gcode="M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration 2020-09-21 08:05:07,648 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate 2020-09-21 08:05:07,651 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration 2020-09-21 08:05:07,653 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk 2020-09-21 08:05:07,656 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M220 S100 ;Reset Feedrate 2020-09-21 08:05:07,658 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M221 S100 ;Reset Flowrate 2020-09-21 08:05:07,661 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] ;M104 S200 2020-09-21 08:05:07,663 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G28 ;Home 2020-09-21 08:05:07,666 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height 2020-09-21 08:05:07,668 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 2020-09-21 08:05:07,671 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G92 E0 ;Reset Extruder 2020-09-21 08:05:07,673 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 Z2.0 F3000 ;Move Z Axis up 2020-09-21 08:05:07,676 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position 2020-09-21 08:05:07,678 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] M109 S200 2020-09-21 08:05:07,681 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X10.1 Y200.0 Z0.4 F1500.0 E15 ;Draw the first line 2020-09-21 08:05:07,683 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X12.4 Y200.0 Z0.4 F5000.0 ;Move to side a little 2020-09-21 08:05:07,686 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X12.4 Y20 Z0.4 F1500.0 E30 ;Draw the second line 2020-09-21 08:05:07,688 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G10 ; Retract 2020-09-21 08:05:07,690 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X14.4 Y20 Z0.4 F5000.0 ; Move a little bit more to mitigate stringing 2020-09-21 08:05:07,692 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 Z2.0 F3000 ;Move Z Axis up 2020-09-21 08:05:07,695 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G1 X14.4 Y200 Z0.4 F5000.0 ; Move a little bit more to mitigate stringing 2020-09-21 08:05:07,697 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G11; Unretract 2020-09-21 08:05:07,701 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] G92 E0 ;Reset Extruder" -s machine_max_acceleration_e="5000" -s support_roof_line_distance="2.4000240002400024" -s brim_outside_only="True" -s machine_endstop_positive_direction_y="False" -s bridge_skin_material_flow_2="100" -s adaptive_layer_height_variation_step="0.04" -s material_surface_energy="100" -s machine_heat_zone_length="16" -s date="21-09-2020" -s raft_surface_thickness="0.2" -s xy_offset_layer_0="0" -s bridge_wall_speed="12.5" -s meshfix_union_all_remove_holes="False" -s machine_heated_bed="True" -s support_structure="tree" -s magic_fuzzy_skin_point_density="1.25" -s support_bottom_stair_step_width="5.0" -s mold_angle="40" -s support_join_distance="2.0" -s adhesion_extruder_nr="0" -s relative_extrusion="False" -s acceleration_layer_0="500" -s skin_overlap="10.0" -s jerk_wall_x="8" -s bridge_wall_min_length="5" -s alternate_extra_perimeter="False" -s nozzle_disallowed_areas="[]" -s meshfix_maximum_resolution="0.05" -s alternate_carve_order="True" -s support_tree_collision_resolution="0.2" -s support_interface_density="33.333" -s raft_acceleration="500" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s machine_nozzle_cool_down_speed="2.0" -s material_break_retracted_position="-50" -s raft_surface_line_spacing="0.4" -s support_brim_line_count="10" -s acceleration_ironing="500" -s speed_infill="50.0" -s speed_roofing="25.0" -s jerk_travel_layer_0="8" -s support_supported_skin_fan_speed="100" -s default_material_print_temperature="210" -s wall_line_width="0.4" -s acceleration_travel="500" -s cool_lift_head="False" -s machine_minimum_feedrate="0.0" -s cool_fan_speed="100.0" -s machine_steps_per_mm_y="50" -s machine_nozzle_expansion_angle="45" -s extruder_prime_pos_z="0" -s roofing_pattern="lines" -s small_hole_max_size="0" -s skin_preshrink="0.8" -s ironing_inset="0.38" -s wall_thickness="0.8" -s bridge_wall_material_flow="50" -s travel_compensate_overlapping_walls_0_enabled="False" -s support_mesh="False" -s material_bed_temperature="60" -s layer_height="0.2" -s travel_avoid_distance="0.625" -s material_print_temperature_layer_0="210" -s machine_extruders_share_heater="False" -s smooth_spiralized_contours="True" -s draft_shield_dist="10" -s acceleration_print_layer_0="500" -s limit_support_retractions="True" -s wall_0_inset="0" -s speed_support_interface="25.0" -s bottom_skin_preshrink="0.8" -s dual="0" -s retraction_hop="0.2" -s roofing_layer_count="0" -s zig_zaggify_infill="False" -s infill_extruder_nr="-1" -s wireframe_enabled="False" -s material_diameter="1.75" -s wall_overhang_angle="90" -s mesh_position_y="0" -s bridge_sparse_infill_max_density="0" -s print_temperature="210" -s acceleration_infill="500" -s retraction_extrusion_window="10" -s material_flow="100" -s ooze_shield_enabled="False" -s machine_center_is_zero="False" -s bridge_fan_speed="100" -s meshfix="0" -s speed_wall_0="25.0" -s raft_surface_layers="2" -s support_bottom_line_width="0.4" -s meshfix_extensive_stitching="False" -s acceleration_skirt_brim="500" -s raft_interface_line_width="0.8" -s material_print_temp_prepend="True" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s gradual_support_infill_steps="0" -s extruder_prime_pos_y="0" -s extruders_enabled_count="1" -s material_guid="" -s support_brim_width="4" -s support_interface_enable="True" -s acceleration_support_roof="500" -s infill="0" -s raft_interface_line_spacing="1.0" -s speed_support_roof="60" -s material_print_temperature="210" -s conical_overhang_angle="50" -s switch_extruder_retraction_speed="20" -s bottom_skin_expand_distance="0.8" -s build_volume_temperature="28" -e0 -s support_conical_enabled="False" -s switch_extruder_extra_prime_amount="0" -s support_roof_line_width="0.4" -s bridge_sparse_infill_max_density="0" -s speed_topbottom="60" -s fill_perimeter_gaps="everywhere" -s retraction_amount="2" -s support_infill_rate="0" -s ironing_pattern="zigzag" -s machine_extruder_start_pos_abs="False" -s support_top_distance="0.2" -s acceleration_print="500" -s acceleration_topbottom="500" -s skin_outline_count="1" -s jerk_wall_0="8" -s material_flow_dependent_temperature="False" -s raft_smoothing="5" -s machine_nozzle_offset_y="0" -s material_flush_purge_length="60" -s wipe_retraction_retract_speed="40" -s machine_steps_per_mm_z="50" -s xy_offset="0" -s material_break_preparation_retracted_position="-16" -s prime_tower_min_volume="6" -s machine_extruder_start_pos_y="0" -s layer_start_x="0.0" -s raft_interface_acceleration="500" -s optimize_wall_printing_order="True" -s bridge_skin_material_flow_3="110" -s acceleration_wall_0="500" -s speed_support_infill="60" -s raft_surface_line_width="0.4" -s line_width="0.4" -s support_skip_zag_per_mm="20" -s wall_line_width_x="0.4" -s min_skin_width_for_expansion="4.898587196589413e-17" -s support_bottom_offset="0.0" -s material_break_temperature="50" -s roofing_material_flow="100" -s travel_avoid_other_parts="True" -s cool_fan_full_layer="4" -s infill_enable_travel_optimization="False" -s travel_compensate_overlapping_walls_enabled="True" -s bottom_layers="4" -s small_feature_speed_factor="50" -s speed_wall_x="60" -s outer_inset_first="False" -s cool_fan_speed_min="40" -s acceleration_support="500" -s acceleration_wall_x="500" -s wall_min_flow="0" -s raft_base_speed="22.5" -s support_roof_material_flow="100" -s material_break_speed="25" -s retract_at_layer_change="False" -s support_bottom_line_distance="2.4000240002400024" -s infill_material_flow="100" -s infill_support_angle="40" -s minimum_bottom_area="10" -s meshfix_keep_open_polygons="False" -s meshfix_maximum_travel_resolution="0.05" -s retraction_speed="40" -s raft_interface_speed="22.5" -s wall_line_width_0="0.4" -s wipe_retraction_enable="True" -s magic_fuzzy_skin_point_dist="0.8" -s acceleration_travel_layer_0="500" -s machine_settings="0" -s wall_line_count="3" -s infill_offset_y="0" -s wall_0_wipe_dist="0.0" -s infill_multiplier="1" -s machine_steps_per_mm_x="50" -s raft_airgap="0.3" -s bridge_skin_material_flow="60" -s speed_equalize_flow_max="150" -s support_bottom_material_flow="100" -s speed_support_bottom="60" -s support_xy_distance_overhang="0.4" -s speed_travel="150.0" -s support_bottom_stair_step_min_slope="10.0" -s support_angle="45" -s support_initial_layer_line_distance="0" -s infill_wall_line_count="0" -s retraction_hop_after_extruder_switch_height="0.4" -s ironing_line_spacing="0.1" -s raft_base_jerk="8" -s support_interface_height="0.8" -s gradual_infill_steps="0" -s material_flow_layer_0="100" -s extruder_nr="0" -s skirt_brim_minimal_length="250" -s support_xy_overrides_z="xy_overrides_z" -s cross_infill_density_image="" -s support_roof_offset="0.0" -s initial_layer_line_width_factor="100.0" -s jerk_print_layer_0="8" -s travel_compensate_overlapping_walls_x_enabled="True" -s raft_base_line_width="0.8" -s support_bottom_angles="[ ]" -s jerk_topbottom="8" -s material_flush_purge_speed="0.5" -s cool_min_speed="10" -s machine_min_cool_heat_time_window="50.0" -s brim_gap="0" -s blackmagic="0" -s top_layers="4" -s jerk_support_roof="8" -s extruder_prime_pos_y="0" -s clean_between_layers="False" -s machine_extruder_end_pos_y="0" -s jerk_prime_tower="8" -s support_roof_pattern="grid" -s raft_speed="30.0" -s gradual_support_infill_step_height="1" -s z_seam_y="450" -s machine_extruder_start_code="" -s machine_steps_per_mm_e="1600" -s skirt_brim_line_width="0.4" -s machine_nozzle_head_distance="3" -s support_tower_maximum_supported_diameter="3.0" -s wipe_hop_speed="5" -s machine_endstop_positive_direction_z="True" -s mold_width="5" -s brim_replaces_support="True" -s speed_print="60" -s fill_outline_gaps="True" -s raft_interface_fan_speed="0" -s skirt_brim_material_flow="100" -s infill_overlap="30.0" -s bridge_skin_density_2="75" -s gradual_infill_step_height="1.5" -s support_conical_min_width="5.0" -s raft_base_line_spacing="1.6" -s material_crystallinity="False" -s support_tower_diameter="3.0" -s skirt_line_count="3" -s machine_nozzle_temp_enabled="True" -s material_no_load_move_factor="0.940860215" -s speed_ironing="40.0" -s raft_surface_jerk="8" -s speed_z_hop="5" -s slicing_tolerance="middle" -s wipe_pause="0" -s coasting_speed="90" -s speed_wall="60" -s bottom_thickness="0.8" -s small_feature_speed_factor_0="50" -s wipe_retraction_amount="2" -s prime_tower_flow="100" -s retraction_retract_speed="40" -s support_bottom_height="0.8" -s support_interface_skip_height="0.2" -s support_roof_height="0.8" -s mold_enabled="False" -s acceleration_support_infill="500" -s resolution="0" -s connect_infill_polygons="False" -s infill_line_distance="2.0" -s travel_avoid_supports="True" -s shell="0" -s infill_line_width="0.4" -s meshfix_maximum_deviation="0.025" -s infill_wipe_dist="0.0" -s material_adhesion_tendency="0" -s jerk_layer_0="8" -s cool_min_layer_time_fan_speed_max="10" -s skin_overlap_mm="0.04" -s machine_heat_zone_length="16" -s top_skin_preshrink="1.2000000000000002" -s machine_extruder_end_pos_abs="False" -s mold_angle="40" -s retraction_combing_max_distance="30" -s bridge_skin_support_threshold="50" -s top_bottom_thickness="0.8" -s support_roof_angles="[ ]" -s material_anti_ooze_retracted_position="-4" -s z_seam_relative="False" -s wipe_repeat_count="5" -s bridge_fan_speed_3="0" -s support_skip_some_zags="False" -s bridge_fan_speed="100" -s jerk_support="8" -s support_tree_angle="40" -s material_final_print_temperature="200" -s raft_jerk="8" -s brim_width="8.0" -s filter_out_tiny_gaps="False" -s raft_base_acceleration="500" -s wall_overhang_speed_factor="100" -s conical_overhang_enabled="False" -s jerk_support_bottom="8" -s infill_overlap_mm="0.12" -s raft_surface_speed="30.0" -s center_object="False" -s speed_travel_layer_0="125" -s minimum_roof_area="10" -s material_anti_ooze_retraction_speed="5" -s top_bottom_pattern_0="lines" -s infill_angles="[ ]" -s machine_nozzle_size="0.4" -s speed_layer_0="25" -s layer_0_z_overlap="0.15" -s top_skin_expand_distance="1.2000000000000002" -s infill_randomize_start_location="False" -s skin_edge_support_thickness="0" -s brim_line_count="20" -s minimum_interface_area="10" -s infill_before_walls="False" -s roofing_line_width="0.4" -s travel_compensate_overlapping_walls_0_enabled="False" -s experimental="0" -s support_tree_branch_diameter_angle="5" -s support_interface_offset="0.0" -s cool_fan_full_at_height="0.6000000000000001" -s initial_bottom_layers="4" -s extruder_prime_pos_abs="False" -s raft_interface_thickness="0.30000000000000004" -s max_skin_angle_for_expansion="90" -s machine_nozzle_tip_outer_diameter="1" -s skin_no_small_gaps_heuristic="False" -s cross_infill_pocket_size="2.0" -s speed_support="60" -s material_break_preparation_speed="2" -s support_tree_branch_distance="1" -s z_seam_x="225.0" -s magic_fuzzy_skin_enabled="False" -s ironing_enabled="False" -s support_zag_skip_count="0" -s skirt_gap="10.0" -s prime_blob_enable="False" -s small_feature_max_length="0.0" -s wipe_retraction_extra_prime_amount="0" -s bridge_skin_density_3="80" -s cool_min_layer_time="10" -s cool_fan_speed_max="100.0" -s support_interface_angles="[ ]" -s jerk_skirt_brim="8" -s cool_fan_speed_0="0" -s acceleration_prime_tower="500" -s multiple_mesh_overlap="0.15" -s skin_edge_support_layers="0" -s support="0" -s support_bottom_enable="True" -s retraction_enable="True" -s infill_sparse_density="20" -s support_offset="0" -s bridge_fan_speed_2="0" -s meshfix_extensive_stitching="False" -s raft_interface_line_width="0.8" -s acceleration_skirt_brim="500" -s infill_pattern="gyroid" -s magic_fuzzy_skin_outside_only="False" -s retraction_min_travel="1.5" -s travel="0" -s max_extrusion_before_wipe="10" -s mold_roof_height="0.5" -s acceleration_support_interface="500" -s switch_extruder_retraction_speeds="20" -s raft_base_fan_speed="0" -s raft_margin="15" -s acceleration_wall="500" -s support_bottom_distance="0.2" -s jerk_ironing="8" -s support_connect_zigzags="True" -s material_end_of_filament_purge_length="20" -s wall_min_flow_retract="False" -s jerk_infill="8" -s cool_fan_enabled="True" -s support_xy_distance="0.8" -s support_line_width="0.4" -s support_wall_count="1" -s ironing_only_highest_layer="False" -s mesh_position_x="0" -s infill_offset_x="0" -s jerk_wall="8" -s support_material_flow="100" -s wipe_retraction_prime_speed="40" -s prime_tower_wipe_enabled="True" -s layer_start_y="0.0" -s support_roof_enable="True" -s support_interface_line_width="0.4" -s wall_x_material_flow="100" -s support_conical_angle="30" -s coasting_enable="False" -s support_infill_sparse_thickness="0.2" -s retraction_hop_after_extruder_switch="True" -s jerk_support_interface="8" -s bridge_skin_speed_2="30.0" -s wipe_move_distance="20" -s skin_line_width="0.4" -s material_shrinkage_percentage="0" -s wipe_retraction_speed="40" -s extruder_prime_pos_x="0" -s meshfix_union_all="True" -s top_thickness="0.8" -s bridge_skin_density="100" -s roofing_angles="[ ]" -s support_tree_branch_diameter="2" -s z_seam_corner="z_seam_corner_weighted" -s machine_nozzle_heat_up_speed="2.0" -s wipe_hop_enable="True" -s raft_surface_fan_speed="0" -s prime_tower_line_width="0.4" -s speed_prime_tower="60" -s mesh_position_z="0" -s skin_material_flow="100" -s retraction_count_max="100" -s z_seam_position="back" -s speed="0" -s material_initial_print_temperature="200" -s retraction_extra_prime_amount="0" -s coasting_min_volume="0.8" -s magic_mesh_surface_mode="normal" -s minimum_support_area="2" -s ironing_flow="10.0" -s material_extrusion_cool_down_speed="0.7" -s bridge_enable_more_layers="True" -s magic_fuzzy_skin_thickness="0.3" -s material_maximum_park_duration="300" -s top_bottom_pattern="lines" -s support_roof_line_distance="2.4000240002400024" -s brim_outside_only="True" -s machine_endstop_positive_direction_y="False" -s bridge_skin_material_flow_2="100" -s support_bottom_density="33.333" -s machine_feeder_wheel_diameter="10.0" -s jerk_travel="8" -s machine_extruder_cooling_fan_number="0" -s infill_support_enabled="False" -s infill_sparse_thickness="0.2" -s support_fan_enable="False" -s material_surface_energy="100" -s cross_support_density_image="" -s switch_extruder_retraction_amount="16" -s raft_surface_thickness="0.2" -s xy_offset_layer_0="0" -s bridge_wall_speed="30.0" -s meshfix_union_all_remove_holes="False" -s magic_fuzzy_skin_point_density="1.25" -s support_bottom_stair_step_width="5.0" -s support_join_distance="2.0" -s acceleration_layer_0="500" -s skin_overlap="10.0" -s jerk_wall_x="8" -s alternate_extra_perimeter="False" -s meshfix_maximum_resolution="0.05" -s support_tree_collision_resolution="0.2" -s machine_nozzle_cool_down_speed="2.0" -s material_break_retracted_position="-50" -s raft_surface_line_spacing="0.4" -s support_brim_line_count="10" -s acceleration_ironing="500" -s speed_infill="60" -s speed_roofing="60" -s jerk_travel_layer_0="8" -s support_supported_skin_fan_speed="100" -s material="0" -s expand_skins_expand_distance="1.2000000000000002" -s default_material_print_temperature="200" -s wall_line_width="0.4" -s acceleration_travel="500" -s cool_lift_head="False" -s cool_fan_speed="100.0" -s machine_steps_per_mm_y="50" -s jerk_support_infill="8" -s support_use_towers="False" -s support_infill_angles="[ ]" -s material_break_preparation_temperature="200" -s machine_extruder_start_pos_x="0" -s extruder_prime_pos_z="0" -s roofing_pattern="lines" -s small_hole_max_size="0" -s skin_preshrink="1.2000000000000002" -s ironing_inset="0.38" -s wall_thickness="0.8" -s bridge_wall_material_flow="50" -s zig_zaggify_support="False" -s raft_base_thickness="0.24" -s travel_avoid_distance="0.625" -s material_print_temperature_layer_0="200" -s wall_0_inset="0" -s speed_support_interface="60" -s bottom_skin_preshrink="1.2000000000000002" -s dual="0" -s retraction_hop="0.4" -s roofing_layer_count="1" -s zig_zaggify_infill="False" -s acceleration_print_layer_0="500" -s limit_support_retractions="True" -s wall_overhang_angle="90" -s speed_print_layer_0="25" -s support_line_distance="0" -s material_diameter="1.75" -s mesh_position_y="0" -s acceleration_infill="500" -s wall_material_flow="100" -s support_interface_pattern="grid" -s raft_fan_speed="0" -s retraction_extrusion_window="10" -s material_flow="100" -s min_infill_area="0" -s support_brim_enable="True" -s meshfix="0" -s speed_wall_0="60" -s raft_surface_layers="2" -s support_interface_material_flow="100" -s support_bottom_line_width="0.4" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s gradual_support_infill_steps="0" -s material_guid="0ff92885-617b-4144-a03c-9989872454bc" -s support_brim_width="4" -s support_interface_enable="True" -s acceleration_support_roof="500" -s infill="0" -s raft_interface_line_spacing="1.0" -s speed_support_roof="60" -s material_print_temperature="200" -s conical_overhang_angle="50" -s skin_angles="[ ]" -s machine_extruder_end_code="" -s bridge_skin_speed_3="30.0" -s hole_xy_offset="0" -s skirt_brim_speed="25" -s z_seam_type="back" -s retraction_prime_speed="40" -s machine_endstop_positive_direction_x="False" -s machine_nozzle_id="unknown" -s support_bottom_pattern="grid" -s machine_extruder_end_pos_x="0" -s coasting_volume="0.064" -s bottom_skin_expand_distance="1.2000000000000002" -s switch_extruder_retraction_speed="20" -s support_z_distance="0.2" -s connect_skin_polygons="False" -s material_end_of_filament_purge_speed="0.5" -s switch_extruder_prime_speed="20" -s raft_interface_jerk="8" -s wipe_hop_amount="0.4" -s raft_acceleration="500" -s machine_nozzle_offset_x="0" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s support_interface_density="33.333" -s sub_div_rad_add="0.4" -s speed_equalize_flow_enabled="False" -s bridge_skin_speed="30.0" -s raft_surface_acceleration="500" -s jerk_roofing="8" -s wipe_brush_pos_x="100" -s support_bottom_stair_step_height="0.3" -s acceleration_roofing="500" -s retraction_hop_enabled="True" -s platform_adhesion="0" -s wall_0_material_flow="100" -s bridge_wall_coast="100" -s retraction_hop_only_when_collides="False" -s material_standby_temperature="175" -s support_roof_density="33.333" -s support_tower_roof_angle="65" -s cooling="0" -s support_pattern="zigzag" -s acceleration_support_bottom="500" -s jerk_print="8" -s command_line_settings="0" -g -e0 -l "0" -s extruder_nr="0" 2020-09-21 08:05:53,125 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [60]: Refreshing the access token. 2020-09-21 08:05:53,458 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [250]: Attempting to store the auth data 2020-09-21 08:06:03,464 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:14:55,716 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [60]: Refreshing the access token. 2020-09-21 08:14:55,997 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [250]: Attempting to store the auth data 2020-09-21 08:15:05,998 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:23:57,565 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [60]: Refreshing the access token. 2020-09-21 08:23:57,835 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [250]: Attempting to store the auth data 2020-09-21 08:24:07,841 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:33:00,905 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [60]: Refreshing the access token. 2020-09-21 08:33:01,203 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [250]: Attempting to store the auth data 2020-09-21 08:33:11,200 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:41:41,195 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [710]: Slicing took 2197.1855714321136 seconds 2020-09-21 08:41:41,196 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [711]: Number of models per buildplate: {0: 1} 2020-09-21 08:41:41,196 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [725]: See if there is more to slice... 2020-09-21 08:41:41,222 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [196]: Socket state changed to Closing 2020-09-21 08:41:41,225 - DEBUG - [MainThread] UM.Backend.Backend._onSocketError [220]: Socket debug: Arcus Error (13): Closing socket because other side requested close. 2020-09-21 08:41:41,226 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onBackendQuit [898]: Backend quit with return code 0. Resetting process and socket. 2020-09-21 08:41:41,228 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [198]: Socket state changed to Closed 2020-09-21 08:42:06,160 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [60]: Refreshing the access token. 2020-09-21 08:42:06,465 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [250]: Attempting to store the auth data 2020-09-21 08:42:16,471 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:44:32,166 - DEBUG - [MainThread] LocalFileOutputDevice.LocalFileOutputDevice.requestWrite [130]: Writing to [Z:/3DPrinting/Prints/Jobs/WANA COCIS/Alexander and Diogene LARGE.gcode]... 2020-09-21 08:44:32,325 - DEBUG - [MainThread] LocalFileOutputDevice.LocalFileOutputDevice.requestWrite [148]: Writing to Local File Z:/3DPrinting/Prints/Jobs/WANA COCIS/Alexander and Diogene LARGE.gcode in text mode 2020-09-21 08:44:33,015 - INFO - [MainThread] SliceInfoPlugin.SliceInfo._onRequestFinished [280]: SliceInfo sent successfully 2020-09-21 08:45:02,338 - DEBUG - [MainThread] UM.Message._onInactivityTriggered [101]: Hiding message because of inactivity 2020-09-21 08:45:07,424 - DEBUG - [Thread-6] UM.FileHandler.WriteFileJob.run [80]: Writing file took 35.07841157913208 seconds 2020-09-21 08:45:31,681 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.7/resources/qml/RoundedRectangle.qml:68: TypeError: Cannot read property of null 2020-09-21 08:45:33,064 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PreviewStage 2020-09-21 08:45:33,069 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.7/plugins/PrepareStage/PrepareMenu.qml:25: TypeError: Cannot read property of null 2020-09-21 08:45:33,072 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///C:/Program Files/Ultimaker Cura 4.7/plugins/PrepareStage/PrepareMenu.qml:26: TypeError: Cannot read property of null 2020-09-21 08:45:33,095 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SimulationView 2020-09-21 08:45:33,096 - INFO - [MainThread] STLReader.STLReader.load_file [52]: Using NumPy-STL to load STL data. 2020-09-21 08:45:33,104 - DEBUG - [MainThread] UM.Mesh.MeshData.calculateNormalsFromVertices [552]: Calculating normals took 0.0009992122650146484 seconds 2020-09-21 08:45:33,104 - DEBUG - [MainThread] STLReader.STLReader._read [104]: Loaded a mesh with 12612 vertices 2020-09-21 08:45:33,110 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\plugins\SimulationView\simulationview_composite.shader]... 2020-09-21 08:45:33,143 - DEBUG - [Thread-7] CuraEngineBackend.ProcessSlicedLayersJob.run [74]: Processing new layer for build plate 0... 2020-09-21 08:45:33,991 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\resources\shaders\color.shader]... 2020-09-21 08:45:34,028 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\plugins\SimulationView\layers3d.shader]... 2020-09-21 08:45:34,053 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\plugins\SimulationView\layers3d_shadow.shader]... 2020-09-21 08:45:34,083 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\resources\shaders\toolhandle.shader]... 2020-09-21 08:45:34,099 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.7\resources\shaders\color.shader]... 2020-09-21 08:45:44,225 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2020-09-21 08:46:23,692 - DEBUG - [Thread-7] CuraEngineBackend.ProcessSlicedLayersJob.run [254]: Processing layers took 50.547261238098145 seconds
×
×
  • Create New...