teachingtechYT / teachingtechYT.github.io

Creative Commons Attribution Share Alike 4.0 International
340 stars 125 forks source link

G-Code for base line 0.50mm nozzle and 0.30mm layer height is empty. #358

Closed Petrogale0-0 closed 3 years ago

Petrogale0-0 commented 3 years ago

Tested okay with 0.20mm and 0.35mm.

This was all it wrote:- ; G-Code originally generated by Simplify3D(R) Version 4.1.2 ; This calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html ;M80 ; power supply on G90 M82 M106 S0 M140 S50 ; custom bed temp M190 S50 ; custom bed temp M104 S190 T0 ; custom hot end temp M109 S190 T0 ; custom hot end temp G28 ; home all axes ;G29 ; probe ABL ;M420 S1 ; restore ABL mesh ;customstart G0 Z3; fix for delta printers that home at maxundefined G28 X40.0000 ; home X axis M106 S0 ; turn off cooling fan M104 S0 ; turn off extruder M140 S0 ; turn off bed M84 ; disable motors M501 ; restore previous EEPROM values ;customend

teachingtechYT commented 3 years ago

Similar to #353, unfortunately I exported that one wrong. I will hopefully update it this week.

giovacode commented 3 years ago

I confirm : i often used your very helpfull calibration tools. But from few days when i try "retraction tuning" i have the same result as Petrogale0-0 : gcode doesn't contains layers part.

Tested on several machines with Chrome and FireFox.

Settings for retraction tuning form
_________________________________________________________________________

G-Code originally generated by Simplify3D(R) Version 4.1.2
This calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html
All changes are marked in the gcode with 'custom' at the end of each line. Open the gcode in a text editor and search for this to your check inputs if needed.

Bed: 100 x 100 mm

Temperatures:
Bed: 60 deg C
Hot end: 200 deg C

Part Cooling: 100% from layer 2

ABL: Restore saved ABL/manual mesh - M420 S1

Segment | Retraction distance | Retraction speed | Extra restart distance | Unretract speed | Z hop
   F    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm
   E    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm
   D    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm
   C    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm
   B    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm
   A    |          6 mm       |     40 mm/sec    |        0       mm      | 40 mm/sec       |  0 mm

-------------------------------------------------[Result]-------------------------------------------------------

; G-Code originally generated by Simplify3D(R) Version 4.1.2
; This calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html
;M80 ; power supply on
G90
M82
M106 S0
M140 S60 ; custom bed temp
M190 S60 ; custom bed temp
M104 S200 T0 ; custom hot end temp
M109 S200 T0 ; custom hot end temp
G28 ; home all axes
;G29 ; probe ABL
M420 S1 ; restore ABL mesh 
;customstart
G0 Z3; fix for delta printers that home at maxundefined
G28 X0 ; home X axis
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
M501 ; restore previous EEPROM values
;customend
teachingtechYT commented 3 years ago

Fixed.