Well unfortunately i cannot just upload it, says its unsupported format. but im not surprised by that. so heres a copy and paste.
[Level None] 2023-07-03 00:07:22,957 [None] [:None:0] ===== Config file =====
[virtual_sdcard]
path = ~/gcode_files
[pause_resume]
[display_status]
[gcode_macro G29]
gcode =
G28
bed_mesh_calibrate
G1 X0 Y0 Z10 F4200
[gcode_macro CANCEL_PRINT]
description = Cancel the actual running print
rename_existing = CANCEL_PRINT_BASE
gcode =
TURN_OFF_HEATERS
CANCEL_PRINT_BASE
[gcode_macro PAUSE]
description = Pause the actual running print
rename_existing = PAUSE_BASE
variable_extrude = 1.0
gcode =
{% set E = printer[“gcode_macro PAUSE”].extrude|float %}
{% set x_park = printer.toolhead.axis_maximum.x|float - 5.0 %}
{% set y_park = printer.toolhead.axis_maximum.y|float - 5.0 %}
{% set max_z = printer.toolhead.axis_maximum.z|float %}
{% set act_z = printer.toolhead.position.z|float %}
{% if act_z < (max_z - 2.0) %}
{% set z_safe = 2.0 %}
{% else %}
{% set z_safe = max_z - act_z %}
{% endif %}
PAUSE_BASE
G91
{% if printer.extruder.can_extrude|lower == ‘true’ %}
G1 E-{E} F2100
{% else %}
{action_respond_info(“Extruder not hot enough”)}
{% endif %}
{% if “xyz” in printer.toolhead.homed_axes %}
G1 Z{z_safe} F900
G90
G1 X{x_park} Y{y_park} F6000
{% else %}
{action_respond_info(“Printer not homed”)}
{% endif %}
[gcode_macro RESUME]
description = Resume the actual running print
rename_existing = RESUME_BASE
gcode =
{% set E = printer[“gcode_macro PAUSE”].extrude|float %}
{% if ‘VELOCITY’ in params|upper %}
{% set get_params = (‘VELOCITY=’ + params.VELOCITY) %}
{%else %}
{% set get_params = “” %}
{% endif %}
{% if printer.extruder.can_extrude|lower == ‘true’ %}
G91
G1 E{E} F2100
{% else %}
{action_respond_info(“Extruder not hot enough”)}
{% endif %}
RESUME_BASE {get_params}
[stepper_x]
step_pin = PB13
dir_pin = !PB12
enable_pin = !PB14
microsteps = 16
rotation_distance = 40
endstop_pin = ^PC0
position_endstop = 0
position_max = 255
homing_speed = 50
[tmc2209 stepper_x]
uart_pin = PC11
tx_pin = PC10
uart_address = 0
run_current = 0.700
stealthchop_threshold = 999999
[stepper_y]
step_pin = PB10
dir_pin = !PB2
enable_pin = !PB11
microsteps = 16
rotation_distance = 40
endstop_pin = ^PC1
position_endstop = 0
position_max = 235
homing_speed = 50
[tmc2209 stepper_y]
uart_pin = PC11
tx_pin = PC10
uart_address = 2
run_current = 0.700
stealthchop_threshold = 999999
[stepper_z]
step_pin = PB0
dir_pin = PC5
enable_pin = !PB1
microsteps = 16
rotation_distance = 8
endstop_pin = probe: z_virtual_endstop
position_max = 250
position_min = -5
[bltouch]
sensor_pin = ^PC14
control_pin = PA1
stow_on_each_sample = False
pin_up_touch_mode_reports_triggered = True
probe_with_touch_mode = True
x_offset = -52
y_offset = -14
z_offset = 3.54
speed = 10
samples = 2
sample_retract_dist = 5.0
lift_speed = 40
samples_tolerance_retries = 3
[safe_z_home]
home_xy_position = 165,133
speed = 50
z_hop = 5.0
z_hop_speed = 10
[bed_mesh]
speed = 120
horizontal_move_z = 8
mesh_min = 10, 20
mesh_max = 200,217
probe_count = 5,5
[tmc2209 stepper_z]
uart_pin = PC11
tx_pin = PC10
uart_address = 1
run_current = 0.700
stealthchop_threshold = 999999
[extruder]
max_extrude_only_distance = 100.0
pressure_advance = 0.055
pressure_advance_smooth_time = 0.04
step_pin = PB3
dir_pin = !PB4
enable_pin = !PD1
microsteps = 16
gear_ratio = 3.5:1
rotation_distance = 27.5
nozzle_diameter = 0.400
filament_diameter = 1.750
heater_pin = PC8
sensor_type = EPCOS 100K B57560G104F
sensor_pin = PA0
min_temp = 0
max_temp = 300
control = pid
pid_kp = 18.665
pid_ki = 0.902
pid_kd = 96.592
[tmc2209 extruder]
uart_pin = PC11
tx_pin = PC10
uart_address = 3
run_current = 0.750
stealthchop_threshold = 999999
[heater_bed]
heater_pin = PC9
sensor_type = ATC Semitec 104GT-2
sensor_pin = PC4
min_temp = 0
max_temp = 130
control = pid
pid_kp = 69.475
pid_ki = 1.222
pid_kd = 987.418
[heater_fan heatbreak_cooling_fan]
pin = PC7
[heater_fan controller_fan]
pin = PB15
[fan]
pin = PC6
[mcu]
serial = /dev/serial/by-id/usb_serial_1
restart_method = command
[printer]
kinematics = cartesian
max_velocity = 300
max_accel = 7000
max_z_velocity = 10
max_z_accel = 100
[input_shaper]
_freq_x = 80.8
shaper_freshaper_type_x = ei
shaperq_y = 40.0
shaper_type_x = ei
shaper_freq_x = 58.0
shaper_type_y = mzv
shaper_freq_y = 38.0
[bed_screws]
screw1 = 29.8,41.6
screw2 = 198.8,41.6
screw3 = 200.8,211.6
screw4 = 31.8,211.6
[gcode_arcs]
resolution = 0.2
[board_pins]
aliases =
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=,
EXP1_2=PA15, EXP1_4=, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
[bed_mesh PLA]
version = 1
points =
0.038750, 0.038750, 0.018750, 0.010000, -0.005000
0.032500, 0.036250, 0.013750, 0.010000, -0.025000
0.015000, 0.023750, 0.006250, 0.025000, 0.010000
0.037500, 0.030000, 0.017500, 0.041250, 0.025000
-0.047500, -0.023750, -0.006250, -0.001250, -0.021250
tension = 0.2
min_x = 10.0
algo = lagrange
y_count = 5
mesh_y_pps = 2
min_y = 20.0
x_count = 5
max_y = 217.0
mesh_x_pps = 2
max_x = 200.0
[bed_mesh default]
version = 1
points =
-0.010000, 0.012500, -0.006250, -0.038750, -0.082500
0.028750, 0.045000, 0.003750, -0.016250, -0.075000
0.028750, 0.033750, -0.000000, -0.010000, -0.045000
0.042500, 0.035000, 0.003750, 0.010000, -0.032500
-0.048750, -0.041250, -0.037500, -0.051250, -0.095000
tension = 0.2
min_x = 10.0
algo = lagrange
y_count = 5
mesh_y_pps = 2
min_y = 20.0
x_count = 5
max_y = 217.0
mesh_x_pps = 2
max_x = 200.0
Loaded MCU ‘mcu’ 105 commands (v0.10.0-594-g7290c145 / gcc: (15:7-2018-q2-6) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] binutils: (2.31.1-11+rpi1+11) 2.31.1)
MCU ‘mcu’ config: BUS_PINS_i2c1_PB6_PB7=PB6,PB7 BUS_PINS_spi2a=PC2,PC3,PB10 RESERVE_PINS_crystal=PF0,PF1 RESERVE_PINS_USB=PA11,PA12 CLOCK_FREQ=64000000 BUS_PINS_i2c1_PB8_PB9=PB8,PB9 BUS_PINS_spi1a=PB4,PB5,PB3 STATS_SUMSQ_BASE=256 BUS_PINS_i2c1_PA9_PA10=PA9,PA10 BUS_PINS_i2c2_PB10_PB11=PB10,PB11 STEPPER_BOTH_EDGE=1 ADC_MAX=4095 BUS_PINS_spi3=PB4,PB5,PB3 BUS_PINS_spi2=PB14,PB15,PB13 BUS_PINS_spi1=PA6,PA7,PA5 BUS_PINS_i2c2_PB13_PB14=PB13,PB14 PWM_MAX=255 MCU=stm32g0b1xx BUS_PINS_i2c3_PB3_PB4=PB3,PB4
Configured MCU ‘mcu’ (1024 moves)
Args: [‘/usr/share/klipper/klippy/klippy.py’, ‘/mnt/UDISK//printer_config/printer.cfg’, ‘-l’, ‘/mnt/UDISK//printer_logs/klippy.log’, ‘-a’, ‘/tmp/klippy_uds’]
Git version: ‘V0.1.99-0-g813fb1b9-dirty’
CPU: 4 core ARMv8 Processor rev 4 (v8l)
Python: ‘2.7.15 (default, Jan 07 2023, 08:23:34) \n[GCC 6.4.1]’
webhooks client 643649696: {‘program’: ‘Moonraker’, ‘version’: ‘V0.0.71-0-g97796d8-dirty’}
=============== Log rollover at Mon Jul 3 00:07:22 2023 ===============
[ERROR] 2023-07-03 00:07:22,943 [root] [virtual_sdcard:_load_file:251] File opened:ender 3 mandalorian_pose3_supportfree_icz.gcode Size:31904481 start_print
[ERROR] 2023-07-03 00:07:22,962 [root] [virtual_sdcard:work_handler:453] ‘NoneType’ object has no attribute ‘get’
Traceback (most recent call last):
File “/usr/share/klipper/klippy/extras/virtual_sdcard.py”, line 431, in work_handler
timelapse_postion = int(config_data.get(‘1’).get(“position”, 0))
AttributeError: ‘NoneType’ object has no attribute ‘get’
[ERROR] 2023-07-03 05:46:29,221 [root] [virtual_sdcard:work_handler:798] filename:None end print
[ERROR] 2023-07-03 11:52:14,809 [root] [virtual_sdcard:_load_file:251] File opened:ender 3 mandalorian_pose3_supportfree_icz.gcode Size:44629013 start_print
[ERROR] 2023-07-03 11:52:14,819 [root] [virtual_sdcard:work_handler:453] ‘NoneType’ object has no attribute ‘get’
Traceback (most recent call last):
File “/usr/share/klipper/klippy/extras/virtual_sdcard.py”, line 431, in work_handler
timelapse_postion = int(config_data.get(‘1’).get(“position”, 0))
AttributeError: ‘NoneType’ object has no attribute ‘get’
[ERROR] 2023-07-03 17:06:00,033 [root] [virtual_sdcard:work_handler:798] filename:None end print
[ERROR] 2023-07-03 20:30:44,137 [root] [virtual_sdcard:_load_file:251] File opened:ender 3 aileron_droit.gcode Size:15506942 start_print
[ERROR] 2023-07-03 20:30:44,141 [root] [virtual_sdcard:work_handler:453] ‘NoneType’ object has no attribute ‘get’
Traceback (most recent call last):
File “/usr/share/klipper/klippy/extras/virtual_sdcard.py”, line 431, in work_handler
timelapse_postion = int(config_data.get(‘1’).get(“position”, 0))
AttributeError: ‘NoneType’ object has no attribute ‘get’
[ERROR] 2023-07-03 23:44:47,318 [root] [virtual_sdcard:work_handler:798] filename:None end print