#Need help MKS Gen 1 Board an klipper

1 messages · Page 1 of 1 (latest)

urban raven
#

The error description tells you your problem. You copied from somewhere a PRINT_START macro. This still uses default_parameter. Klipper stops to support these more than a year ago

#
default_parameter_bed_temp = 60
default_parameter_extruder_temp = 200
gcode:
    
    G28
    
    G29
    
    
    
    G90
    
    G1 X0 Y0 Z5 F3000
    
    G1 Z0.15 F300
    G92 E0
    G1 X20 Y5 Z0.3 F5000.0
    G1 Z0.3 F1000
    G1 X200 Y5 F1500.0 E15
    G1 X200 Y5.3 Z0.3 F5000.0
    G1 X5.3  Y5.3 Z0.3 F1500.0 E30
    G1 Z3 F3000
    G21
    G90
    M83
    G92 E0```
#

And the worst thing your print start does not heat at all.

#

I really recommend to best case do your own print start or search for a better one.

#

The get rid of the error remove the default parameter lines

dreamy ore
#

okay

#

i removed the macros but now it says

#

it dosent like this pin

#

but for what is this aliases