Code Monkey home page Code Monkey logo

Comments (9)

Turge08 avatar Turge08 commented on July 18, 2024

@Dragi2k Are you using the latest Klicky macros? Do you have "_Probe_Variables" in any of the klicky cfg's?

Can you also post your print_start macro?

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

My files are 4-6 month old, on this time i took all files from the calibrate z repo

nope , i have _user_variable

[gcode_macro PRINT_START]
gcode:
{% set bed_temp = params.BED_TEMP|default(60)|float %}
{% set extruder_temp = params.EXTRUDER_TEMP|default(200)|float %}
{% set z_adjust = params.Z_ADJUST|default(0.0)|float %}
{% set CHAMBER = params.CHAMBER|default(15)|float %}
{% set retract = 10 %}
BED_MESH_CLEAR ; clear mesh
_CG28 ; Home the printer
G90 ; Use absolute coordinates
PARKCENTER ; Move to center
M117 Heating..
#_HEATER_ON
M117 Chamber fan set
SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=Gehaeuse TARGET={(CHAMBER+10)}
M106 S255 ; set print fan to full speed
M140 S{bed_temp} ; Start bed heating
M190 S{bed_temp} ; Wait for bed to reach temperature
M117 10Min Soaking..
G4 P250000
G4 P250000 ; Wait for Soak
#TEMPERATURE_WAIT SENSOR='temperature_fan nevermore' MINIMUM={CHAMBER}
M117 Waiting for Temp : {CHAMBER}
M109 S{extruder_temp} ; Set and wait for nozzle to reach temperature
M106 S0 ; turn print fan off
QUAD_GANTRY_LEVEL PARK=false
M109 S{extruder_temp} ; Set and wait for nozzle to reach temperature
G28 Z ; home Z for nozzle clean
clean_nozzle ; clean nozzle
G28 Z ; home Z with clean nozzel
CALIBRATE_Z
#SET_TEMPERATURE_FAN_TARGET TEMPERATURE_FAN=Gehaeuse TARGET=35
#BED_MESH_PROFILE LOAD="100"
BED_MESH_CALIBRATE
#BED_MESH_PROFILE LOAD={bed_temp} ; load mesh if needed
#LOAD_MESH_TEMP #BED_TEMPERATURE={bed_temp}
# Adjust the G-Code Z offset with the Z_ADJUST parameter if needed
#SET_GCODE_OFFSET Z_ADJUST={z_adjust} MOVE=1
M117 Intro Line..
G90 ; Use absolute coordinates
G1 Y0 X130 Z5 F12000 ; Move the nozzle to the front and near the bed
G1 Z0.7 F300 ; Move the nozzle very close to the bed
G92 E0.0 ; set extruder position to 0
G1 E{retract} F3600 ; extrude retract
G92 E0.0 ; set extruder option to 0
G1 X180 E15.0 F500.0 ; intro line
G92 E0.0 ; set extruder Poisson to 0
G1 X184 F6000 ; move away from intro line
M117
#SET_LED_EFFECT EFFECT=light

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

on the klipper_Z_calibration is no _probe_variables

is it possible to use _user_variable ?
the z-calibration uses this to look what type of probe you using

from print_area_bed_mesh.

Turge08 avatar Turge08 commented on July 18, 2024

Try adding this to your config file as a test to see if it helps:

[gcode_macro _Probe_Variables]
gcode:

Also, you're not passing the print area parameters to the BED_MESH_CALIBRATE

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

i will try it, when my print is done.

i use the code in super slicer, or must i add the parms also in the macro ?

from print_area_bed_mesh.

Turge08 avatar Turge08 commented on July 18, 2024

You're passing the parameters from your slicer to PRINT_START but then need to pass those parameters to BED_MESH_CALIBRATE:

BED_MESH_CALIBRATE PRINT_MIN={params.PRINT_MIN} PRINT_MAX={params.PRINT_MAX}

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

ok, i will try

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

now he got the klicky, but he mashs all and not onlie the printet part

from print_area_bed_mesh.

Dragi2k avatar Dragi2k commented on July 18, 2024

aa i found the issue, wrong code in the slicer

Has the script a mesh point variable ?

from print_area_bed_mesh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.