Jump to content

Andipoodle

New member
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Other 3D printer

Andipoodle's Achievements

0

Reputation

  1. Hello, I'm not entirely sure if this is an ultimaker issue or if it's a 'my printer is being weird' issue. I just downloaded the ultimaker cura update and this is old code from the old version (4.11) but I am uncertain if using the new version will help in any way. Here's a list of the following issues I'm noticing. There are 20 total probe points. People have told me that is far too many. When leveling, it does not seem to keep the leveling I do and the probe points always change it to whatever it thinks is correct (i think.) So I have to edit the leveling during the first layer of the print. I use a Wham Bam Flex Plate - Not sure if that's causing issues. Here's the start of my gcode. I'm not sure if anyone can tell me anything about it or what to adjust? (This was taken from a Gcode I actually sliced.) ;FLAVOR:Marlin ;TIME:15537 ;Filament used: 6.96025m ;Layer height: 0.2 ;MINX:111.133 ;MINY:115.131 ;MINZ:0.2 ;MAXX:188.852 ;MAXY:184.541 ;MAXZ:41.4 ;Generated with Cura_SteamEngine 4.11.0 M140 S80 M105 M190 S80 M104 S210 M105 M109 S210 M82 ;absolute extrusion mode 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 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate G28 ;Home G29 ;Auto bed Level G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up G92 E0 G92 E0 G1 F2700 E-5 ;LAYER_COUNT:207 ;LAYER:0 M107 G0 F6000 X173.233 Y169.712 Z0.2 ;TYPE:SKIRT G1 F2700 E0 G1 F1200 X173.485 Y170.045 E0.01389 G1 X173.804 Y170.348 E0.02852 Here's the start of my gcode from Cura 4.11: 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 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate G28 ;Home G29 ;Auto bed Level G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line G92 E0 ;Reset Extruder G1 Z2.0 F3000 ;Move Z Axis up Here's the end of my gcode from Cura 4.11: G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positioning G1 X0 Y{machine_depth} ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z OKAY... Now that we got all that, even though I'm not sure which gcode is the one that needs to be shared or if they're even the same cause I'm new to this... Is there anything I can do to fix the issues I have listed without breaking my printer? Thank you so much for reading and thank you even more for responding. 💜
×
×
  • Create New...