Browse Source

EXP3D Imprimante Multifonction (#16079)

Vertabreaker 4 years ago
parent
commit
0832a60db3

+ 1
- 1
Marlin/src/module/scara.cpp View File

95
 void inverse_kinematics(const xyz_pos_t &raw) {
95
 void inverse_kinematics(const xyz_pos_t &raw) {
96
 
96
 
97
   #if ENABLED(MORGAN_SCARA)
97
   #if ENABLED(MORGAN_SCARA)
98
-  
98
+
99
     /**
99
     /**
100
      * Morgan SCARA Inverse Kinematics. Results in 'delta'.
100
      * Morgan SCARA Inverse Kinematics. Results in 'delta'.
101
      *
101
      *

+ 1
- 1
Marlin/src/pins/pins.h View File

460
 #elif MB(GTM32_MINI_A30)
460
 #elif MB(GTM32_MINI_A30)
461
   #include "stm32/pins_GTM32_MINI_A30.h"        // STM32F1                                env:STM32F103RE
461
   #include "stm32/pins_GTM32_MINI_A30.h"        // STM32F1                                env:STM32F103RE
462
 #elif MB(GTM32_MINI)
462
 #elif MB(GTM32_MINI)
463
-  #include "stm32/pins_GTM32_MINI.h"            // STM32F1                                env:STM32F103RE 
463
+  #include "stm32/pins_GTM32_MINI.h"            // STM32F1                                env:STM32F103RE
464
 #elif MB(GTM32_REV_B)
464
 #elif MB(GTM32_REV_B)
465
   #include "stm32/pins_GTM32_REV_B.h"           // STM32F1                                env:STM32F103RE
465
   #include "stm32/pins_GTM32_REV_B.h"           // STM32F1                                env:STM32F103RE
466
 #elif MB(MORPHEUS)
466
 #elif MB(MORPHEUS)

+ 2211
- 0
config/examples/EXP3D/Imprimante multifonction/Configuration.h
File diff suppressed because it is too large
View File


+ 2863
- 0
config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 2
- 3
config/examples/Geeetech/E180/Configuration.h View File

476
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
476
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
477
 
477
 
478
   //FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
478
   //FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
479
-  
479
+
480
   #define  DEFAULT_Kp 45.80
480
   #define  DEFAULT_Kp 45.80
481
   #define  DEFAULT_Ki 3.61
481
   #define  DEFAULT_Ki 3.61
482
   #define  DEFAULT_Kd 145.39
482
   #define  DEFAULT_Kd 145.39
515
 #if ENABLED(PIDTEMPBED)
515
 #if ENABLED(PIDTEMPBED)
516
   //#define MIN_BED_POWER 0
516
   //#define MIN_BED_POWER 0
517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
518
-  
519
 
518
 
520
   // FIND YOUR OWN: "M303 E-1 C8 S60"
519
   // FIND YOUR OWN: "M303 E-1 C8 S60"
521
 #endif // PIDTEMPBED
520
 #endif // PIDTEMPBED
1084
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1083
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1085
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1084
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1086
   #define FIL_RUNOUT_PIN      66
1085
   #define FIL_RUNOUT_PIN      66
1087
-  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false 
1086
+  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
1088
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1087
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1089
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1088
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1090
 
1089
 

+ 1
- 1
config/examples/Geeetech/E180/Configuration_adv.h View File

1722
  * Requires NOZZLE_PARK_FEATURE.
1722
  * Requires NOZZLE_PARK_FEATURE.
1723
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1723
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1724
  */
1724
  */
1725
-//#define ADVANCED_PAUSE_FEATURE 
1725
+//#define ADVANCED_PAUSE_FEATURE
1726
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1726
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1727
   #define PAUSE_PARK_RETRACT_FEEDRATE         10  // (mm/s) Initial retract feedrate.
1727
   #define PAUSE_PARK_RETRACT_FEEDRATE         10  // (mm/s) Initial retract feedrate.
1728
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.
1728
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.

Loading…
Cancel
Save