Skip to content
View Qteb's full-sized avatar

Organizations

@agentlab
Block or Report

Block or report Qteb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Klipper configuration for SKR 1.4 PR... Klipper configuration for SKR 1.4 PRO + 4x TMC2209 UART
    1
    # Specs:
    2
    # - SKR 1.4 PRO
    3
    # - TMC2209 UART
    4
    # - 1.8 stepper on XYZ
    5
    # - Physical endstops on XYZ
  2. Acceleration calibration post script... Acceleration calibration post script for Simplify3D
    1
    {STRIP ";"}
    2
    {DELETE "M201\n"}
    3
    {DELETE "M204\n"}
    4
    {DELETE "M205\n"}
    5
    {DELETE "M900\n"}
  3. cura-start-stop.gcode cura-start-stop.gcode
    1
    ; Start G-code
    2
    M107 ; turn off fan
    3
    M82
    4
    G21 ; set units to millimeters
    5
    G90 ; use absolute coordinates
  4. prusaslicer-start-stop.gcode prusaslicer-start-stop.gcode
    1
    ; Start G-code
    2
    M107 ; turn off fan
    3
    G21 ; set units to millimeters
    4
    G90 ; use absolute coordinates
    5
    M83 ; extruder relative mode
  5. Junction deviation calibration post ... Junction deviation calibration post script for Simplify3D
    1
    {STRIP ";"}
    2
    {DELETE "M201\n"}
    3
    {DELETE "M204\n"}
    4
    {DELETE "M205\n"}
    5
    {DELETE "M900\n"}
  6. simplify3d-start-stop.gcode simplify3d-start-stop.gcode
    1
    ; Start G-code
    2
    G21                   ; metric values
    3
    G90                   ; absolute positioning
    4
    M82                   ; set extruder to absolute mode
    5
    M107                  ;start with the fan off