Daniels Lab Wiki

It is worth noting that.

Benutzer-Werkzeuge

Webseiten-Werkzeuge


projekte:3d-printing:anycubic-mega-s:klipper

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
projekte:3d-printing:anycubic-mega-s:klipper [2023/06/22 14:19] – [Basiskonfiguration] danielprojekte:3d-printing:anycubic-mega-s:klipper [2023/06/22 15:53] (aktuell) daniel
Zeile 2: Zeile 2:
  
 ===== Klipper Config Check ===== ===== Klipper Config Check =====
 +
 +[[https://docs.fluidd.xyz/configuration/initial_setup]]
  
 [[https://www.klipper3d.org/Config_checks.html]] [[https://www.klipper3d.org/Config_checks.html]]
Zeile 27: Zeile 29:
  
 <code python printer.cfg [enable_line_numbers="true"]> <code python printer.cfg [enable_line_numbers="true"]>
- +
 # This file contains pin mappings for the Anycubic i3 Mega with # This file contains pin mappings for the Anycubic i3 Mega with
 # Ultrabase from 2017. (This config may work on an Anycubic i3 Mega v1 # Ultrabase from 2017. (This config may work on an Anycubic i3 Mega v1
Zeile 80: Zeile 82:
 [extruder] [extruder]
 step_pin: PA4 step_pin: PA4
-dir_pin: PA6+dir_pin: !PA6
 enable_pin: !PA2 enable_pin: !PA2
 microsteps: 16 microsteps: 16
Zeile 199: Zeile 201:
   TURN_OFF_HEATERS   TURN_OFF_HEATERS
   CANCEL_PRINT_BASE   CANCEL_PRINT_BASE
 +
 +[gcode_macro START_PRINT]
 +gcode:
 +  G28 X0 Y0                     ; move X/Y to min endstops
 +  G28 Z0                        ; move Z to min endstops
 +  G1 Z20 Y5 F500                ; move nozzle away from bed
 +  G92 E0                        ; zero the extruded length
 +  G1 E2 F2400                    ; extrude 5mm of feed stock
 +  G92 E0                        ; zero the extruded length again
 +  M117 Printing...
 + 
 +[gcode_macro END_PRINT]
 +gcode:
 +  M400                          ; Clear Buffer
 +  M104 S0                       ; turn off extruder
 +  M140 S0                       ; turn off bed
 +  G10                           ; retract
 +  G91                           ; relative positioning
 +  G1 E-0.03 Z1.00 X20.0 Y20.0   ; move nozzle to remove stringing
 +  M106 S0                       ; turn off fan
 +  G1 Z20                        ; move nozzle up 20mm
 +  G90                           ; absolute positioning
 +  G0 X0 Y175                    ; park nozzle at rear
 +  M84                           ; steppers off
 +  G4 P250                       ; dwell
 +  _TIMELAPSE_NEW_FRAME
 +  M300                          ; Beep
  
 #*# <---------------------- SAVE_CONFIG ----------------------> #*# <---------------------- SAVE_CONFIG ---------------------->
Zeile 214: Zeile 243:
 #*# pid_ki = 1.696 #*# pid_ki = 1.696
 #*# pid_kd = 796.738 #*# pid_kd = 796.738
- +
 </code> </code>
  
  
projekte/3d-printing/anycubic-mega-s/klipper.1687436398.txt.gz · Zuletzt geändert: 2023/06/22 14:19 von daniel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki