Jump to content

Wvze

New member
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Wvze's Achievements

0

Reputation

  1. Hi, All. I've started experiencing strange filament volumes on Octoprint. I've figured out that since I upgraded to Cura 4.8.0, Cura is adding a "M82; absolute extruder mode" to my start gcode. I checked my printer settings and its not inserted by me to add to start gcode. I do have stuff added to my start gcode for Octolapse and ABL. The start Gcode I added myself starts with "; Script based on an original..." and ends with "G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish". I also tried using one of the default profiles in case this was a setting I adjusted but I get the same inclusion of the strange M82 regardless of which profile settings I use. If I comment out the strange M82 then Octoprint correctly see the right filament volume. See extract below with issue line bolded and entire gcode file attached. ;FLAVOR:Marlin ;TIME:4839 ;Filament used: 3.4782m ;Layer height: 0.2 ;MINX:94.324 ;MINY:79.039 ;MINZ:0.2 ;MAXX:142.625 ;MAXY:147.5 ;MAXZ:24 ;Generated with Cura_SteamEngine 4.8.0 M82 ;absolute extrusion mode ; Script based on an original created by tjjfvi (https://github.com/tjjfvi) ; An up-to-date version of the tjjfvi's original script can be found ; here: https://csi.t6.fyi/ ; Note - This script will only work in Cura V4.2 and above! ; --- Global Settings ; layer_height = 0.2 ; smooth_spiralized_contours = True ; magic_mesh_surface_mode = normal ; machine_extruder_count = 1 ; --- Single Extruder Settings ; speed_z_hop = 5 ; retraction_amount = 5 ; retraction_hop = 0.2 ; retraction_hop_enabled = False ; retraction_enable = True ; retraction_speed = 30 ; retraction_retract_speed = 30 ; retraction_prime_speed = 30 ; speed_travel = 175.0 ; Ender 3 Custom Start G-code CAPRICORN_Cutting_2(1).gcode
×
×
  • Create New...