From 6be0ba78aebe7d5785388af3538d16c236f8fc2c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 11 Nov 2022 14:09:48 -0500 Subject: config: Remove filament specific settings from printer-geeetech-301.cfg Signed-off-by: Kevin O'Connor --- config/printer-geeetech-301.cfg | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/config/printer-geeetech-301.cfg b/config/printer-geeetech-301.cfg index 329ed273a..5b3a9a4ab 100644 --- a/config/printer-geeetech-301.cfg +++ b/config/printer-geeetech-301.cfg @@ -1,8 +1,8 @@ -# This file contains common pin mappings for the GTM32 PRO board in the Geeetech 301 printer -# To use this config, the firmware should be compiled for the -# STM32F103 with "No bootloader", serial (on USART1 PA10/PA9) -# communication and GPIO pins to set at micro-controller startup set to -# "!PB4,!PB5,!PB0,!PB1" +# This file contains common pin mappings for the GTM32 PRO board in +# the Geeetech 301 printer. To use this config, the firmware should be +# compiled for the STM32F103 with "No bootloader", serial (on USART1 +# PA10/PA9) communication and GPIO pins to set at micro-controller +# startup set to "!PB4,!PB5,!PB0,!PB1" # The "make flash" command does not work on the Geeetech 301. Instead, # after running "make", run the following command to flash the board: @@ -59,10 +59,6 @@ microsteps: 16 rotation_distance: 32 nozzle_diameter: 0.4 filament_diameter: 1.75 -pressure_advance: 0.15 -max_extrude_cross_section: 0.5 -max_extrude_only_velocity: 30 -max_extrude_only_accel: 500 heater_pin: multi_pin:heater sensor_type: EPCOS 100K B57560G104F pullup_resistor: 4700 -- cgit v1.2.3